美文网首页
Codecademy: make a website

Codecademy: make a website

作者: 洗阳光 | 来源:发表于2016-01-29 13:13 被阅读25次

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

相关文章

网友评论

      本文标题:Codecademy: make a website

      本文链接:https://www.haomeiwen.com/subject/bvfdkttx.html