+ All Categories
Home > Education > Lesson 1

Lesson 1

Date post: 15-Jan-2015
Category:
Upload: citylore
View: 57 times
Download: 5 times
Share this document with a friend
Description:
Class 1- 7/8
20
Tuesday, July 8, 14
Transcript
Page 1: Lesson 1

Tuesday, July 8, 14

Page 2: Lesson 1

Tuesday, July 8, 14

Page 3: Lesson 1

Tuesday, July 8, 14

Page 4: Lesson 1

Tuesday, July 8, 14

Page 5: Lesson 1

HTMLTuesday, July 8, 14

Page 6: Lesson 1

HTMLTuesday, July 8, 14

Page 7: Lesson 1

CSSTuesday, July 8, 14

Page 8: Lesson 1

JavaScriptJQueryRuby

PythonPHP

MongoDBMySql

Tuesday, July 8, 14

Page 9: Lesson 1

http://notepad-plus-plus.org/

http://www.barebones.com/products/textwrangler/

FOR PC:

FOR MAC:

Tuesday, July 8, 14

Page 10: Lesson 1

Tuesday, July 8, 14

Page 11: Lesson 1

TAGSopen tag:  <html lang="en">close tag: </html>

open tag: <head>close tag: </head>

open tag: <body>close tag: </body>

open tag: <p>close tag: </p>

Tuesday, July 8, 14

Page 12: Lesson 1

COMMON TAGS<h1> - heading tag<h2> - a smaller heading tag<h3> - even smallerThese go up to <h6>

<p> - paragraph tag<br> - line break

<li>, <ol>, <ul> - these are for lists

<a> - anchor tag  (used for links)<img> - image tag (used for images, duh)

<html> <head> <body> Tuesday, July 8, 14

Page 13: Lesson 1

Tuesday, July 8, 14

Page 14: Lesson 1

COMMENT TAGS

<!--...-->

NO, THIS IS NOT AN EMOTICON

Tuesday, July 8, 14

Page 15: Lesson 1

http://www.w3schools.com/tags/

MORE TAGS:

MOST OF WHICH YOU WILL NEVER USE

Tuesday, July 8, 14

Page 16: Lesson 1

Tuesday, July 8, 14

Page 17: Lesson 1

HYPER LINKS<a href="url">Link text</a>

IMAGE TAG<img src="url" alt="some_text">

Tuesday, July 8, 14

Page 18: Lesson 1

<iframe width="560" height="315" src="//www.youtube.com/embed/yWqG8ysc3BE" frameborder="0" allowfullscreen></iframe>

YOUTUBEZ:

Tuesday, July 8, 14

Page 19: Lesson 1

Tuesday, July 8, 14

Page 20: Lesson 1

W3SCHOOLS

CODACADEMY

STACK OVERFLOW

GOOGLE

EACH OTHER

Tuesday, July 8, 14


Recommended