Answers

Question and Answer:

  Home  Web Content Composer

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

total. 4 pairs of tags.

<HTML>

<HEAD>

<TITLE>Simplest page ever!</TITLE>

</HEAD>

<BODY>

Doesn’t get simpler than this.

</BODY>

</HTML>

 140 views

More Questions for you: