Web Designing Question:

Download Job Interview Questions and Answers PDF

How many HTML tags are used for the most simple of web pages?

Web Designer Interview Question
Web Designer Interview Question

Answer:

8 total. 4 pairs of tags.
<HTML>
<HEAD>
<TITLE>Simplest page!</TITLE>
</HEAD>
<BODY>
Doesn't get simpler more than this.
</BODY>
</HTML>

Download Web Designer Interview Questions And Answers PDF

Previous QuestionNext Question
When serving XHTML pages what are the limitations?How to make comments without text being picked up by the browser?