My Page 3
Question 1 < body bgcolor="#EDDD9E" > - Changes the website's background colour using the HEX colour value. <ul> - D efines an unordered (bulleted) list. <ol> - Defines an ordered (numbered) list <li> - Each ordered list or unordered list starts with the <li> tag Question 2 <html> <head> <title>My First Webpage</title> </head> <body bgcolor="#EDDD9E"> <h1 align="center">My First Webpage</h1> <p>Welcome to my <strong>first</strong> webpage. I am writing this page using a text editor and plain old html.</p> <p>By learning html, I'll be able to create web pages like a pro... <br> which I am of course.</p> Here's what I...