You are here: HTML Tutorial
HTML is a markup language for describing web documents (web pages) in a web application.
HTML Example: <!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
<tagname>content</tagname> |
BlogActive User (0)
No Active User!
|