HTML stands for Hypertext markup language.
HTML is the language of the World Wide Web and is used to create a website.
HTML defines the structure of the webpage using markup.
Tags represent the elements in HTML.
HTML documents are made up of two things: Tags and content
Contents are placed between HTML tags to format them.
HTML tags come in pairs.
The first tag in a pair is the start tag (or opening tag), and the last tag in a pair is the last tag (or closing tab).
Yes. Some tags do not come in pairs. Examples include tag and tag
<!-- This is a comment -->
HTML uses elements like <strong>,<b>,<i> to format text.
Formatting is used to display different styles of text.
<b> - This is Bold text
<i> - This is italic text
<em> This is Emphasized text
<mark> - This is marked text
<strong> - This is an important text
<del> This is deleted text
<sub> This is subscript text
<sup> This is superscript text
<ins> This is inserted text
<br> tag separates lines of text and sections of text.
Yes. <p> tag and <blockquote> can be used to separate sections of text.
Ordered list
Unordered list
Description Lists
Nested HTML Lists
Directory List
Menu List
No. Hyperlinks can apply to images too as well as text.