码迷,mamicode.com
首页 > Web开发 > 详细

html的基本框架和常用标签

时间:2019-05-28 09:25:32      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:har   href   推荐   ref   blank   小说   type   标签   乱码   


<!DOCTYPE html>      
 <html>
  <head>
   <meat charset="utf-8">    
   <title></title>
  </head>
  <body>
   
  </body>
 </html>
 
  jb2312  <meat charset="utf-8">      //防止乱码的格式

&nbsp;       //空格

<style type="text/css">
 table,tr,th,td{border:1px solid;}                         //表格
</style> 
tdcolspan                                   //合并(行)
strong   b                                  //粗体
i,em,cite                                    //斜体
sup                                                          //上标
sub                                        //下标
s,u                                        //划线(中/下)
big、small                                                                                                                //字号
<a href="https://www.youacg.com" target="_blank">星幻论坛</a>                         //超链接

<div>
 <a href="#xiapshuo">推荐小说</a><br />  
</div>                                                                                                                        //   网页内的跳转
 <div id="xiapshuo">
 <h3>推荐小说</h3>
 <ul>
  <li>遮天</li>
 </ul>

html的基本框架和常用标签

标签:har   href   推荐   ref   blank   小说   type   标签   乱码   

原文地址:https://www.cnblogs.com/shrdbk/p/10934983.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!