Web Designing Question:

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

Tweet Share WhatsApp

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 PDF Read All 59 Web Designer Questions
Previous QuestionNext Question
When serving XHTML pages what are the limitations?How to make comments without text being picked up by the browser?