On Github makersquare / htx-html-css-workshop
Presented by Josh Medeski
Thank you for coming! We are so glad you are interested in learning something new. Today is going to be interesting, simple, and FUN!
Oh hey, these are some notes. They'll be hidden in your presentation, but you can see them if you open the speaker notes window (hit 's' on your keyboard).Here's is what I want you to learn in today's workshop:
We will be covering a lot of material, so please ask for help if you need help with anything or need clarification.
Before we begin, there are some tools and resources we will need.
Hyper Text Markup Language
Just like a newspaper, the web also needs structure (titles, columns, images, etc...).
HTML uses elements to describe the structure of pages
An element is composed of a opening tag, content, and a closing tag.
The character(s) defines the tags purpose.
Attributes add extra information to an element. They always appear with the opening tag.
Every web page is structured with the following elements.
Open Sublime Text and re-create the following content:
When you are done, open the file with Google Chrome
Cascading Style Sheets
Just like the toolbar in Microsoft Word, CSS allows you to change the look and feel of a web page.
CSS associates rules with HTML elements.
The property indicates what aspect you want to change and is specified with the value.
Google Chrome Web Inspector
Building Blocks for the Web
A FRAMEWORK is a collection of pre-written code to help you create a project quickly.
*This is NOT rhetorical.
We Create Developers:Learn more at http://www.makersquare.com/