日期:2013-12-24 浏览次数:20802 次
联网科技发展的速度真可谓惊人的快,一个稍不留神,你就可能无法跟上它的步伐。HTML5的变化和更新也压倒不少人,这篇文章将向大家引见一些最基本也非常必要的HTML技巧。
- <!DOCTYPE html PUBLIC ”-//W3C//DTD XHTML 1.0 Transitional//EN”
 - “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
 
- <!DOCTYPE html>
 
- <mg src=”path/to/image” alt=”About image” />
 - <p>Image of Mars. </p>
 
- <figure>
 - <img src=”path/to/image” alt=”About image” />
 - <figcaption>
 - <p>This is an image of something interesting. </p>
 - </figcaption>
 - </figure>
 
- <link rel=”stylesheet” href=”path/to/stylesheet.css” type=”text/css” />
 - <script type=”text/javascript” src=”path/to/script.js”></s