Breaking News

Search This Blog

Friday, August 3, 2018

HTML First Simple Program

HTML First Simple Program


HTML First Simple Program



<html>

<head><title> first web page</title>

</head>

<body>

<center><p> technical suryansh </p></center<br>

<p> line brack is use before it</p><br>

<h1> technical suryansh heading 1</h1>

</body>

</html>

Short Description:-

<html>: It is the first tag of any web page /website.

</html>:-It is the last tag of any web page /website.

<title>  :- this tag is use to insert tag in our web pages this title is show top of browser

<p>    :- It is use to write paragraph in our we page

<br>  :-It is use to brack the line ,it not have any end tag so this tag is know empty tag

<h1>....<h7>:- this tag is used for headings h1 tage is used for large headings and h7 is used for small headings

save it


OutPut



No comments:

Post a Comment