Tuesday, 4 October 2016

Basic structure of HTML


<html>

<head>

<title> Basic Structure </title>

</head>

<body>

<p> This is example program for html</p>

</body>


</html>


Note: Type the above program in Notepad and save the file with .html extension and run the program in any browser or double click the file.

No comments:

Post a Comment