![]() |
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. |
Here is an Example of 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>
Category: | Web Tutorial |
Sub Category: | HTML Introduction |
Uploaded by: | Admin |
Read Articlehttps://horje.com/learn/1434/reference