With HTML you can create your own Website.

Here  you learn  everything about HTML.
HTML is easy to learn – You will enjoy it.

Examples in Every Chapter     

This HTML  contains hundreds of HTML examples.
With Notepad , Notepad ++ or  HTML editor, you can edit the HTML, and  view the result.   

Example 

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Page Title</title>
  5. </head>
  6. <body>
  7. <h1>This is a Heading</h1>
  8. <p>This is a paragraph.</p>
  9. </body>
  10. </html>


try on your Notepad or etc.

Exercise:
Add a “tooltip” to the paragraph below with the text
 “About learnwithyameen”.
<p =”About”>Learnwithyameen is a web developer’s  learning site.

 Submit Answer 

 Start the Exercise


Leave a comment