You are on page 1of 1

HTML

HTML : hyper text markup language

1. html is a hyper text markup language for web pages

2. with this html, we can create a websites for customer or our own

Eg:1
--------------------------------
<!DOCTYPE html>

<html>

<head>

<title>Page Title</title>

</head>

<body>

<h1>This is a Heading</h1>

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

</body>

</html>

Eg: 2
--------

You might also like