BASIC STRUCTURE OF HTML PROGARM:

<html>
<head>
<title>First Program</title>
</head>
<body>
    This is my First HTML Program
</body>
</html>

    Basic Structure of an HTML program uses the document structure tag.  In the above Programs “First Program” is the title of the HTML document and web page will display the content “This is my first program”.

Post a Comment

0 Comments