Posted On : 2021-05-19 17:19:03 PM
HTML was created with the intention of defining the structure of documents such as headings, paragraphs, lists, and so on in order to encourage the sharing of scientific information among researchers. HTML is now commonly used to format web pages using the various tags included in the HTML language.
<!DOCTYPE html>
<html>
<head>
<title>This is document title</title>
</head>
<body>
<h1>This is a heading</h1>
<p>Hello World!</p>
</body>
</html>
Home | Contact | Sitemap © All Copyright 2021 Reserved ranbeersingh.com