Hyper Text Markup Language
(HTML)
What is HTML?
HTML (Hyper Text Markup Language) is a text-based approach to describing how content contained within an HTML file is structured. This markup tells a web browser how to display the text, images and other forms of multimedia on a web page.
HTML Tags Example Explained
- The <!DOCTYPE html> declaration defines this document to be HTML5
- The <html> element is the root element of an HTML page
- The lang attribute defines the language of the document
- The <meta> element contains meta information about the document
- The charset attribure defines the character set used in the document
- The <title> element specifies a title for the document
- The <body> element contains the visible page content
- The <h1> element defines a large heading
- The <p> element defines a paragraph
- <b>- Bold text
- <strong>- Important text
- <i>- Italic text
- <em>- Exphasized text
- <mark>- Marked text
- <small>- Small text
- <del>- Deleted text
- <ins>- Inserted text
- <sub>- Subscript text
- <sup>- Superscript text
No comments:
Post a Comment