HTML Home
HTML Introduction
HTML Editors
HTML Basics
HTML Elements
HTML Example:
<!DOCTYPE html>
<html>
<head> <title>HTML Tutorial</title> </head>
<body> <h1>This is a heading</h1>
<p>This is a paragraph.</p> </body> </html>
Try it Yourself
<head> <title>HTML Tutorial</title> </head>
<body> <h1>This is a heading</h1>
<p>This is a paragraph.</p> </body> </html>
Exercise 1
What is the correct HTML syntax to create a hyperlink?
Exercise 2
Which HTML tag is used for the largest heading?
Exercise 3
Which HTML tag is used to create a hyperlink?
Exercise 4
Which HTML element is used to display an image?
Exercise 5
Which HTML tag inserts a line break?