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





Related Articles
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

Single Articles
Example of HTML HTML Introduction

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


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