What is HTML?
Your Answer
HTML is short for HyperText Markup Language, and is the language of the World Wide Web. It is the standard text formatting
language used for creating and displaying pages on the Web. HTML documents are made up of two things: the content and the tags that formats it
for proper display on pages.
Do all HTML tags come in pair?
Your Answer
No, there are single HTML tags that does not need a closing tag. Examples are the <img> tag and <br> tags.
What are tags?
Your Answer
Content is placed in between HTML tags in order to properly
format it. It makes use of the less than symbol (<) and the greater than symbol (>). A slash symbol is also used as a closing tag.
More Questions are going to come soon.........