Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.54 KB

html5_basics.md

File metadata and controls

29 lines (22 loc) · 1.54 KB

Introduction

Most of this should be review since you've already completed the Web Development 101 HTML/CSS Lesson (Right??) but it's a good idea to make sure you've got it covered so you make sure you're starting from a strong base. It's impossible to separate HTML from CSS, so there will be some overlap before we get heavily into the CSS in later sections.

Learning Outcomes

  • How is an HTML5 document structured?
  • What are elements/tags?
  • What are element attributes?
  • How do you link to external files?
  • When should you use IDs vs Classes?
  • What attributes are required by image and links for them to be effective and accessible?
  • Where should your CSS live?

Assignment

1. Read [Shay Howe's Introduction to Terminology & Syntax](http://learn.shayhowe.com/html-css/terminology-syntax-intro) 2. Read [Shay Howe on the HTML Basics](http://learn.shayhowe.com/html-css/elements-semantics) 3. Read [Shay Howe on Best Practices](http://learn.shayhowe.com/html-css/coding-practices)

Additional Resources

This section contains helpful links to other content. It isn't required, so consider it supplemental for if you need to dive deeper into something.