Web Development Ninjas Question:

Download Job Interview Questions and Answers PDF

Tell me how many HTML tags are should be used for the most simple of web pages?

Ninjas Web Developer Interview Question
Ninjas Web 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 Ninjas Web Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell us why did you get into coding, programming, etc.?Explain me what are some new input attributes in HTML5?