On Your Own Lesson 2
For this lesson you are going to learn how to create text in different formats. Know how in Microsoft Word you can bold or italicize the letters? Well, in HTML you must write a tag before the word to change its format.
To learn how to do this, go to this website:
www.w3schools.com/html/html_formatting.
For this lesson you should create a web page that has the following:
- The basic tags every web page needs. (This is from lesson 1)
- The words "lesson 2" in the title bar.
- A large heading that says "This is lesson 2"
- Your name in bold letters
- Your favorite music in italics (or emphasized)
- Your address written in the address format
- Your name written backwards (be sure to use the code that does this!)
- Place the following quote on the page using the quote format code: "All for one, and one for all."
Home to Web Design
On to lesson 3