常用HTML5程式碼片段

來源:互聯網
上載者:User

標籤:bae   mit   檔案   ref   hid   red   image   doc   orm   

<!DOCTYPE html>  <html>      <head>          <meta charset="utf-8">          <title>Untitled</title>          <!--[if lt IE 9]>          <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>          <![endif]-->      </head>      <body>                 </body>  </html>

這裡是一個簡單但功能強大的表單代碼,使用者可以輸入他的位置指示到特定的地方。對於聯絡頁面非常有用。

<form action="http://maps.google.com/maps" method="get" target="_blank">     <label for="saddr">Enter your location</label>     <input type="text" name="saddr" />     <input type="hidden" name="daddr" value="350 5th Ave New York, NY 10018 (Empire State Building)" />     <input type="submit" value="Get directions" />  </form>

Base 64 編碼的空白 GIF 圖片

<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7">

Email 校正的Regex

<input type="text" title="email" required pattern="[^@][email protected][^@]+\.[a-zA-Z]{2,6}" />

打電話和發簡訊

<a href="tel:1-408-555-5555">1-408-555-5555</a><a href="sms:1-408-555-1212">New SMS Message</a>

可下載的檔案

<!-- will download as "expenses.pdf" --><a href="/files/adlafjlxjewfasd89asd8f.pdf" download="expenses.pdf">Download Your Expense Report</a>

 

常用HTML5程式碼片段

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.