Answer:
You have to write the HTML code as given instructions/design.
Write the below code in text file and save as test.html and run.
Step-by-step explanation:
<html> 
<head> 
<title> 
Storyboard Practice - Text Formatting 
</title> 
</head> 
 
<body> 
<center> 
<h1> 
Web Design Overview 
</h1> 
</center> 
</body> 
</html>