129k views
3 votes
Can someone tell me what to type up this is for my web page design class

Can someone tell me what to type up this is for my web page design class-example-1
User Tim Rutter
by
8.6k points

1 Answer

6 votes

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>

User Eduardo Cerqueira
by
8.5k points