In this
article we will learn how to write title of a web page using HTML coding. Title
is most important thing for a web page which is defined inside the <head>
tag and to write a page title we should use <title> element inside the
<head> tag.
After write
the page title when browser reloads the page it will display in the tab section
of the web page.
Must Read: Basic Structure of HTML
Must Read: Basic Structure of HTML
How to write page titles using HTML
======================================================================
Now we are going to write the HTML
coding for page titles.
<!DOCTYPE html>
<html>
<head>
<title>Techrideradmin</title>
</head>
<body>
<!—content of the web page -->
</body>
After doing the above code while we
reload the page in the browser tab section we found the title of the page which
we have defined that is Techrideradmin.
From the above raw coding , we
should write <!DOCTYPE html> at the
beginning which tells the browser it is a html program.
We should ensure the the
<title> element should be write within the <head> tag otherwise the
code will be no work and page content should be write within the <body>
tag.
That’s all. If this
article is helpful please share it!!!!
Please Donate To Bitcoin Address: [[address]]
Donation of [[value]] BTC Received. Thank You.
[[error]]
0 comments:
Post a Comment