HTML HOME

                 


HTML Basic:

The Hyper Text Markup Language or HTML is the standard markup language for documents designed to be displayed in a web browser.

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!  


Easy Learning with HTML "Try it Yourself":

Try your own editor, you can edit the HTML code and view the result

HTML Exercises 

This HTML tutorial also contains nearly HTML exercises.


<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>

Try Your Own editor

Test Yourself With Exercises

Exercise:

Add a "tooltip" to the paragraph below with the text "About Rest With Code ".

<p ="About Rest With Code">Rest with code is a web developer's site.</p>

Thus You Can Exercise Your Code Editor.



একটি মন্তব্য পোস্ট করুন

0 মন্তব্যসমূহ