zoukankan      html  css  js  c++  java
  • HTML&javaSkcript&CSS&jQuery&ajax(七)

    ’一、HTML5 实例  <video width="430" controls>   <source src="mov_nnn.mp4" type="video/mp4"> <source src=“mov_bb/ogg” type="video/ogg"> Ypu browser dose not support the vodeo tag</video>

             1、<style>myHero{

        display:block;

      banckground-color:#ddd;

    padding:50px;

    font-size:30px;}</style>

       2、Html5 <section> <h1>WF</h1></section>节是有主题的内容组,通常具有标题。

            <article>文档其自身的意义,并且可以独立与网站其他内容进行阅读 <article><h1> What does WWFDo</h1>  </article>

          <footer><p>Posted by: Hege Refsnes</p>

                      <p>Contact information: <a href="mailto:someone@example.com">someone@example.com</a></footer>

       <nav><a href="/html/">HTmL</a>|      < a href="/css/">CSS</a>|   </nav>

      3、HTML5 aside元素标签   <p>family and i visisted the Epcot center this summer</p>   <aside> <h4> EncotCenter</h4><p the Epcot is a theme in Disney World, Florida</p></aside>

       4、通过HTML5图片和标题能够组合在figure元素当中

          <figure> <img src="pic_mountain.jpg" alt="The Pulpit Rock“ width="303” height="3">

         <figcaption> 标题部分</figcaption></figure>

  • 相关阅读:
    数据库pubs
    当前目录中查找特定类型的文件
    DBHelper,ADO直接操作数据库,扩展DataTable操作数据裤的方法
    行记录次序+等差数列
    面试的通用要求
    zoj_3367Connect them
    hdoj_4198Quick out of the Harbour
    Win32常见异常
    hdoj_1026Ignatius and the Princess I
    移动 II
  • 原文地址:https://www.cnblogs.com/xinxianquan/p/8476214.html
Copyright © 2011-2022 走看看