0% found this document useful (0 votes)
7 views1 page

Adding A Title To Your Search Engine Web Site

The document provides instructions for adding a title to a search engine web page by opening the page in Notepad, adding a line of code between the <head> and </head> tags that specifies the title as "Information on search engines", and saving and viewing the page in Internet Explorer to see the updated title.

Uploaded by

pilgrim13
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

Adding A Title To Your Search Engine Web Site

The document provides instructions for adding a title to a search engine web page by opening the page in Notepad, adding a line of code between the <head> and </head> tags that specifies the title as "Information on search engines", and saving and viewing the page in Internet Explorer to see the updated title.

Uploaded by

pilgrim13
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Adding a Title to your Search Engine

Web Site
1. Open your Search Engine Web Page in Notepad
2. Add the line which is coloured RED below
3. Save the file
4. Open the Web Page in Internet Explorer to view
<html>
<head>
<title>Information on search engines</title>
</head>
<body>
<h1>Search engines</h1>
<B><a href=http://www.yahoo.com>Yahoo</a></B><br>
<I><a href=http://www.excite.com>Excite</a></I><br>
<U><a href=http://www.google.com>Google</a></U><br>
<font colour = #00FF00> Green Text </font>
<img src = google.gif>
</body>
</html>

Unit 8.1 Web Design

Mark Nicholls - ICT Lounge

You might also like