Loading...
HtmlUncategorized

HTML Syntax & Sample Program

HTML Document Structure/ Syntax:
<html>
<head>
</head>
<body
</body
</html>

Procedure to write and execute html document:

  1. Open any editor and type the html document.
    <html>
    <head>
    <title>
    Webnoid Schools
    </title>
    </head>
    <body>
    Welcome to HTML
    </body>
    </html>
  2. Save the above document having extension has .html
    Example: welcome.html
  3. Open any html document in any browser so that it is executed.
Leave a Reply

Your email address will not be published. Required fields are marked *