HTML
HTML stands for Hyper Text Markup Language developed to describe the web documents(web pages).It is described by HTML Tags and each tag describes different document content.
HTML Example:-
<!DOCTYPE html>
<html>
<head>
<title>My First Page</title>
</head>
<body>
<h1>My First Heading Line</h1>
<p>My First Paragraph</p>
</body>
</html>
HTML stands for Hyper Text Markup Language developed to describe the web documents(web pages).It is described by HTML Tags and each tag describes different document content.
HTML Example:-
<!DOCTYPE html>
<html>
<head>
<title>My First Page</title>
</head>
<body>
<h1>My First Heading Line</h1>
<p>My First Paragraph</p>
</body>
</html>
No comments:
Post a Comment