html標準寫法與dreamweaver自動產生不同的範例分析

高洛峰
發布: 2017-03-06 16:24:46
原創
1056 人瀏覽過

大家在使用html的過程中,基本上都是使用dreamweaver自動產生的,而下面要介紹的html寫法和以往有所不一樣,有興趣的朋友可以參考下

代碼如下:

<!--doctype指定文档类型htm--> 
<!doctype html> 
<html> 
<header> 
<!--设置字符集 utf-8--> 
<meta charset="utf-8"> 
<style> 
<!--这里写你的css代码--> 
</style> 
<script> 
//这里写你的js代码 
</script> 
</header> 
<body> 
<!--这里bof体内容--> 
</body> 
</html> 
接下来介绍html标签 
<br/> 换行标签 
  //不换行 
  <nobr> 
<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg"> 
<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg"> 
<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg"> 
<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg"> 
<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg"> 
<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg"> 
<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg"> 
<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg"> 
<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg"> 
<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg"> 
<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg"> 
</nobr> 
  //居中样式 
<center> 
<p>saddddddddddddddddddddddddddddddddd</p> 
<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg"> 
<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg"> 
<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg"> 
<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg"> 
<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg"> 
<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg"> 
</center>
登入後複製

更多html標準寫法與dreamweaver自動產生不一樣的範例分析相關文章請關注PHP中文網!

相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
最新問題
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!