Horje
HTML

Hypertext Markup Language is the standard markup language for documents designed to be displayed in a web browser. It defines the content and structure of web content. It is often assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScript.


Example of HTML

Here is an Example of HTML.

index.html
Example: HTML
<!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 should be:

Example of HTML





Category:
Web Tutorial
Sub Category:
HTML Introduction
Uploaded by:
Admin


Read Article
https://horje.com/learn/1434/reference