Copy and paste the code into the page 1 and page 2.
Add the opening and closing tags <p> <body> <html> <br/> in the correct locations.
Copy and paste the code into page 1 and page 2 of your website (text edit).
Make a list of hyperlinks: <a href="http://www.example.com/">Link-text goes here</a>
Don't forget to Save it.
Copy and paste the code into page 1 and page 2 of your project only(text edit).
Add a header at the top of page 1 and page 2 of your project.
Your website name largest header.
Your name as the second largest header.
Don't forget to save your pages.
Copy and paste the code into page 1 of your project only(text edit).
Add to your project.
Write your address.
Write a short poem.
Write Your favorite song in bold. Example: (My favorite song is Bad to the Bone.)
Write your favorite movie in emphasized.
Write your favorite TV show in italics.
Write your birthday in subscript.
Write your year of graduation superscript.
Write your initials in abbreviation.
Write "This is what I can do."in bi-directional override (bdo).
Find a 50 word quotation and write it as a long quotation.
Find a 5 word quotation and write it as a short quotation.
Use delete and insert in the following sentence. This is what I can't (use can instead) do.
Don't forget to Save it.
Copy and paste the code into page 2 of your project only(text edit).
Copy a three paragraph essay that you wrote on your blog.
Add the title as a header.
Make each paragraph a different font text.
Make each paragraph a different font size.
Make each paragraph a different font color.
Don't forget to save your pages.
Save the page as page2.html../
Copy and paste the code into the correct HTML editing program on this computer(text edit).
Add to your project.
Add quotation marks around all your favorites. Example: (" Bad to the Bone. ") is "Bad to the Bone."
Add a second movie and TV show put an ampersand (&) between. Example: My favorite movies are Star Wars & Jaws.
Write a multiplication & division problem using the following fractions 1/4, 1/2, & 3/4.
Save it as entities with the correct extension(entities.html).
Copy and paste the code into the correct HTML editing program on this computer(text edit). Add to your project.
Search for image icons download and save 10 small images in your project folder.
Change the following hyperlinks to image links: <a href="default.asp">
<img src="smiley.gif" alt="HTML tutorial" width="32" height="32" />
</a>
Add a link to your blog to open in a new page.
Add a link at the bottom of this page to take you back to the top.
Add a link to your email.
Add a link back to (format.html).
Don't forget to Save it.
Create a new page in TextEdit save it as page3.html.
Add the links from page 1&2. Create a link to page3 on page 1&2.
Work in the tryit editor. Using the examples above change the frames to be equal. Add a link to your blog in one frame, a link to my homepage, and a link to an image in the other frame.
Make a page with 4 frames (2 rows and 2 columns).
Type the code below into notepad.
Add the links in the proper place.
Save the project as a page3.html in your folder.
<html>
<frameset rows="50%,50%">
<frameset cols="50%,50%">
<frame src="Add link to your blog">
<frame src="Add link to Question of the day">
</frameset>
<frameset cols="50%,50%">
<frame src="Add link to your page1">
<frame src="Add link to your page2">
</frameset>
</frameset>
</html>
Create a new page in TextEdit save it as page4.html.
Add the links from page 1, 2 & 3. Create a link to page4 on page 1, 2 & 3.
Copy and paste the code into the correct HTML editing program on this computer(text edit).
Add to your project.
Part 1
Part 2
Save it as tables with the correct extension(tables.html).