HTML Project Worksheet
HTML Project Worksheet
Part 2: Storyboard
1. Use the Storyboard Template.
2. Complete each section of the storyboard in order to plan the content, layout, and design of your web
page.
3. Save the changes you make to the Storyboard Template.
First, determine who your audience is and what your web page will be about.
Topic:
Makeup ‘
Audience:
All
Purpose:
For all girls and boys who love doing their makeup.
I have a lot of new tips, and tricks to show you. We will focus on eyes, lips, contour, and
lashes. I will teach you how to contour correctly.
● Item 1: Lashes
Image 1 (describe):
Image 2 (describe):
Image Placement:
I would place both images near the links.
Color Choices: What background and text colors will be used:
I picked pink for my background because I feel like pink is a pretty color in my
opinion and a picked black for text because I feel black will make the pink pop out
more.
<html>
<head>
<title>Makeup tricks and tips!!</title>
</head>
<body>
<h1>Makeup!</h1>
<p>I have a lot of new tips, and tricks to show you. </p>
<ol>
<li><strong>Makeup tricks and tips!!</strong></li>
<li><em> Lashes,Contour Stick, and Lip gloss </em></li>
<li style="color:pink and black;"> </li>
</ol>
<p><img src="Makeup.jpg" alt="Contour stick and lip gloss></p>
</body>
</html>
2. What parts of the project did you particularly like and/or dislike? Why?
Even though the storyboard was the most challenging for me, I still liked it because I love talking about
makeup.
3. Explain why it’s important to know your audience when designing a web page.
Knowing your audience will help you understand how you should design your web page.
4. What is one thing you would change to improve your finished web page, and why do you think it would
enhance your web page?
I would change my storyboard to improve it because I struggled with that the most.