HTML is the standard markup language for Web pages. With HTML you can create your own Website. HTML is easy to learn - You will enjoy it!
HTML Tutorial - Webwithaamir
Example
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
HTML Examples
In this HTML tutorial, you will find more than 200 examples
HTML Exercises
This HTML tutorial also contains nearly 100 HTML exercises.
Exercise:
Add a "tooltip" to the paragraph below with the text "Webwithaamir".
<p ="About W3Schools">Webwithaamir is a web developer's site.</p>
HTML References
At Webwithaamir you will find complete references about HTML elements, attributes, events, color names, entities, character-sets, URL encoding, language codes, HTTP messages, browser support, and more:
///// I Hope You Understand This Post, Please Share This Post With Your Friends////
"Thank You And Stay With Webwithaamir"
0 Comments