Basic HTML tutorial- basic tags

Basic HTML tutorial- basic tags cover image
  1. Home
  2. HTML
  3. Basic HTML tutorial- basic tags

Here is your first script again:

<HTML>
<HEAD>
<TITLE>My first HTML page</TITLE>
</HEAD>
<BODY>
This is my first HTML page.
</BODY>
</HTML>

And here is how it is displayed in Internet Explorer

Display of first.html in Internet Explorer - A screen shot

Let’s analyze this script along with its display.

Conclusions:

HTML