Web Content Composer Question: Download Web Content Composer PDF

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

Tweet Share WhatsApp

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 PDF Read All 64 Web Content Composer Questions
Previous QuestionNext Question
Please explain what does DOCTYPE mean?Do you know what is the new DOCTYPE?