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?
Answer:
8 total. 4 pairs of tags.
<HTML>
<HEAD>
<TITLE>Simplest page ever!</TITLE>
</HEAD>
<BODY>
Doesn’t get simpler than this.
</BODY>
</HTML>
<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 Question | Next Question |
Tell us why did you get into coding, programming, etc.? | Explain me what are some new input attributes in HTML5? |