HTML

What is HTML ?

Spread the love

What is HTML – HTML is stands for Hyper Text Markup Language. HTML is used to create web pages & applications.

A simple example of HTML –

<!DOCTYPE>  
<html>  
<head>  
<title>HTML Page Title</title>  
</head>  
<body>  
<h1> Write Heading </h1>  
<p> Write Paragraph </p>  
</body>  
</html>
What is HTML
Basic Structure of HTML

What is HTML

Read more…

Leave a Reply

Your email address will not be published. Required fields are marked *