Assignment: Customized start page

Start!

Create a single web page (for you or your classroom), and set it up as your web browser’s default start page. Please include at least:

• 3 links to regularly used sites

• 1 embedded video (from slideshare.net, teachertube.com, or youtube.com)

• Appropriate color combinations to create a brand/style for your page (background color,

font color, font style, graphics, etc.)

• Cascading Style Sheet (CSS) attached

• 2 <div> elements

• 1 local image and 1 licensed image from an external web site

• 1 “mailto” link

Due Week 5.

Assignment: Autobiography web site

I cannot tell a lieCreate a brief autobiographical web page using TextEdit, Notepad, Dreamweaver, or TextWrangler. Please include the following markup:

  • <html>, <head>, <title>, and <body> elements
  • Background and font colors (using the element <color>)
  • 1 picture (using the element <img src>)
  • 2 headings (using the elements <h1> through <h6>)
  • 2 paragraphs of text (using the paragraph element <p>)
  • 1 “mailto” link (using the element <a href=”mailto”>)
  • 5 hyperlinks (using the element <a href>)

Due Week 3.