Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

HTML Assignment 1

1) Create a homepage (index.html) using Visual Studio Code. The homepage should include:

 Text that welcomes readers to your homepage


HELLO! My name is Beckie McNamara and I am a student at Bentley University. Welcome to my page!
 At least two heading elements (h1 through h6)
 A paragraph containing a biography of you.
I am 18 years old and from Massachusetts. I have lived here all my life but I have lots of family in Ireland, so I
travel there a lot. Most of my family lives there but I have two sets of cousins that live close to me. I have one
older sister, one younger brother, and two dogs. I like to go on walks, hang out with friends, and try new foods.
 Bold text
 Italic text
 3 different text colors, one using a name, one using a number, one using an RGB triplet
 A background color for the page
 Your name in the title tag (within the head tag) so it appears in the title bar of the browser
window
 Comments at the top of the document including the document name, your name, and the date.

2) Save the file as index.html, upload it to blackboard and post it to your Bentley Web site.

You might also like