Lesson 1
- What is HTML and CSS?
- What are HTML elements?
- Explain about tags such as
<p><a><img><ul><li><html><body>
- using HTML make a structure of website, including navigation and container.
Lesson 2
- using CSS to control the layout and design of the page.
- Selector and property, value
- take specific selector
- using different kinds of colors
Lesson 3
- background
- border
- padding
- margin
- To center an element, set
margin-right: auto margin-left: auto
The margin to the left and right will be equal and the element will be centered. - how to using CSS in a web page? head, style, link, body
Lesson 4
- What CSS properties are available to move elements around and create page layouts?
- display
- position
- float and clear
Lesson 5
- CSS frameworks - Boostrap
- Bootstrap's grid is made up of 12 equal-sized columns.
- class col-md-nums(0-12) can change its width in page layout.
- create tabbed navigation
- create pill navigation