html基本标签

甜岛和星

HTML(HyperText Markup Language,超文本标记语言)是构建网页和网页应用的基础。它由一系列的标签(tags)组成,这些标签定义了网页的结构和内容。以下是一些基本的HTML标签,它们是创建网页时不可或缺的元素。

1. 文档结构标签

  • : 这行代码声明了文档类型和HTML版本,对于HTML5,它通常是页面的第一行。
  • : 这是HTML文档的根元素,所有的内容都包含在这个标签内。
  • : 包含了文档的元数据,比如</strong>、<strong><link></strong>(用于链接CSS文件)、<strong><meta></strong>(定义字符集等)等。</li> <li><strong><strong><title></strong></strong>: 定义了网页的标题,这个标题会显示在浏览器的标签页上。</li> <li><strong><strong><body></strong></strong>: 包含了网页的所有内容,用户可以直接与之交互。</li> </ul> <h3>2. 内容和文本格式化标签</h3> <ul> <li><strong><strong><h1></strong> 到 <strong><h6></strong></strong>: 这些标签定义了不同级别的标题,<strong><h1></strong>是最高级别,<strong><h6></strong>是最低级别。</li> <li><strong><strong><p></strong></strong>: 定义了一个段落。</li> <li><strong><strong><br></strong></strong>: 表示换行。</li> <li><strong><strong><hr></strong></strong>: 定义了水平线,用于分隔内容。</li> <li><strong><strong><strong></strong></strong> 和 <strong><strong><em></strong></strong>: 分别表示重要的文本和需要强调的文本,通常显示为粗体和斜体。</li> </ul> <h3>3. 链接和导航标签</h3> <ul> <li><strong><strong><a></strong></strong>: 定义超链接,用于从一个页面链接到另一个页面或锚点。<strong>href</strong>属性指定链接的目标地址。</li> <li><strong><strong><link></strong></strong>: 用于链接外部资源,如CSS文件。</li> </ul> <h3>4. 图像和多媒体标签</h3> <ul> <li><strong><strong><img></strong></strong>: 用于在网页中嵌入图像。<strong>src</strong>属性指定图像的URL,<strong>alt</strong>属性提供图像的替代文本。</li> <li><strong><strong><audio></strong></strong> 和 <strong><strong><video></strong></strong>: 用于在网页中嵌入音频和视频内容。</li> </ul> <h3>5. 列表标签</h3> <ul> <li><strong><strong><ul></strong></strong> 和 <strong><strong><ol></strong></strong>: 分别定义无序列表和有序列表。<strong><li></strong>标签用于定义列表项。</li> </ul> <h3>6. 表格标签</h3> <ul> <li><strong><strong><table></strong></strong>: 定义表格。</li> <li><strong><strong><tr></strong></strong>: 定义表格中的行。</li> <li><strong><strong><td></strong></strong>: 定义表格中的单元格。</li> <li><strong><strong><th></strong></strong>: 定义表格中的表头单元格。</li> </ul> <h3>7. 表单和输入标签</h3> <ul> <li><strong><strong><form></strong></strong>: 定义一个表单,用于收集用户输入。</li> <li><strong><strong><input></strong></strong>: 定义输入字段,<strong>type</strong>属性可以指定输入类型,如文本、密码、按钮等。</li> <li><strong><strong><button></strong></strong>: 定义一个按钮。</li> </ul> <h3>8. 分区和布局标签</h3> <ul> <li><strong><strong><div></strong></strong> 和 <strong><strong><span></strong></strong>: 用于布局和分组内容。<strong><div></strong>是块级元素,通常用于创建布局结构,而<strong><span></strong>是行内元素,用于分组文本内容。</li> <li><strong><strong><header></strong></strong>, <strong><strong><footer></strong></strong>, <strong><strong><section></strong></strong>, <strong><strong><article></strong></strong>, <strong><strong><aside></strong></strong>: 这些语义化标签用于定义网页的不同部分,如页眉、页脚、章节、文章和侧边栏。</li> </ul> <h3>9. 脚本和样式标签</h3> <ul> <li><strong><strong><script></strong></strong>: 用于在HTML文档中嵌入JavaScript代码。</li> <li><strong><strong><style></strong></strong>: 用于在HTML文档中定义CSS样式。</li> </ul> <p>这些基本标签构成了HTML语言的核心,通过它们,开发者可以创建结构化的内容,并通过CSS和JavaScript进一步增强网页的样式和功能。随着Web技术的发展,HTML也在不断地更新和扩展,以适应新的网络应用需求。</p></div> </div> <footer class="entry-footer"> <div class="readlist ds-reward-stl"> <div class="read_outer zanter" title="打赏"> <p class="dasbox"><a href="javascript:;" onclick="reward()" class="dashang" title="打赏,支持一下"><i class="icon font-yen"></i>打赏</a></p> </div> <div id="mClick" class="mobile_click"> <div class="share"> <div class="Menu-item"><a href="javascript:Share('tqq')"><i class="icon font-qq"></i> QQ 分享</a></div> <div class="Menu-item"><a href="javascript:Share('sina')"><i class="icon font-weibo"></i> 微博分享</a></div> <div class="Menu-item"><i class="icon font-weixin"></i> 微信分享<img alt="微信扫一扫" src="https://www.hhuun.com/zb_users/theme/hopelee/plugin/api.php?url=https://www.hhuun.com/q/21952.html"></div> </div> <i class="icon font-fenxiang" title="分享转发"></i>分享 </div> </div> <div class="post-tags"><a href="https://www.hhuun.com/tags-35.html" rel="tag" title="查看标签为《定义》的所有文章">定义</a><a href="https://www.hhuun.com/tags-723.html" rel="tag" title="查看标签为《网页》的所有文章">网页</a><a href="https://www.hhuun.com/tags-124.html" rel="tag" title="查看标签为《标签》的所有文章">标签</a></div> </footer> <div class="statement yc"> 版权声明:本页面内容旨在传播知识,为用户自行发布,若有侵权等问题请及时与本网联系,我们将第一时间处理。E-mail:284563525@qq.com </div> </article> </div> <div class="part-mor box-show wow fadeInDown"><!--相关文章--> <h3 class="section-title"><span>相关阅读</span></h3> <div class="pic-box-list clearfix"> <!--相关分类--> <li><a href="https://www.hhuun.com/q/22402.html" title="导航条样式" target="_blank">导航条样式</a></li> <li><a href="https://www.hhuun.com/q/22396.html" title="网易博客登录入口" target="_blank">网易博客登录入口</a></li> <li><a href="https://www.hhuun.com/q/22395.html" title="dns服务器地址设置" target="_blank">dns服务器地址设置</a></li> <li><a href="https://www.hhuun.com/q/22393.html" title="asp整站" target="_blank">asp整站</a></li> <li><a href="https://www.hhuun.com/q/22391.html" title="电脑修改mac地址" target="_blank">电脑修改mac地址</a></li> <li><a href="https://www.hhuun.com/q/22388.html" title="rest接口开发" target="_blank">rest接口开发</a></li> <li><a href="https://www.hhuun.com/q/22386.html" title="html网页模板免费" target="_blank">html网页模板免费</a></li> <li><a href="https://www.hhuun.com/q/22385.html" title="手帐边框设计" target="_blank">手帐边框设计</a></li> </div> </div> <script>//分享代码 function Share(pType){ var pTitle = "html基本标签"; //待分享的标题 var pImage = "https://www.hhuun.com/zb_users/theme/hopelee/style/noimg/4.jpg"; //待分享的图片 var pContent = "HTML(HyperText Markup Language,超文本标记语言)是构建网页和网页应用的基础。它由一系列的标签(tags)组成,这些标签定义了网..."; //待分享的内容 var pUrl = window.location.href; //当前的url地址 var pObj = jQuery("div[class='yogo_hc']").find("h4"); if(pObj.length){ pTitle = pObj.text();} var pObj = jQuery("div[class='yogo_hcs']").find("em"); if(pObj.length){ pContent = pObj.text(); } var pObj = jQuery("div[class='con_cons']").find("img"); if(pObj.length){ pImage = jQuery("div[class='con_cons']").find("img",0).attr("src"); } shareys(pType, pUrl, pTitle,pImage, pContent); } function shareys(a, c, b, e, d) { switch (a) { case "sina": c = "//service.weibo.com/share/share.php?title\x3d" + encodeURIComponent("\u300c" + b + "\u300d" + d + "\u9605\u8bfb\u8be6\u60c5" + c) + "\x26pic\x3d" + e +"&appkey=&searchPic=true"; window.open(c); break; case "tqq": c = "//connect.qq.com/widget/shareqq/index.html?url\x3d" + encodeURIComponent(c) + "\x26title\x3d" + encodeURIComponent(b) + "\x26pics\x3d" + e; window.open(c); break; case "qzone": c = "//sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url\x3d" + encodeURIComponent(c) + "\x26title\x3d" + encodeURIComponent(b) + "\x26site\x3d\x26pics\x3d" + encodeURIComponent(e) + "\x26desc\x3d" + encodeURIComponent(d) + "\x26summary\x3d" + encodeURIComponent(d); window.open(c) } }; </script> </div> <aside class="side fr mside"> <section class="widget wow fadeInDown" id="divTags"> <h3 class="widget-title">标签列表</h3> <ul class="widget-box divTags"><li><a title="文件" href="https://www.hhuun.com/tags-5.html">文件<span class="tag-count"> (513)</span></a></li> <li><a title="属性" href="https://www.hhuun.com/tags-14.html">属性<span class="tag-count"> (1451)</span></a></li> <li><a title="字符串" href="https://www.hhuun.com/tags-19.html">字符串<span class="tag-count"> (327)</span></a></li> <li><a title="服务器" href="https://www.hhuun.com/tags-24.html">服务器<span class="tag-count"> (211)</span></a></li> <li><a title="方法" href="https://www.hhuun.com/tags-29.html">方法<span class="tag-count"> (908)</span></a></li> <li><a title="定义" href="https://www.hhuun.com/tags-35.html">定义<span class="tag-count"> (257)</span></a></li> <li><a title="函数" href="https://www.hhuun.com/tags-38.html">函数<span class="tag-count"> (892)</span></a></li> <li><a title="命令" href="https://www.hhuun.com/tags-42.html">命令<span class="tag-count"> (441)</span></a></li> <li><a title="数据库" href="https://www.hhuun.com/tags-67.html">数据库<span class="tag-count"> (356)</span></a></li> <li><a title="对象" href="https://www.hhuun.com/tags-77.html">对象<span class="tag-count"> (240)</span></a></li> <li><a title="元素" href="https://www.hhuun.com/tags-91.html">元素<span class="tag-count"> (538)</span></a></li> <li><a title="返回" href="https://www.hhuun.com/tags-113.html">返回<span class="tag-count"> (268)</span></a></li> <li><a title="浏览器" href="https://www.hhuun.com/tags-135.html">浏览器<span class="tag-count"> (272)</span></a></li> <li><a title="数组" href="https://www.hhuun.com/tags-139.html">数组<span class="tag-count"> (209)</span></a></li> <li><a title="网站" href="https://www.hhuun.com/tags-146.html">网站<span class="tag-count"> (437)</span></a></li> <li><a title="用户" href="https://www.hhuun.com/tags-171.html">用户<span class="tag-count"> (806)</span></a></li> <li><a title="数据" href="https://www.hhuun.com/tags-182.html">数据<span class="tag-count"> (353)</span></a></li> <li><a title="代码" href="https://www.hhuun.com/tags-209.html">代码<span class="tag-count"> (278)</span></a></li> <li><a title="语言" href="https://www.hhuun.com/tags-245.html">语言<span class="tag-count"> (263)</span></a></li> <li><a title="编程" href="https://www.hhuun.com/tags-320.html">编程<span class="tag-count"> (439)</span></a></li> <li><a title="系统" href="https://www.hhuun.com/tags-358.html">系统<span class="tag-count"> (232)</span></a></li> <li><a title="网页" href="https://www.hhuun.com/tags-723.html">网页<span class="tag-count"> (258)</span></a></li> <li><a title="游戏" href="https://www.hhuun.com/tags-946.html">游戏<span class="tag-count"> (237)</span></a></li> <li><a title="开发者" href="https://www.hhuun.com/tags-1054.html">开发者<span class="tag-count"> (251)</span></a></li> <li><a title="软件" href="https://www.hhuun.com/tags-1761.html">软件<span class="tag-count"> (218)</span></a></li> </ul> </section><section class="widget wow fadeInDown" id="side_random"> <h3 class="widget-title">随便看看</h3> <div class="r-item-btn"><i class="icon font-suijibofang"></i>换一换</div><ul class="widget-box side_random"><li class="r-item"><div class="r-item-wrap"><a class="r-thumb" href="https://www.hhuun.com/q/21933.html" target="_blank"><img width="480" height="300" src="https://www.hhuun.com/zb_users/theme/hopelee/style/noimg/9.jpg" alt="编程设计作品"></a><h4 class="r-title"><a href="https://www.hhuun.com/q/21933.html" title="编程设计作品" target="_blank">编程设计作品</a></h4></div></li><li class="r-item"><div class="r-item-wrap"><a class="r-thumb" href="https://www.hhuun.com/q/21218.html" target="_blank"><img width="480" height="300" src="https://www.hhuun.com/zb_users/theme/hopelee/style/noimg/6.jpg" alt="php储存源码"></a><h4 class="r-title"><a href="https://www.hhuun.com/q/21218.html" title="php储存源码" target="_blank">php储存源码</a></h4></div></li><li class="r-item"><div class="r-item-wrap"><a class="r-thumb" href="https://www.hhuun.com/q/20608.html" target="_blank"><img width="480" height="300" src="https://www.hhuun.com/zb_users/theme/hopelee/style/noimg/4.jpg" alt="mysql触发器删除"></a><h4 class="r-title"><a href="https://www.hhuun.com/q/20608.html" title="mysql触发器删除" target="_blank">mysql触发器删除</a></h4></div></li><li class="r-item"><div class="r-item-wrap"><a class="r-thumb" href="https://www.hhuun.com/q/22354.html" target="_blank"><img width="480" height="300" src="https://www.hhuun.com/zb_users/theme/hopelee/style/noimg/3.jpg" alt="易语言网页"></a><h4 class="r-title"><a href="https://www.hhuun.com/q/22354.html" title="易语言网页" target="_blank">易语言网页</a></h4></div></li><li class="r-item"><div class="r-item-wrap"><a class="r-thumb" href="https://www.hhuun.com/q/20376.html" target="_blank"><img width="480" height="300" src="https://www.hhuun.com/zb_users/theme/hopelee/style/noimg/8.jpg" alt="css设置左边框"></a><h4 class="r-title"><a href="https://www.hhuun.com/q/20376.html" title="css设置左边框" target="_blank">css设置左边框</a></h4></div></li><li class="r-item"><div class="r-item-wrap"><a class="r-thumb" href="https://www.hhuun.com/q/22259.html" target="_blank"><img width="480" height="300" src="https://www.hhuun.com/zb_users/theme/hopelee/style/noimg/1.jpg" alt="dom常考面试题"></a><h4 class="r-title"><a href="https://www.hhuun.com/q/22259.html" title="dom常考面试题" target="_blank">dom常考面试题</a></h4></div></li><li class="r-item"><div class="r-item-wrap"><a class="r-thumb" href="https://www.hhuun.com/q/20824.html" target="_blank"><img width="480" height="300" src="https://www.hhuun.com/zb_users/theme/hopelee/style/noimg/8.jpg" alt="容器类的代表"></a><h4 class="r-title"><a href="https://www.hhuun.com/q/20824.html" title="容器类的代表" target="_blank">容器类的代表</a></h4></div></li><li class="r-item"><div class="r-item-wrap"><a class="r-thumb" href="https://www.hhuun.com/q/20233.html" target="_blank"><img width="480" height="300" src="https://www.hhuun.com/zb_users/theme/hopelee/style/noimg/9.jpg" alt="java编程免费工具"></a><h4 class="r-title"><a href="https://www.hhuun.com/q/20233.html" title="java编程免费工具" target="_blank">java编程免费工具</a></h4></div></li><li class="r-item"><div class="r-item-wrap"><a class="r-thumb" href="https://www.hhuun.com/q/21221.html" target="_blank"><img width="480" height="300" src="https://www.hhuun.com/zb_users/theme/hopelee/style/noimg/8.jpg" alt="找不到rpm命令"></a><h4 class="r-title"><a href="https://www.hhuun.com/q/21221.html" title="找不到rpm命令" target="_blank">找不到rpm命令</a></h4></div></li><li class="r-item"><div class="r-item-wrap"><a class="r-thumb" href="https://www.hhuun.com/q/20594.html" target="_blank"><img width="480" height="300" src="https://www.hhuun.com/zb_users/theme/hopelee/style/noimg/9.jpg" alt="进程隐藏工具64位"></a><h4 class="r-title"><a href="https://www.hhuun.com/q/20594.html" title="进程隐藏工具64位" target="_blank">进程隐藏工具64位</a></h4></div></li></ul> </section><section class="widget wow fadeInDown" id="divPrevious"> <h3 class="widget-title">最近发表</h3> <ul class="widget-box divPrevious"><div class="side_new"> <div class="side_new_dot"></div> <div class="side_new_inner"> <div class="side-new-title"><a href="https://www.hhuun.com/q/22403.html" title="点击阅读电气织梦源码" target="_blank">电气织梦源码</a></div> <div class="side-new-time"><em>案例</em><span class="spot"></span>2024年11月21日</div> </div> </div><div class="side_new"> <div class="side_new_dot"></div> <div class="side_new_inner"> <div class="side-new-title"><a href="https://www.hhuun.com/q/22402.html" title="点击阅读导航条样式" target="_blank">导航条样式</a></div> <div class="side-new-time"><em>教程</em><span class="spot"></span>2024年11月21日</div> </div> </div><div class="side_new"> <div class="side_new_dot"></div> <div class="side_new_inner"> <div class="side-new-title"><a href="https://www.hhuun.com/q/22401.html" title="点击阅读java入门书籍选择" target="_blank">java入门书籍选择</a></div> <div class="side-new-time"><em>案例</em><span class="spot"></span>2024年11月21日</div> </div> </div><div class="side_new"> <div class="side_new_dot"></div> <div class="side_new_inner"> <div class="side-new-title"><a href="https://www.hhuun.com/q/22400.html" title="点击阅读大唐荣耀2免费观看" target="_blank">大唐荣耀2免费观看</a></div> <div class="side-new-time"><em>技术</em><span class="spot"></span>2024年11月21日</div> </div> </div><div class="side_new"> <div class="side_new_dot"></div> <div class="side_new_inner"> <div class="side-new-title"><a href="https://www.hhuun.com/q/22399.html" title="点击阅读dubbo框架" target="_blank">dubbo框架</a></div> <div class="side-new-time"><em>案例</em><span class="spot"></span>2024年11月21日</div> </div> </div><div class="side_new"> <div class="side_new_dot"></div> <div class="side_new_inner"> <div class="side-new-title"><a href="https://www.hhuun.com/q/22398.html" title="点击阅读计算机算法题" target="_blank">计算机算法题</a></div> <div class="side-new-time"><em>技术</em><span class="spot"></span>2024年11月21日</div> </div> </div><div class="side_new"> <div class="side_new_dot"></div> <div class="side_new_inner"> <div class="side-new-title"><a href="https://www.hhuun.com/q/22397.html" title="点击阅读数据库学习技巧" target="_blank">数据库学习技巧</a></div> <div class="side-new-time"><em>技术</em><span class="spot"></span>2024年11月21日</div> </div> </div></ul> </section> </aside> </div> <div class="listree-box"> <h3 class="listree-titles"><a class="listree-btn" title="展开">目录[+]</a></h3> <ul id="listree-ol" style="display:none;"></ul> </div> <div class="hidebody"></div> <div class="showbody"> <a class="showbody_c" href="javascript:void(0)" onclick="reward()" title="关闭"><img src="https://www.hhuun.com/zb_users/theme/hopelee/style/images/close.png" alt="取消" /></a> <div class="reward_img"> <img class="alipay_qrcode" src="https://www.hhuun.com/zb_users/theme/hopelee/style/images/weixin.jpg" alt="微信二维码" /> </div> <div class="reward_bg"> <div class="pay_box choice" data-id="https://www.hhuun.com/zb_users/theme/hopelee/style/images/weixin.jpg"> <span class="pay_box_span"></span> <span class="qr_code"><img src="https://www.hhuun.com/zb_users/theme/hopelee/style/images/wechat.svg" alt="微信二维码" /></span> </div> <div class="pay_box" data-id="https://www.hhuun.com/zb_users/theme/hopelee/style/images/alipay.jpg"> <span class="pay_box_span"></span> <span class="qr_code"><img src="https://www.hhuun.com/zb_users/theme/hopelee/style/images/alipay.svg" alt="支付宝二维码" /></span> </div> </div> </div> <script> $(function(){ $(".pay_box").click(function(){ $(this).addClass('choice').siblings('.pay_box').removeClass('choice'); var dataid=$(this).attr('data-id'); $(".reward_img img").attr("src",dataid); }); $(".hidebody").click(function(){ reward(); }); }); function reward(){ $(".hidebody").fadeToggle(); $(".showbody").fadeToggle(); } </script></main> <footer class="footer bg-dark"> <div class="container clearfix"> <div class="footer-fill"> <div class="footer-column"> <div class="footer-menu"> <a rel="nofollow" href="https://www.hhuun.com/3.html" target="_blank">关于我们</a> <a rel="nofollow" href="https://www.hhuun.com/2.html" target="_blank">联系我们</a> <a rel="nofollow" href="https://www.hhuun.com/1.html" target="_blank">免责声明</a> </div> <div class="footer-copyright text-xs"> 胡侬编程的资料均为作者提供或者网友推荐收集整理的,仅供学习和研究使用,不得用于任何商业用途。 如果您发现本站侵害了您的版权,请立即联系我们,本站将第一时间进行相关处理。E-mail:284563525@qq.com.. </div> </div> </div> <div class="footer-hidden-xs"> <div class="f-last-line "><p></p></div> </div> <div class="footer-links"> <div class="footer-RunTime"><span class="rt-times">页面加载时长:0.108秒</span><span class="rt-sql">数据库查询:9 次</span><span class="rt-memory">占用内存:4.13MB</span></div> <span><a class="ico-ico" href="http://beian.miit.gov.cn" rel="nofollow" target="_blank" title="鄂ICP备2023019274号-7"><img src="https://www.wpfsdl.com/zb_users/theme/hopelee/style/images/icp.png" alt="鄂ICP备2023019274号-7">鄂ICP备2023019274号-7</a>. 安全运行<span id="iday"></span>天 <script>function siteRun(d){var nowD=new Date();return parseInt((nowD.getTime()-Date.parse(d))/24/60/60/1000)} document.getElementById("iday").innerHTML=siteRun("2023/01/01");</script></span> </div> </div> <div id="backtop" class="backtop"> <div class="bt-box top" title="返回顶部"><i class="icon font-top"></i></div> <div class="bt-box bottom" title="网页底部"><i class="icon font-bottom"></i></div> </div> <div class="none"> <script src="https://www.hhuun.com/zb_users/theme/hopelee/script/custom.js?v=2024-03-13"></script> <script src="https://www.hhuun.com/zb_users/theme/hopelee/script/wow.min.js"></script> <script src="https://www.hhuun.com/zb_users/theme/hopelee/script/jquery.lazy.js"></script> <script src="https://www.hhuun.com/zb_users/theme/hopelee/script/view-image.min.js"></script> </div> </footer> </body> </html><!--108.23 ms , 9 queries , 4433kb memory , 0 error-->