Ad Code

First HTML Program Example

Advertisements
<!DOCTYPE html>
<html>
<head>
<title>My First Html Programme
</title>
</head>
<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</body>
</html>


Output

 
Download Link
Advertisements

Post a Comment

0 Comments