Skip to main content
Loading...

Text Tag Practice

Work through the practice activity below.

Type in the code requested. Check your answer, then click to the next prompt.

Add an h1 header.
<!DOCTYPE html>
<html>
<head>
<title>Practice Prompts</title>
</head>
<body> </body>
</html>
<h1>
</h1>
Add two paragraphs.
<!DOCTYPE html>
<html>
<head>
<title>Practice Prompts</title>
</head>
<body> </body>
</html>
<p>
</p>
<p>
</p>
Write a paragraph, and add importance or emphasis to some of the text.
<!DOCTYPE html>
<html>
<head>
<title>Practice Prompts</title>
</head>
<body> </body>
</html>
<p>
<em>
</em>
</p>
<p>
<strong>
</strong>
</p>
Insert one of your favorite quotations.
<!DOCTYPE html>
<html>
<head>
<title>Practice Prompts</title>
</head>
<body> </body>
</html>
<q>
</q>
<blockquote>
</blockquote>