User Interface Expert Question:

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

Tweet Share WhatsApp

Answer:

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

Download UI Developer PDF Read All 90 UI Developer Questions
Previous QuestionNext Question
What minimum things we have to do in order to include Bootstrap & Boostrap JS in a project/ HTML Document?JS Related UI Developer Interview Questions: