Answers

Question and Answer:

  Home  Web Designer

⟩ How many HTML tags are used for the most simple of web pages?

8 total. 4 pairs of tags.

<HTML>

<HEAD>

<TITLE>Simplest page!</TITLE>

</HEAD>

<BODY>

Doesn't get simpler more than this.

</BODY>

</HTML>

 172 views

More Questions for you: