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
- <!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 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
