You are on page 1of 3

About Me Web Page Worksheet

Complete each step in order and read the directions carefully. You are about to create a basic
web page about yourself with a title, header, text, and numbered list. Read the directions
carefully and follow the steps in order.

Part 1: Create a Web Page


Copy and paste this code into an editor and complete these steps:

<html>
<head>
<title>About Me Web Page</title>
</head>
<body>
<p>Your Name</p>
<p>One paragraph about yourself.</p>
<p>Three of my favorite things are:</p>
<p>Favorite Item 1</p>
<p>Favorite Item 2</p>
<p>Favorite Item 3</p>
</body>
</html>

1. Replace Your Name with your actual name and format with <h1>.
2. Replace One paragraph about yourself with a paragraph about yourself.
3. Replace the favorite items with your three favorite things.
4. Format your three favorite things into a numbered list.

Once you have created your page,


copy and paste your HTML code from the Code View tab here:

<html>
<head>
<title>About Me Web Page</title>
</head>
<body>
<p>Zachary "zdub" "Zach" Stark</p>
<p>I like to read, code, and build lego. I love Roblox and kittens.</p>
<p>Four of my favorite things are:</p>
<p>my cat, Bandit</p>
<p>Our puppy/dog Jessie Jane</p>
<p>my Jolike mp3 player</p>
<p>memes</p>
<a href="https://web.roblox.com/users/4157592899/profile"> my roblox </a>
</body>
</html>

Part 2: Write Your Reflection


Direction: In your own words, write two to three sentences to answer each of the reflection
questions below:

1. What was the most challenging part of the About Me Web Page project? What parts of it
did you particularly like and/or dislike? Why? Entering link was surprisingly easy, but I
can't convert image to html/

2. Describe three ways to call attention to the text on a web page.

Font, size, color

3. What is one thing you would change to improve your finished web page, and why do you
think it would enhance your web page?

images

4. Save your reflection in the About Me Web Page Worksheet.

You might also like