The basic requirement to create web pages using HTML are as follows:
- Text Editor: It is used to write HTML commands. Nay simple text editor like Notepad or wordpad can be used for this purpose..
- Web Browser: It is used to test the web pages. Internet Explorer Google chrome, Firefox are popular web browsers..
In every HTML document , <HTML> and </HML> tags
indicate the beginning and end of the document. These tags inform the
browser that the document is an HTML file. All other HTML tags must
written with these tags..
The HTML document can be divided into two sections:
1. Head Section
2. Body Section
2. Body Section
Head Section in HTML
<head>
and </head> tags identify the heading or title of document. The
tags <Title> and </Title> can appear only this section. The
text between title tags appears as title in the browser’s window. its
length should not be more than 60 characters..
Body Section in HTML
The
body of an HTML document contains the text that is displayed on a web
page. The body section is enclosed within <Body> and </Body>
tags. It gives a description of the document layout and structure..
Now lets do a practical…
1. Click start button and select Run option a dialog box will open

2. Type “Notepad” inOpen text box and click OK. Notepad will open..
3. Type following code in Notepad..

4. Save the file as “webpage.html”
5. Open the save file. The web page will appear in the browser as follows”
No comments:
Post a Comment