Web Content Composer Question:
Download Questions PDF

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

Web Content Composer Interview Question
Web Content Composer Interview Question

Answer:

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

Download Web Content Composer Interview Questions And Answers PDF

Previous QuestionNext Question
Please explain what does DOCTYPE mean?Do you know what is the new DOCTYPE?