![]() |
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.
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>
HTML | HTML Introduction |
HTML Code | HTML Introduction |
HTML Element | HTML Introduction |
HTML Page in Web Browsers | HTML Introduction |
HTML Page Structure | HTML Introduction |
HTML History | HTML Introduction |
Example of HTML | HTML Introduction |
Category
: |
Web Tutorial |
Sub Category
: |
HTML Introduction |
Uploaded by
: |
Admin |
Read Article https://horje.com/learn/1434/reference