Monday, November 26, 2012

Day 22 - First Programming Challenge


Learning Goal:

  • Scholars will:
    • Write an HTML document.
      • This document can be read by a browser like Google Chrome, Firefox, Safari, or Internet Explorer and look like a real webpage.
      • This webpage will have:
        • a title in the head
        • a body filled with paragraphs of text, images and links

Standards

  • 6.RP.3 Use ratio and rate reasoning to solve real-world and mathematical problems.
  • 6.EE.6 Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set.

Bell Ringer

What do the following tags do?

  1. <a>
  2. <img>
  3. <body>
  4. <title>
  5. What does every tag need in order to work properly?

Lesson
Codecademy Lessons
Finish the first section titled "HTML Fundamentals".

Challenge #7
Create an HTML file that has the following:
Appropriately named title
Text that includes appropriate links
ALL LINKS NEED TO OPEN TO A NEW WINDOW!
An image that links to another website in a new window
Make the image 1.5 times bigger than it is by default!
If you need to host an image, I recommend this site: imgur.com.
Text of different heading style (i.e. h1, h2, h3, etc.)
The text should involve information about yourself!
Your name posted at the top of the page
You will be using TextEdit to make the HTML file. Watch the following video to learn how to make the file!
How to Use TextEdit to Make HTML Files

Exit Ticket
Email the HTML file to me!

No comments:

Post a Comment