Intro to Web Development

Mark Santiago

Web Developer at CGI Interactive

 

 

On the web:

@msantiago508

http://www.slides.com/marksantiago

Goals of this Course

  • Understand basics of the web
  • Intro to HTML
  • Intro to CSS
  • Learn how to edit...

Not This...

Tools We'll be using

  • A computer (windows, linux, or mac)
  • A web browser
  • Internet Connection
  • An account with Codepen.com

WHERE YOU CAN FIND TODAY'S CODE EXAMPLES...

Making a Web Request

Where do I put my new site?

INTRO TO <HTML>

A Website =

HTML

CSS

Javascript

HTML gives our page STRUCTURE.

This is a TAG

<> </>

<p class="paragraphs"></p>

When filled with context it creates an ELEMENT

This is a PARAGRAPH ELEMENT

This is a CLASS  ATTRIBUTE

CODE DEMO!

Don't Worry...

It gets easier the more you play around

INTRO TO <HTML>

By Mark Santiago