You will get Examples in Every Chapter.
This HTML tutorial contains hundreds of different HTML examples.With our online expert HTML editor, you can also edit the HTML, and click on a certain button to view the result.
First Example
<!doctype html>
<html>
<body>
<h1>This is My First Heading</h1>
<p>This is My first paragraph.</p>
</body>
</html>
<html>
<body>
<h1>This is My First Heading</h1>
<p>This is My first paragraph.</p>
</body>
</html>
No comments:
Post a Comment