Codecademy: make a website

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
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容