ホームページ > 記事 > ウェブフロントエンド > HTML標準の書き方とDreamweaverで異なるサンプル解析を自動生成
皆さんが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>
続きを読む PHPに注目してください。各種HTML標準記述方法のサンプル解析やDreamweaver自動生成関連記事の中国語サイト!