HTML
HTML is a markup language for describing web documents (web pages).
- HTML stands for Hyper Text Markup Language
- A markup language is a set of markup tags
- HTML documents are described by HTML tags
- Each HTML tag describes different document content
<html>
<head>
<title>HOME</title>
</head>
<body>
<h1>hellooo</h1>
<p>This is a paragraph.</p>
</body>
</html>
No comments:
Post a Comment