KEMBAR78
HTML CSS Basics | PDF
HTML / CSS
Mai Moustafa
Senior Web Designer
eSpace

eSpace
Website layers
Behavior (JS)
Presentation (CSS)
Content (HTML)
eSpace
Website Users
Normal

Search
Engine

Disabilities

Semantic

eSpace
HTML
eSpace
What is HTML?
Hyper Text Markup Language
Link
Link

Link

eSpace
Tags

eSpace
Nested Tags

eSpace
Basic Structure

eSpace
Head

eSpace
Preview

eSpace
Body

eSpace
Preview

eSpace
Headers

eSpace
Preview

eSpace
Paragraph

eSpace
Preview

eSpace
Lists

eSpace
Preview

eSpace
Div

eSpace
Preview

eSpace
Block elements

eSpace
Inline elements

eSpace
Preview

eSpace
More Inline elements

eSpace
Preview

eSpace
Attribute

Add more info to tag

eSpace
Preview

eSpace
HTML 5 tags

eSpace
Semantic

Content

Text

Media
eSpace
CSS
eSpace
What is CSS?
Cascading Style Sheets

Styles1

Styles2

eSpace

Styles3
How to use it?

eSpace
Rules

eSpace
Selectors

p

Element

.name

Class

#name

Id
eSpace
Element Selector

eSpace
Preview

eSpace
Class Selector

eSpace
Preview

eSpace
ID Selector

eSpace
Preview

eSpace
2 Rules

eSpace
Preview

eSpace
Specificity

1

Element

10

Class

100

Id
eSpace
Class VS ID

Class

ID

•Use a lot
•Lower
specificity

•Use once
•Higher
specificity
eSpace
Descendent Selector

eSpace
Preview

eSpace
Naming

eSpace
Box Model (Block)

eSpace
Box Model (Block)

eSpace
Box Model (Block)

eSpace
Preview

eSpace
Margin collapse

eSpace
Margin collapse

eSpace
Box Model (Inline)

eSpace
Box Model (Inline)

eSpace
Preview

eSpace
Relative Position

eSpace
Absolute Position

eSpace
Fixed Position

eSpace
Float

eSpace
Float

eSpace
Assignment

eSpace
Thanks
eSpace

HTML CSS Basics