Friday 9 December 2016

HTML5 Tutorial :-

 With HTML you can create your own Web site.
 This tutorial teaches you everything about HTML.
 HTML is easy to learn - You will enjoy it.


Example

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>

output:-

My First Heading

My first paragraph.



No comments:

Post a Comment