Computer Reviewer 1st Quarter
Computer Reviewer 1st Quarter
Headings
<h1> - is the biggest font
<h6> - smallest font
● <h1> is the main title for the whole page ("Welcome to My Website").
● The bigger the number the smaller the heading gets.
The <title> title for the HTML page (which is shown in the browser's title bar or in the
page's tab)
The <body> is the document's body, and is a container for all the visible contents, such as
headings, paragraphs, images, hyperlinks, tables, lists, etc.
● <b> - Bold
● <strong> - Important
● <i> - Italic
● <em> - Emphasized
● <mark> - Highlighted
● <small> - Smaller
● <del> - Deleted
● <ins> - Insert
● <sub> - text goes down. example - 43
● <sup> - text goes up. Example - 4*
HTML Quotations and Citations
● Use the <body style= “bgcolor-red"> attribute for styling HTML elements
● Use <body bgcolor=red> for background color
● Use < font color=red> for text colors
● Use font-family for text fonts
● Use font-size for text sizes
● Use text-align for text alignment
</html>
</body>