Complete html code enclose between <html> code here </html>. In starting of html tutorials we will learn that how to show web page 'title' and heading of the web page. Here is an example of html title and heading.
This code will show the following result
Example:
<html>
<head>
<title> this is first web page </title>
<body>
<h1>First tutorial </h1>
</body>
</html>
This code will show the following result
No comments:
Post a Comment