INTRODUCTION TO
HTML5 + CSS
ramses.cabello@gmail.com @ramsescabello
why the hell
do you have to learn
HTML5 + CSS ?
why the hell
do you have to learn
HTML5 + CSS ?
YOU ARE A DESIGNER.
Ok. So now...
What is HTML ?
Ok. So now...
What is HTML ?
Computers donโ€™t think,
but YOU DO!.
HTML is the language
used by you to write
websites and therefore
help computers
communicate.
Computers translate
HTML into our language
using a tool called
Browser.
What is the structure
of HTML language?
<head>
HTML is
like you.
Website Title
Author
Description
<head>
HTML is
like you.
Website Title
Author
Description
<head>
The content
of the web.
<body>
HTML is
like you.
HTML is
like you.
CSS de๏ฌnes
your style.
HTML is
like you.
CSS de๏ฌnes
your style.
Just in case you
missed out.
HTML de๏ฌnes the content.
Hello World!
HTML de๏ฌnes the content.
CSS de๏ฌnes the style.
Hello World!
before we get started!
1
Get paper
& pen
2
Download a great
Open Source editor
www.brackets.io
3
Have a lot of patience.
Learning takes time.
You can do it.
html syntax
<html>
Name of the function
Function starts
Function ends
html syntaxhtml syntax
every beginning
has an end.
<html>
content
</html>
<body>
<p>Hello</p>
</body>
html syntaxhtml syntax
BE CLEAN!
Indent all your code.
<body>
<p>Hello</p>
</body>
html syntaxhtml syntax
BE CLEAN!
Indent all your code.
html syntax
Sample tag: Paragraphs
<p>Here you would write
all the text from the
paragraph</p>
html syntax
Sample tag: Images
<img src=โ€name.jpgโ€ alt=โ€โ€ />
html syntax
Sample tag: Images
<img src=โ€name.jpgโ€ alt=โ€โ€ />
Some HTML tags close themselves.
Inside a tag you can have variables.
html syntax
Sample tag: Links
<a href=โ€urlโ€ alt=โ€โ€>
Name of the link
</a>
html online resources
www.google.com
html online resources
http://www.w3schools.com/html/default.asp
html online resources
http://tympanus.net/codrops/
letโ€™s get started!
http://bit.ly/EjemploHTMLProduccionGra๏ฌca

Introduction to HTML5+CSS