Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danseethaler/html-formatting


https://github.com/danseethaler/html-formatting

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

html-layout
===========

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.

#### Learning Objectives (you will):
* Understand the purpose of HTML
* Understand the purpose of CSS
* From scratch, be able to create a skeleton for their html and css page
* Understand and be able to use the following HTML Elements
- p
- footer
- header
- h1-h6
- ul
- li
- div
* Understand and be able to use the following CSS properties
- id (#) vs class(.) and specificity
- width px && %
- height px && %
- background-color
- background-image
- color
- font-size
- text-align: center;
- line-height
- float
- clear
- Box Model in CSS (margin, padding, border)