Skip to content

Class 01 ‐ WWW & HTML

Lenin Compres edited this page Sep 5, 2024 · 2 revisions

Part 1

Introductions

Go over syllabus & class requirements. This is a contract between students + professor, so it is important we're all on the same page!

Learning Goals

  • Why am I in this class? Why NOW?
  • What do I hope I will learn? What are my goals?
  • What content do I think will help me accomplish my learning goals?

Lecture: What is Web Development?

Slides from today

Some links

Part 2

HTML

In class assignment

Work with a partner and create a new pen at Codepen Add HTML to the pen that includes:

  • A DOCTYPE tag
  • An html tag
  • A head
    • Include a title and meta tag for the viewport
  • A body
    • In the body, add a large heading that acts as a headline that declares your favorite restaurant
    • Below this large heading, add a smaller sub-heading that tells the user a bold statement about this restaurant
    • Include sensational paragraph text that tells a fictional 3-4 sentence story about this restaurant.
    • Add a ridiculous image of a food item that this restaurant sells. Note, you will need to find an image on the internet and link to its URL.
    • Somewhere on the page, include a link to an external website. Make sure that link opens in a new tab or window. Bonus: Embed that link in the image.
    • Before you leave, make sure both students have a link to the codepen to revisit it after class

Homework

Additional Resources

Watch

Review