Skip to content

Latest commit

 

History

History
 
 

2_Intermediate_HTML_CSS

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Week 2 Home

U1.W2: Intermediate HTML & CSS

Learning Objectives

  1. Identify and use web standards, semantic mark up, and HTML5

Background

We think of the web and websites as mostly static. They look the way they look. But it's really more complicated than that. Web designers and developers spend a lot of time thinking about how to make web pages usable in all the possible formats (phones, tablets, web) while keeping them maintainable (i.e. not taking a billion years to make small changes). The WC3 makes changes to HTML and CSS every bunch of years, so they think about how the language itself makes things easier or harder. You should start thinking about these things too.

Directions

Everything in this challenge is within the context of the unit1_week folder in your website repository.

1. Research

Do some research into standard practices of web design, reset css, and HTML5. Use the links below and look for resources on the web. If you find good ones, add them to your resources spreadsheet in the Google+ community!

2. Apply

Download the practice files. Unzip the folder into your unit1_week1 folder.

  • Add reset.css to your index.html file. What happens?
  • Update the header links to jump to sections
  • Make links change color on hover
  • Change the font (@fontface) for elements on the site.
  • Change some elements to semantic HTML5 elements (i.e. header, section, etc)

c. Reflect

Answer the questions in your 5_web_standards.md file in your reflection gist.

OPTIONAL

Psuedo elements

a. Learn
b. Experiment

Head to FontAwesome and look around the documentation. Then add the font awesome css to your dbc2.html file and play with using the icons!