User Interface Expert Question:

Download Job Interview Questions and Answers PDF

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

UI Developer Interview Question
UI Developer Interview Question

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 Interview Questions And Answers PDF

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: