HTML Collaborative Coding Exercise

Previously, we learned the <h1> and <p> tags.

The horizontal rule

This is a horizonal rule:


Use the <hr> tag to create a horizontal rule

The Marquee

This is a marquee Use the <marquee> tag to create a marquee

The Hyperlink

This is a hyperlink. Use the <a> tag to create a hyperlink.
Specify where the link will go by putting href="URL_GOES_HERE" inside the opening tag.

Using divs

You can use a div to delineate sections within your website. For example, If I want only this section of examples to contain a background color, I could surround it by a div labeled with an id Then, in the style.css file, add a special rule to only that div.

Instructions

  1. Use two horizontal rules and create a section for yourself on this website.
  2. In between the horizontal rules, put a level-3 heading that says your name
  3. Add a marquee below your name that says something interesting about you
  4. Add a hyperlink below your marquee that goes to a favorite website of yours
  5. Surround all of your code by a <div> tag with id attribute
  6. EXAMPLE:

    <div id="gideon">
    <hr>

    ALL OF
    YOUR CODE
    GOES HERE

    <hr>
    </div>

  7. Edit the CSS to add a background color to your code

Student Work Area Below


Mr. Gideon

Likes playing poker

kianna


india

(*^*)o

Madisun

likes to play basketball

Frank

I like playing uno

Sergio

I like reading books

Jason