Computer Studies
Answer
To start writing an HTML document on Notepad, follow these steps:
Step 1: Click the 'Start' button.
Step 2: Select 'All Programs' from the pop-up menu.
Step 3: Select 'Accessories' from the drop-down menu.
Step 4: Click 'Notepad' from the drop-down menu. An untitled notepad will appear on the screen.
Step 5: Now, one can start writing the HTML code by using the following tags:
<HTML>
<HEAD>
<TITLE> HTML DOCUMENT </TITLE>
</HEAD>
<BODY>
...................
...................
</BODY>
</HTML>
Related Questions
Explain Paragraph tags with reference to HTML.
Explain Line breaks with reference to HTML.
Write all the steps to view an HTML document on a web page
Write an HTML document by using paragraph and line tags to format the following poem 'Two Little Dicky Birds'.
TWO LITTLE DICKY BIRDS
TWO LITTLE DICKY BIRDS
SITTING ON A WALL
ONE NAMED PETER, ONE NAMED PAUL
FLY AWAY PETER, FLY AWAY PAUL
COME BACK PETER, COME BACK PAUL