[basic html/css] 0. introduction

26
BASIC HTML & CSS 0. Introduction [ 2017.01.03. Tue ]

Upload: hyejin-oh

Post on 19-Mar-2017

63 views

Category:

Technology


4 download

TRANSCRIPT

Page 1: [Basic HTML/CSS] 0. introduction

BASIC HTML & CSS0. Introduction

[ 2017.01.03. Tue ]

Page 2: [Basic HTML/CSS] 0. introduction

Introduction

Page 3: [Basic HTML/CSS] 0. introduction

WHY?Why should we study?

Page 4: [Basic HTML/CSS] 0. introduction

WHAT?What do you want to learn?

Page 5: [Basic HTML/CSS] 0. introduction

HTML( HyperText Markup Language )

Page 6: [Basic HTML/CSS] 0. introduction

CSS( Cascading Style Sheets )

Page 7: [Basic HTML/CSS] 0. introduction
Page 8: [Basic HTML/CSS] 0. introduction

HTML

Page 9: [Basic HTML/CSS] 0. introduction

HTML Elements

https://developer.mozilla.org/en-US/docs/Web/HTML/Element

<a> <abbr> <address> <area> <article> <aside> <audio> <b> <base> <bdi> <bdo> <blockquote> <body> <br> <button> <canvas> <caption> <cite> <code> <col> <colgroup> <data> <datalist> <dd> <del> <details> <dfn> <dialog> <div> <dl> <dt> <element> <em>

<embed> <fieldset> <figcaption> <figure> <footer> <form> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <kbd> <label> <legend> <li> <link> <main> <map> <mark> <menu> <menuitem> <meta> <meter> <nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <picture> <pre> <progress> <q> <rp> <rt> <rtc>

<ruby> <s> <samp> <script> <section> <select> <shadow> <small> <source> <span> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <template> <textarea>

<tfoot> <th> <thead> <time> <title> <tr> <track> <u> <ul> <var> <video> <wbr>

Page 10: [Basic HTML/CSS] 0. introduction

What We Learn

<a> <abbr> <address> <area> <article> <aside> <audio> <b> <base> <bdi> <bdo> <blockquote> <body> <br> <button> <canvas> <caption> <cite> <code> <col> <colgroup> <data> <datalist> <dd> <del> <details> <dfn> <dialog> <div> <dl> <dt> <element> <em>

<embed> <fieldset> <figcaption> <figure> <footer> <form> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <kbd> <label> <legend> <li> <link> <main> <map> <mark> <menu> <menuitem> <meta> <meter> <nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <picture> <pre> <progress> <q> <rp> <rt> <rtc>

<ruby> <s> <samp> <script> <section> <select> <shadow> <small> <source> <span> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <template> <textarea>

<tfoot> <th> <thead> <time> <title> <tr> <track> <u> <ul> <var> <video> <wbr>

https://developer.mozilla.org/en-US/docs/Web/HTML/Element

Page 11: [Basic HTML/CSS] 0. introduction

To Do

1. Basic Tags○ h1~h6, div, p, span, img, a, strong, b, em, i

2. List tags○ ul li, ol li, dl dt dd

3. Table tags○ table, thead, tbody, tfoot, tr, td, colgroup, col

4. Form tags○ form, fieldset, legend, label, input, select, option, textarea, button

5. Etc○ header, footer, nav, aside, section, article○ iframe, blockquote, ruby, sup, sub, pre, code, mark

Page 12: [Basic HTML/CSS] 0. introduction

CSS

Page 13: [Basic HTML/CSS] 0. introduction
Page 14: [Basic HTML/CSS] 0. introduction

To Do

1. Selector, Units, Shorthand○ selector, px, %, em, rem

2. Box model, Display○ box-sizing, display

3. Border, Background○ border, background

4. Text, Font, Web Font○ font-family, font-size, font-weight, color, text-decoration

5. Position, Float○ position, float, clear

6. Inheritance, Cascading, Effect○ inherit, box-shadow, text-shadow, transition, transform, animation, keyframes

Page 15: [Basic HTML/CSS] 0. introduction

Schedule

Page 16: [Basic HTML/CSS] 0. introduction

Schedule (2017.01)

#0. intro

#2. htmllist tag

#4. htmlform tag

#6. css drawing

#7. project

#1. htmlbasic tag

#3. htmltable tag

#5. css

off Korean New Year

Korean New Year

Page 17: [Basic HTML/CSS] 0. introduction

Schedule (2017.02)

#9. project

#13. END

#11. project

#8. project

#10. project

#12. project

off

off

off

Page 18: [Basic HTML/CSS] 0. introduction

Dev. Environment(Browser, Editor, Hosting, FTP)

Page 19: [Basic HTML/CSS] 0. introduction

Browser

chrome

Page 20: [Basic HTML/CSS] 0. introduction

Editors

atom

sublime text brackets webstrom

aptana studio edit plus

Page 21: [Basic HTML/CSS] 0. introduction

Editors

atom

sublime text webstrom

aptana studio edit plus

brackets

Page 22: [Basic HTML/CSS] 0. introduction

Editor - http://brackets.io/

Page 23: [Basic HTML/CSS] 0. introduction

Hosting - http://www.dothome.co.kr/

Page 24: [Basic HTML/CSS] 0. introduction

FTP - https://cyberduck.io/

Page 26: [Basic HTML/CSS] 0. introduction

Facebook / Twitter / Codepen

@zineeworld