Toutorial's

Table of Contents

HTML Tutorials

Basic html programs

<!DOCTYPE html>
<head>
<title>Simple html program</title>
</head>
<body>
<h1>Hello World</h1>
<p>Welcome to your first html program</p>
</body>

Hello

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top