Website is updated! 06:37 PM 09/01/2015

Pgesturia

Pgesturia

Wednesday, 26 November 2014

HTML syntax

Basic HTML structure

The structure and syntax of HTML is given below:

<HTML>

<HEAD>
<TITLE>Page title</TITLE>
</HEAD>

<BODY>
Page structure
</BODY>

</HTML>

This is the basic structure of HTML.

0 comments: