•Place the <title> tag within the
<head> element to title your page. The words you write between the
opening and closing <title></title> tags will be displayed at the
top of a viewer's browser. Here's the html code:
•HTML Code:
<html>
<head>
<title>My WebPage!
</title>
</head>
</html>
•Save the file and open it in your browser.
You should see "My WebPage!" in the upper-left, as the window's
title.
0 comments:
Post a Comment