HTML Developer Question:
Download Questions PDF

Tell me what are tags?

HTML Developer Interview Question
HTML Developer Interview Question

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. For example:

<strong>sample</strong>

Download HTML Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell us what were some of the key goals and motivations for the HTML5 specification?How to insert a comment in html?