10th Class Computers Science Working with HTML Adding Title to a web Page

Adding Title to a web Page

Category : 10th Class

*   Adding Title to a web Page

 

 

The <title>tag allows adding title to a Web page. It is inserted in the head section of the page. In the caption of the browser the title of the web page is displayed, between the openings and closing <title> tags the title of the web page is written.

The following code snippet shows how to add title to a Web page:

<!DOCTYPE HTPL PUBIC "-//W3C//DTD HTML 4.01//EN"

"http://www.w3.org/TR/html4/strict.dtd">

 <html>

 <head>

 <title>Student Personal Record </title>

</head>

</html>

 


You need to login to perform this action.
You will be redirected in 3 sec spinner