Pages

Monday, December 17, 2018

First HTML page

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.


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