Web Development

Element                 Meaning                                      Purpose

 

<html> </html>   root element                     Start or end document

<head>                 head                                    The document head

<title>                   title                                      The page title

<b>                        Bold                                     Highlight important information

<br>                      Break                                   Break line

<strong>             Strong                                  Same as bold, to highlight key text

<i>                       Italic                                     To denote text

<small>                 Small Text                         To shrink the text

<u>                      Underlined Text               Used for links or text to highlights

<img>                   Image                                  To insert an image

<sup>                   Superscript Text              Another typographical presentation style

Related Posts