html5学习笔记(2)-古蔺大橙子建站
RELATEED CONSULTING
相关咨询
选择下列产品马上在线沟通
服务时间:8:30-17:00
你可能遇到了下面的问题
关闭右侧工具栏

新闻中心

这里有您想知道的互联网营销解决方案
html5学习笔记(2)

html5

10余年的海口网站建设经验,针对设计、前端、开发、售后、文案、推广等六对一服务,响应快,48小时及时工作处理。成都全网营销的优势是能够根据用户设备显示端的尺寸不同,自动调整海口建站的显示方式,使网站能够适用不同显示终端,在浏览器中调整网站的宽度,无论在任何一种浏览器上浏览网站,都能展现优雅布局与设计,从而大程度地提升浏览体验。成都创新互联从事“海口网站设计”,“海口网站推广”以来,每个客户项目都认真落实执行。

列表:

http://www.w3school.com.cn/tags/html_ref_byfunc.asp

html5学习笔记(2)

列表:

  • 无序列表:

    • 使用标签

      • 属性:disc, circle, square

    • 有序列表:

      • 使用标签

        1. 属性:A,a,I,i,start

    • 嵌套列表:

      • 使用标签:

          ,
            ,
      • 自定义列表:

        • 使用标签:

          ,
          ,

      
          
              
    • apple
    •         
    • bnana
    •         
    • orange
    •     
                 
  • apple
  •         
  • bnana
  •         
  • orange
  •     
             
  • apple
  •         
  • bnana
  •         
  • orange
  •                   
  • apple
  •         
  • bnana
  •         
  • orange
  •                   
  • apple
  •         
  • bnana
  •         
  • orange
  •                   
  • apple
  •         
  • bnana
  •         
  • orange
  •                   
  • apple
  •         
  • bnana
  •         
  • orange
  •                   
  • fruit
  •             
                      
    1. apple
    2.                 
    3. bnana
    4.                 
    5. orange
    6.             
            
  • vegetable
  •             
                      
    1. potato
    2.                 
    3. tomato
    4.                 
    5. cabbage
    6.             
             
            
    helloworld
                
    print helloworld
            
    helloworld
                
    print helloworld
        

    html块

    1. html块元素

      1. 块元素在显示时,通常以新行开始

      2. ,

        .

    2. html内联元素:

      1. 内联元素通常不会以新行开始

      2. ,,

    3. html

    4. html元素:

      1. 元素是内联元素,可作为文本的容器

                 

    hello worldthis is a text

        

    divcss.css:

    #divid p{
        color : chartreuse;
    }

    html5学习笔记(2)

    html布局:

        

    使用

    布局   

    
    
    
        
        
            body{
                margin: 0px;
            }
            div#container{
                width: 100%;
                height: 950px;
                color : gainsboro;
            }
            div#heading{
                width: 100%;
                height: 10%;
                background-color: cornflowerblue;
            }
            div#content_menu{
                width: 30%;
                height: 80%;
                background-color: gainsboro;
                float: left;
            }
            div#content_body{
                width: 70%;
                height: 80%;
                background-color: burlywood;
                float: right;
            }
            div#footing{
                width: 100%;
                height: 10%;
                background-color: black;
                clear: both;
            }
        
        
    
    
        
            头部
            内容菜单
            内容主体
            底部
        

        

    使用布局

    
    
    
        
        
    
    
        
            
                头部                                                
                          
    • ios
    •                     
    • ios
    •                     
    • ios
    •                 
                             实体             左菜单         
                         底部              

    极客学院:http://www.jikexueyuan.com/course/135.html


    网站栏目:html5学习笔记(2)
    链接地址:http://scgulin.cn/article/ghcieh.html