Skip to content

Commit 1cc00ea

Browse files
committed
Add learning Objectives.
1 parent 9ba83e2 commit 1cc00ea

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
11
html-layout
22
===========
33

4-
Fork this repo then clone your fork onto your local machines. Inside each folder you'll find an image. That image contains the layout you need to build with HTML and CSS. The 'first' folder contains an index.html and a style.css file. In the other folders you'll need to add them yourself. *Your first step should be connecting your CSS sheet with your HTML sheet.
4+
Fork this repo then clone your fork onto your local machines. Inside each folder you'll find an image. That image contains the layout you need to build with HTML and CSS. The 'first' folder contains an index.html and a style.css file. In the other folders you'll need to add them yourself. *Your first step should be connecting your CSS sheet with your HTML sheet.
5+
6+
#### Learning Objectives (you will):
7+
* Understand the purpose of HTML
8+
* Understand the purpose of CSS
9+
* From scratch, be able to create a skeleton for their html and css page
10+
* Understand and be able to use the following HTML Elements
11+
- p
12+
- footer
13+
- header
14+
- h1-h6
15+
- ul
16+
- li
17+
- div
18+
* Understand and be able to use the following CSS properties
19+
- id (#) vs class(.) and specificity
20+
- width px && %
21+
- height px && %
22+
- background-color
23+
- background-image
24+
- color
25+
- font-size
26+
- text-align: center;
27+
- line-height
28+
- float
29+
- clear
30+
- Box Model in CSS (margin, padding, border)

0 commit comments

Comments
 (0)