Definition of HTML

Definition of HTML (Hypertext Markup Language)



Full form:- HTML (Hypertext Markup Language).

It is the language used to create web pages.
Examples:-
<html>
<head>
<title> First Web page</title>
</head>
<body>
This is my first html page
</body>
</html>

Comments

Post a Comment

Popular posts from this blog

Definition of Resistor:

A simple tip claculator using python:-