<span id="spc7x"></span>

    <th id="spc7x"></th>

    <li id="spc7x"><object id="spc7x"></object></li>
  1. <rp id="spc7x"></rp>
      <th id="spc7x"><pre id="spc7x"></pre></th>

      <button id="spc7x"><acronym id="spc7x"></acronym></button>

      首頁 > 開發 > HTML > 正文

      兩款構建符合web標準的XHTML文件的工具

      2018-10-16 21:10:37
      字體:
      來源:轉載
      供稿:網友
       這里介紹一些在線的Accessibility和General Developer工具,可以幫助你更快、更好地構建符合web標準的XHTML文件.

         Accessibility Tools

      1. Markup Maker

        只要輸入你的簡單結構,就會輸出一個正確的XHTML文擋。

        輸入

        以下是引用片段:
        wrapper
         header
          logo
          search
         body
          content-main
          content-footer
         footer

        輸出

        以下是引用片段:
        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
        <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
        <head>
        <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
        <title>Your site name here</title>
        <link rel="stylesheet" href="styles.css" />
        </head>
        <body>
        <div id="wrapper">
        <div id="header">
        <div id="logo"></div>
        <div id="search"></div>
        </div>
        <div id="body">
        <div id="content-main"></div>
        <div id="content-footer"></div>
        </div>
        <div id="footer"></div>
        </div>
        </body></html>

        這樣一個最基本的布局結構就出來了,余下的部分應該自己做了,不然全是DIV標簽了。

        地址

      2. Yes/No list creator

        更容易從單選按鈕中選取。

        地址

      General Developer Tools

      1. Accessible Table Builder

        創造一個具有親和力的表格.

        地址

      2. Accessible Form Builder

        創造一個具有親和力的表單.

        地址

      發表評論 共有條評論
      用戶名: 密碼:
      驗證碼: 匿名發表
      精品国产青草久久久久福利

        <span id="spc7x"></span>

        <th id="spc7x"></th>

        <li id="spc7x"><object id="spc7x"></object></li>
      1. <rp id="spc7x"></rp>
          <th id="spc7x"><pre id="spc7x"></pre></th>

          <button id="spc7x"><acronym id="spc7x"></acronym></button>