Page 208 - DCAP109_GRAPHIC_TOOLS
P. 208
Unit 9: Web Designing
9.2.2 Head Tags Notes
These tags are used to store information about the web page. For example, page. To create a head
tag follow the steps below:
1. Open a notepad
2. Type <html>
3. Type <head> exactly below the <html> tag
4. Press the Enter key twice
5. Type </head > to close head tag
6. Type </html> to close the tag
7. Save the web page with a name and .html as the extension
Title Tags
They are used to provide a Title for the web page. The title consists of an alphabet and/or
number. To see how to write a title tag, follow the steps below:
1. Open a notepad
2. Type <html>
3. Type <head>
4. Type <title> exactly below the <head> tag
5. Type a title for the web page
6. To end the title tag, type </title> after the title you have typed
7. Type </head > to close head tag
8. Type </html> to close the tag
9. Save the web page with a name and .html as the extension
Body Tags
Leaving the title, all other contents of the web page should be enclosed within the Body Tags.
The body tags can contain paragraph , images, text, lists, etc.
1. Open a notepad
2. Type <html>
3. Type <head>
4. Type <body> exactly below the </head> tag.
5. Type This is the Sample Document after the <body> tag.
6. Type </body> to close the Body tag.
7. Type </head > to close head tag
8. Type </html> to close the tag
9. Save the web page with a name and .html as the extension
LOVELY PROFESSIONAL UNIVERSITY 201