HTML5(week1)

1、背景

  • http(HyperText Transfer Protocol) :
    data communication for the web

  • html(HyperText Markup Language):
    main mark-up language for creating Web pages and information that can be displayed on Web browser

  • url(universal resource locator):
    to reference a web page

2、笔记

  • title head ... 均为element
    1、强调< em>
    2、注释
    3、>
    ...
    home page
    ...

    4、图片链接< a href="http://tgtiger.vicp.cc">
    alt="tg's web site">
    <\a>
    5、版本标记

3、小例子




how to build a web page

how to build web page

"hello world!!"<\p>`

6、meta



7、五个特殊字符
& ;和&
< ;小于<
> ;大于>
& nbsp ; 多空格输出
" ;引号"
8、属性(鼠标放上去会显示注释)

  • HTML5
    第一个5显示不出来
  • HTML5
    将引号换为" ;5就可以显示出来

你可能感兴趣的:(HTML5(week1))