Thursday, February 9, 2017

Agenda: Thursday, 2/9/17

1st and 2nd Hour


Do you want to make a website?
Do you want to learn some code?
We'll write HTML,
And CSS as well,
And head out on this road!

Today:
  • Create a new folder in your Google Drive. This is where you will store your work.
    • Name it "HTMLpractice-LastName-FirstInitial" (leave out the quotation marks; include the hyphens; no spaces). 
    • Right-click on it, go to "Share" and share it with me.
  • Set up your text editor (note: if you have your own computer, you will need to use Chrome for this app):
    • First: download this extension: HTML Editey
    • Then: open it agree to everything
    • Create a new document
    • In that document, go to FILE>PAGE SETUP and uncheck "enable auto pairing"
  • Learn a few HTML tags
  • At the end of class, fill out this exit ticket 

5th and 6th Hour


  • More about HTML
    • Links
    • Lists
    • Images
  • Intro to CSS
    • Structure of the website
    • Anatomy of a style declaration
  • Assignment:
    • Create a webpage; name it "practice2.html"
    • Use a correct page structure
    • Include the following HTML:
      • Header
      • Paragraph
      • Bold
      • Emphasis
      • Numbered List
      • Bullet Point
      • Images
      • Link
    • Include CSS to do the following:
      • Change a font
      • Change a background color
      • Put a border around something
Resources: