欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

HTML里面的文本标签_html/css_WEB-ITnose

程序员文章站 2024-02-04 14:52:10
...
下面就是重要的标签:     创建一个HTML文档,是网页源代码的开始符和结束符,每一个网页的源代码必定是以这两个标签开始和结束.     设置文档标题和其它在网页中不显示的信息     设置文档的标题        

最大的标题
 预先格式化文本           下划线     黑体字       斜体字       打字机风格的字体     引用,通常是斜体         强调文本(通常是斜体加黑体)     加重文本(通常是斜体加黑体)     设置字体大小从1到7,颜色使用名字或RGB的十六进制值     基准字体标记     字体加大     字体缩小         加删除线     程式码           键盘字     范例       变量    
向右缩排 述语定义
地址标记 上标字 下标字 ... 固定宽度字体(在文件中空白、换行、定位功能有效) ...</plaintext>固定宽度字体 (不执行标记符号) <listing>...</listing> 固定宽度小字体 <font color="00ff00">...</font>字体颜色 <font size="1">...</font>最小字体 <font style="font-size:100 px">...</font>无限增大============================〈格式标志〉============================<p></p> 创建一个段落 <p align=""> 将段落按左、中、右对齐  <br>换行 插入一个回车换行符</p><blockquote></blockquote> 从两边缩进文本</pre> <dl></dl> 定义列表<dt> 放在每个定义术语词前</dt> <dd> 放在每个定义之前<ol></ol> 创建一个标有数字的列表<ul></ul> 创建一个标有圆点的列表<li> 放在每个列表项之前,若在<ol></ol>之间则每个列表项加上一个数字,若 在<ul></ul>之间则每个列表项加上一个圆点     用来排版大块HTML段落,也用于格式化表<menu> 选项清单<dir> 目录清单<nobr></nobr> 强行不换行<hr size="9" width="80%" color="ff0000">水平线(设定宽度)<center></center> 水平居中=====================〈链接标志表格标志〉=============================<a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuVVJM" target="_blank" rel="nofollow"></a> 创建超文本链接<a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNubWFpbHRFTUFJTA==" target="_blank" rel="nofollow"></a> 创建自动发送电子邮件的链接<a name="name" target="_blank" rel="nofollow" href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNu"></a> 创建位于文档内部的书签<a href="#name"></a> 创建指向位于文档内部书签的链接<base> 文档中不能被该站点辨识的其它所有链接源的URL<link> 定义一个链接和源之间的相互关系=================== 链接标记注解:========================◆target="..."决定链接源在什么地方显示(用户自定义的名 字,_blank,_parent,_self,_top◆rel="..."发送链接的类型◆rev="..."保存链接的类型◆accesskey="..." 指定该元素的热键◆shape="..."允许我们使用已定义的形状定义客户端的图形镜像(default,rect,circle,poly◆coord="..." 使用像素或者长度百分比来定义形状的尺寸◆tabindex="..."使用定义过的tabindex元素设置在各个元素之间的焦点获取顺序(使 用tab键使元素获得焦点)==================== 表格标记注解:=====================<table></table> 创建一个表格 <tr></tr> 表格中的每一行<td></td> 表格中一行中的每一个格子<th></th> 设置表格头:通常是黑体居中文字<table cellspacing=""> 设置表格格子之间空间的大小<table border=""> 设置边框的宽度<table cellpadding=""> 设置表格格子边框与其内部内容之间空间的大小<table width=""> 设置表格的宽度。用绝对像素值或总宽度的百分比<table align=""> 设置表格格子的水平对齐方式(left,center,right,justify)<tr align=""> 设置表格格子的水平对齐方式(left,center,right,justify)</tr> <tr valign=""> 设置表格格子的垂直对齐方式(baseline,bottom,middle,top)<td colspan=""> 设置一个表格格子跨占的列数(缺省值为1)  </td> <td rowspan=""> 设置一个表格格子跨占的行数(缺省值为1)  </td> <td nowrap> 禁止表格格子内的内容自动断行<caption></caption> 表格的标题<colgroup></colgroup> 定义多个列为一组列<table></table> 创建一个表格 <thead></thead> 定义表格的页眉<col> 定义一个列组中的列,以便对它们能够同时设置有关属性</td> </tr> <tbody></tbody> 定义一个表格的实体<tfoot></tfoot> 定义一个表格的页脚 <p class="sycode"> </p> <p>版权声明:本文为博主原创文章,未经博主允许不得转载。</p> <a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2suaHRtbD90PTI=" target="_blank" rel="nofollow"><img onerror="this.src='/statics/superweb999/images/image_error.jpg'"src="/default/index/img?u=aHR0cHM6Ly9pbWcucGhwLmNuL3VwbG9hZC9jb3Vyc2UvMDAwLzAwMC8wNzEvNjIwYzYwNGY3NTI1MTk5NS5wbmc=" style="margin-top: 30px;" alt="HTML里面的文本标签_html/css_WEB-ITnose" title="HTML里面的文本标签_html/css_WEB-ITnose"></a><p style="float:right;font-size:13px;color:#999;"><span class="red">声明:</span>本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。</p> <p class="article-relative-header">相关文章</p> <p class="article-relative-header">相关视频</p> <hr class="layui-clear"> <ul class="article-relative-ul"> <li> <span class="layui-badge-dots"></span><a class="relevant" href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2Rpdi10dXRvcmlhbC00ODc5NjIuaHRtbA==" target="_blank" rel="nofollow">html下拉菜单文字怎么变小</a> </li> <li> <span class="layui-badge-dots"></span><a class="relevant" href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2Rpdi10dXRvcmlhbC00ODYyNzguaHRtbA==" target="_blank" rel="nofollow">html5中元素能拉伸宽度吗</a> </li> <li> <span class="layui-badge-dots"></span><a class="relevant" href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2Rpdi10dXRvcmlhbC00ODc5NjAuaHRtbA==" target="_blank" rel="nofollow">HTML里怎么设置thead表头的颜色</a> </li> <li> <span class="layui-badge-dots"></span><a class="relevant" href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2Rpdi10dXRvcmlhbC00ODc2OTkuaHRtbA==" target="_blank" rel="nofollow">html5怎么创建跳转页尾超链接</a> </li> <li> <span class="layui-badge-dots"></span><a class="relevant" href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2Rpdi10dXRvcmlhbC0yNzMwMDYuaHRtbA==" target="_blank" rel="nofollow">HTML里面的文本标签_html/css_WEB-...</a> </li> </ul> <ul class="article-relative-ul"> <li> <span class="layui-badge-dots"></span><a class="relevant" href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2NvZGUvNDczMDkuaHRtbA==" target="_blank" title="依赖注入与服务容器01" rel="nofollow">依赖注入与服务容器01</a> </li> <li> <span class="layui-badge-dots"></span><a class="relevant" href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2NvZGUvNDczMDguaHRtbA==" target="_blank" title="mvc架构模式运行原理" rel="nofollow">mvc架构模式运行原理</a> </li> <li> <span class="layui-badge-dots"></span><a class="relevant" href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2NvZGUvNDczMDcuaHRtbA==" target="_blank" title="文件上传后端拦截03" rel="nofollow">文件上传后端拦截03</a> </li> <li> <span class="layui-badge-dots"></span><a class="relevant" href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2NvZGUvNDczMDYuaHRtbA==" target="_blank" title="文件上传后端拦截02" rel="nofollow">文件上传后端拦截02</a> </li> </ul> <div class="comment layui-clear CopyrightData"> <div class="J_Header" id="J_Header"> <p class="header-title">网友评论</p> <p class="header-protocol">文明上网理性发言,请遵守 新闻评论服务协议</p>我要评论</div> <div class="text-box layui-clear article_comment_textarea"> <div class="box-left"> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuamF2YXNjcmlwdDpsb2dpbl90cmlnZ2VyKCk=" target="_blank" rel="nofollow"><img onerror="this.src='/statics/superweb999/images/image_error.jpg'"src="/default/index/img?u=L3N0YXRpYy9pbWFnZXMvdXNlcl9hdmF0YXIuanBn" alt="HTML里面的文本标签_html/css_WEB-ITnose" title="HTML里面的文本标签_html/css_WEB-ITnose"></a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuamF2YXNjcmlwdDpsb2dpbl90cmlnZ2VyKCk=" target="_blank" rel="nofollow"></a></li> </div> <div class="box-right"> <textarea name="desc" placeholder="请输入内容" class="layui-textarea article_textarea"></textarea><button class="layui-btn article_publish" data-id="273006">立即提交</button> </div> </div> </div> <div class="article-hot layui-clear" style="margin-top:0"> <h2>专题推荐</h2> <ul> <li> <a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL21hcC9kdWd1Lmh0bWw=" target="_blank" rel="nofollow"><img onerror="this.src='/statics/superweb999/images/image_error.jpg'"src="/default/index/img?u=aHR0cHM6Ly9pbWcucGhwLmNuL3VwbG9hZC9hcnRpY2xlLzAwMC8wMDAvMDAzLzVkMWVmMWU5ZTg2NmU2MzUuanBn" alt="HTML里面的文本标签_html/css_WEB-ITnose" title="HTML里面的文本标签_html/css_WEB-ITnose"></a><a class="course-title" href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL21hcC9kdWd1Lmh0bWw=" target="_blank" rel="nofollow">独孤九贱-php全栈开发教程</a><p class="course-type">全栈 <i class="layui-icon layui-icon-user"></i> 170W+</p> <p class="course-des">主讲:Peter-Zhu 轻松幽默、简短易学,非常适合PHP学习入门</p> </li> <li> <a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL21hcC95dW52Lmh0bWw=" target="_blank" rel="nofollow"><img onerror="this.src='/statics/superweb999/images/image_error.jpg'"src="/default/index/img?u=aHR0cHM6Ly9pbWcucGhwLmNuL3VwbG9hZC9hcnRpY2xlLzAwMC8wMDAvMDAzLzVkMWVmMjM2Y2E4Nzg5NDkuanBn" alt="HTML里面的文本标签_html/css_WEB-ITnose" title="HTML里面的文本标签_html/css_WEB-ITnose"></a><a class="course-title" href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL21hcC95dW52Lmh0bWw=" target="_blank" rel="nofollow">玉女心经-web前端开发教程</a><p class="course-type">入门 <i class="layui-icon layui-icon-user"></i> 80W+</p> <p class="course-des">主讲:灭绝师太 由浅入深、明快简洁,非常适合前端学习入门</p> </li> <li> <a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL3RvdXRpYW8tNDA5MjIxLmh0bWw=" target="_blank" rel="nofollow"><img onerror="this.src='/statics/superweb999/images/image_error.jpg'"src="/default/index/img?u=aHR0cHM6Ly9pbWcucGhwLmNuL3VwbG9hZC9hcnRpY2xlLzAwMC8wMDAvMDAzLzVkMWVmMjQ3N2M3ZDc1ODcuanBn" alt="HTML里面的文本标签_html/css_WEB-ITnose" title="HTML里面的文本标签_html/css_WEB-ITnose"></a><a class="course-title" href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL3RvdXRpYW8tNDA5MjIxLmh0bWw=" target="_blank" rel="nofollow">天龙八部-实战开发教程</a><p class="course-type">实战 <i class="layui-icon layui-icon-user"></i> 120W+</p> <p class="course-des">主讲:西门大官人 思路清晰、严谨规范,适合有一定web编程基础学习</p> </li> </ul> </div> <div class="layui-col-md4 article-list-right "> <div class="panel"> <div class="panel-title">作者信息</div> <div id="profile-2"> <div class="avatar-wrap"><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL21lbWJlci8xLmh0bWw=" target="_blank" class="avatar-link" rel="nofollow"><img onerror="this.src='/statics/superweb999/images/image_error.jpg'"src="/default/index/img?u=L3N0YXRpYy9pbWFnZXMvdXNlcl9hdmF0YXIuanBn" class="func-um_user gravatar avatar avatar-120 um-avatar um-avatar-uploaded" alt="HTML里面的文本标签_html/css_WEB-ITnose" title="HTML里面的文本标签_html/css_WEB-ITnose"></a></div> <div class="profile-info"> <p><span class="author-name"></span><i class="layui-icon layui-icon-auz" title="认证作者"></i></p> <p class="author-description">认证0级讲师</p> </div> </div> </div> <div class="layui-clear"><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuamF2YXNjcmlwdDpwdWJsaXNoX2FydGljbGUoKQ==" class="layui-btn layui-btn-danger article-add" target="_blank" rel="nofollow">发布技术文章</a></div> <div class="top-article layui-clear"><div class="layui-tab layui-tab-card"> <ul class="layui-tab-title"> <li class="layui-this">最新文章</li> <li>热门排行</li> </ul> <div class="layui-tab-content"> <div class="layui-tab-item layui-show"><ul> <p class="top-img"><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2suaHRtbD90PTI=" target="_blank" title="线上直播班" rel="nofollow"><img onerror="this.src='/statics/superweb999/images/image_error.jpg'"src="/default/index/img?u=aHR0cHM6Ly9pbWcucGhwLmNuL3VwbG9hZC9jb3Vyc2UvMDAwLzAwMC8wNzEvNjIwYzY1MTc4NTg5ZDg5NS5wbmc=" style="width: 100%" alt="HTML里面的文本标签_html/css_WEB-ITnose" title="HTML里面的文本标签_html/css_WEB-ITnose"></a></p> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2Rpdi10dXRvcmlhbC00ODc5ODcuaHRtbA==" target="_blank" title="html中怎么清除li黑点" rel="nofollow">html中怎么清除li黑点</a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2Rpdi10dXRvcmlhbC00ODc5NjIuaHRtbA==" target="_blank" title="html下拉菜单文字怎么变小" rel="nofollow">html下拉菜单文字怎么变小</a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2Rpdi10dXRvcmlhbC00ODc5NjAuaHRtbA==" target="_blank" title="HTML里怎么设置thead表头的颜色" rel="nofollow">HTML里怎么设置thead表头的颜色</a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2Rpdi10dXRvcmlhbC00ODc5NTkuaHRtbA==" target="_blank" title="html的name和value是什么意思" rel="nofollow">html的name和value是什么意思</a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2Rpdi10dXRvcmlhbC00ODc5NTguaHRtbA==" target="_blank" title="html如何给背景图片设置透明度" rel="nofollow">html如何给背景图片设置透明度</a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2Rpdi10dXRvcmlhbC00ODc5NTUuaHRtbA==" target="_blank" title="html中怎么让列表横向排列" rel="nofollow">html中怎么让列表横向排列</a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2Rpdi10dXRvcmlhbC00ODc2OTkuaHRtbA==" target="_blank" title="html5怎么创建跳转页尾超链接" rel="nofollow">html5怎么创建跳转页尾超链接</a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2Rpdi10dXRvcmlhbC00ODY2MDAuaHRtbA==" target="_blank" title="十分钟搞懂form标签中的GET和POST提交方式" rel="nofollow">十分钟搞懂form标签中的GET和POST提交方式</a></li> </ul></div> <div class="layui-tab-item"><ul> <p class="top-img"><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL3RvdXRpYW8tMzg3MDcyLmh0bWw=" target="_blank" title="面对巨额亏损的PHP中文网,我该为情怀买单吗?(猪哥)" rel="nofollow"><img onerror="this.src='/statics/superweb999/images/image_error.jpg'"src="/default/index/img?u=aHR0cHM6Ly9pbWcucGhwLmNuL3VwbG9hZC9hcnRpY2xlLzAwMC8wMDAvMDAzLzViODkwYTllNDQxN2Y4NzIucG5n" style="width: 100%" alt="HTML里面的文本标签_html/css_WEB-ITnose" title="HTML里面的文本标签_html/css_WEB-ITnose"></a></p> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2Rpdi10dXRvcmlhbC00MTM2ODUuaHRtbA==" target="_blank" title="404 not found是什么意思" rel="nofollow">404 not found是什么意思</a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2Rpdi10dXRvcmlhbC00MTQzMDMuaHRtbA==" target="_blank" title="DOM是什么意思" rel="nofollow">DOM是什么意思</a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2Rpdi10dXRvcmlhbC00MTg3NzIuaHRtbA==" target="_blank" title="url是什么意思?" rel="nofollow">url是什么意思?</a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2Rpdi10dXRvcmlhbC00MTQyNTIuaHRtbA==" target="_blank" title="如何改变图片大小" rel="nofollow">如何改变图片大小</a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2Rpdi10dXRvcmlhbC00MTI4OTMuaHRtbA==" target="_blank" title="html是什么" rel="nofollow">html是什么</a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2Rpdi10dXRvcmlhbC00MTMzNzQuaHRtbA==" target="_blank" title="html如何创建电子邮件链接" rel="nofollow">html如何创建电子邮件链接</a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2Rpdi10dXRvcmlhbC00MTI1MjAuaHRtbA==" target="_blank" title="HTML编辑器有哪些?最好用的4款HTML编辑器推荐" rel="nofollow">HTML编辑器有哪些?最好用的4款HTML编辑器推荐</a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2Rpdi10dXRvcmlhbC00MTE1NDQuaHRtbA==" target="_blank" title="如何制作一个简单的HTML登录页面(附代码)" rel="nofollow">如何制作一个简单的HTML登录页面(附代码)</a></li> </ul></div> </div> </div></div> <div class="article-ad article-course php-news-right-imginfo"> <div class="r-title"> <i class="layui-icon layui-icon-praise"></i>推荐视频教程</div> <li> <a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2NvdXJzZS8xNzkuaHRtbA==" target="_blank" rel="nofollow"><img onerror="this.src='/statics/superweb999/images/image_error.jpg'"src="/default/index/img?u=aHR0cHM6Ly9pbWcucGhwLmNuL3VwbG9hZC9jb3Vyc2UvMDAwLzAwMC8wMDMvNWExNzk4MmQ0ODY4NjI1NC5qcGc=" alt="HTML里面的文本标签_html/css_WEB-ITnose" title="HTML里面的文本标签_html/css_WEB-ITnose"></a><span><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2NvdXJzZS8xNzkuaHRtbA==" target="_blank" rel="nofollow">javascript初级视频教程</a></span> </li> <li> <a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2NvdXJzZS8xODEuaHRtbA==" target="_blank" rel="nofollow"><img onerror="this.src='/statics/superweb999/images/image_error.jpg'"src="/default/index/img?u=aHR0cHM6Ly9pbWcucGhwLmNuL3VwbG9hZC9jb3Vyc2UvMDAwLzAwMC8wMDMvNWExNzkyODNjMzg4NTcwMy5qcGc=" alt="HTML里面的文本标签_html/css_WEB-ITnose" title="HTML里面的文本标签_html/css_WEB-ITnose"></a><span><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2NvdXJzZS8xODEuaHRtbA==" target="_blank" rel="nofollow">jquery 基础视频教程</a></span> </li> </div> <div class="article-ad mt-20" id="aritcle_detail_new"> <div class="r-title"> <i class="layui-icon layui-icon-video"></i>视频教程分类</div> <ul class="course-category-lists layui-clear"> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2NvdXJzZS9saXN0LzI5L3R5cGUvMi5odG1s" target="_blank" rel="nofollow"><div class="course-category-child-first">php视频教程</div></a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2NvdXJzZS9saXN0LzExLmh0bWw=" target="_blank" rel="nofollow"><div class="course-category-child-first">html视频教程</div></a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2NvdXJzZS9saXN0LzEyLmh0bWw=" target="_blank" rel="nofollow"><div class="course-category-child-first">css视频教程</div></a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2NvdXJzZS9saXN0LzE3Lmh0bWw=" target="_blank" rel="nofollow"><div class="course-category-child-first">JS视频教程</div></a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2NvdXJzZS9saXN0LzE5Lmh0bWw=" target="_blank" rel="nofollow"><div class="course-category-child-first">jQuery视频教程</div></a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2NvdXJzZS9saXN0LzUxLmh0bWw=" target="_blank" rel="nofollow"><div class="course-category-child-first">mysql视频教程</div></a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2NvdXJzZS9saXN0LzMzLmh0bWw=" target="_blank" rel="nofollow"><div class="course-category-child-first">Linux视频教程</div></a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2NvdXJzZS9saXN0LzMwLmh0bWw=" target="_blank" rel="nofollow"><div class="course-category-child-first">Python视频教程</div></a></li> </ul> </div> </div> <iframe src="/adapp1.html" frameborder="0" style="position: fixed;bottom:0;right:0;z-index:99999;"></iframe><div class="layui-clear layui-bg-black php-ul-li footer_top_margin"><div class="layui-row layui-main"> <div class="layui-col-md9"> <ul class="php-float-left"> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuLw==" target="_blank" title="网站首页" rel="nofollow">网站首页 </a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2NvdXJzZS9saXN0LzI5L3R5cGUvMi5odG1s" target="_blank" title="PHP视频" rel="nofollow">PHP视频</a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2NvdXJzZS9saXN0LzI5L3R5cGUvNC5odG1s" target="_blank" title="PHP实战" rel="nofollow">PHP实战</a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2NvdXJzZS9saXN0LzI5L3R5cGUvMS5odG1s" target="_blank" title="PHP代码" rel="nofollow">PHP代码</a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2NvdXJzZS9saXN0LzI5L3R5cGUvMy5odG1s" target="_blank" title="PHP手册" rel="nofollow">PHP手册</a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL3dpa2lzLmh0bWw=" target="_blank" title="词条" rel="nofollow">词条</a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL3dyaXRlLmh0bWw=" target="_blank" title="手记" rel="nofollow">手记</a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2RpYy5odG1s" target="_blank" title="手记" rel="nofollow">编程词典</a></li> <li><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2suaHRtbA==" target="_blank" rel="nofollow">php培训</a></li> </ul> <p class="layui-clear footer_phpcn">:公益在线php培训,帮助PHP学习者快速成长!</p> <p class="footer_phpcn_record">Copyright 2014-2021 https://www.php.cn/ All Rights Reserved | <a href="https://beian.miit.gov.cn/" style="color: #9c9c9c;" rel="nofollow" target="_blank">苏ICP备2020058653号-1</a><a href="http://112.30.63.109:8887/showEi?id=6a58f74d17984675aa1b671d0fa101cf&amp;url=php.cn" rel="nofollow" target="_blank"><img onerror="this.src='/statics/superweb999/images/image_error.jpg'"src="/default/index/img?u=L3N0YXRpYy9pbWFnZXMvZm9vdF9saW5lLmdpZg==" alt="HTML里面的文本标签_html/css_WEB-ITnose" title="HTML里面的文本标签_html/css_WEB-ITnose"></a><span class="footer_phpcn_say" style="padding-left:15px;"><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2Fib3V0L3VzLmh0bWw=" target="_blank" rel="nofollow">关于我们</a><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2Fib3V0L2Rpc2NsYWltZXIuaHRtbA==" target="_blank" class="mr10" rel="nofollow">免责申明</a><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2Fib3V0L2RvbmF0ZS5odG1s" class="mr10" target="_blank" rel="nofollow">赞助与捐赠</a><a href="/default/index/url?u=aHR0cHM6Ly93d3cucGhwLmNuL2Jsb2cvZGV0YWlsLzIwMzA0Lmh0bWw=" target="_blank" rel="nofollow">广告合作</a></span></p> </div> <div class="layui-col-md3" style="padding-top:15px;"> <img onerror="this.src='/statics/superweb999/images/image_error.jpg'"src="/default/index/img?u=L3N0YXRpYy9pbWFnZXMvcGhwY25fZXJ3ZWkuanBn" alt="HTML里面的文本标签_html/css_WEB-ITnose" title="HTML里面的文本标签_html/css_WEB-ITnose">   <img onerror="this.src='/statics/superweb999/images/image_error.jpg'"src="/default/index/img?u=L3N0YXRpYy9pbWFnZXMvcXEuanBn" alt="HTML里面的文本标签_html/css_WEB-ITnose" title="HTML里面的文本标签_html/css_WEB-ITnose"> </div> </div></div> <style>.layui-fixbar{bottom:200px;}</style> <input type="hidden" id="verifycode" value="/captcha.html"><link rel="stylesheet" id="_main-css" href="/static/css/viewer.min.css?2" type="text/css" media="all"> </table> </table> </table> </table> </table> </dir> </menu> </li> </dd> </div> <div class="tags"> 相关标签: <a href="/t/HTML%E9%87%8C%E9%9D%A2%E7%9A%84%E6%96%87%E6%9C%AC%E6%A0%87%E7%AD%BE/" target="_blank"> HTML里面的文本标签 </a> </div> <div class="info-pre-next"> <p> 上一篇: <a href="/article/2437121.html"> 求php多数组组合排列算法 </a> </p> <p> 下一篇: <a href="/article/2437123.html"> php 调用接口有关问题 </a> </p> </div> <div class="wz_tuijian"> <p> 推荐阅读 </p> <ul> <li> <a href="/article/2437122.html" target="_blank" title="HTML里面的文本标签_html/css_WEB-ITnose"> <h2> HTML里面的文本标签_html/css_WEB-ITnose </h2> </a> </li> <li> <a href="/article/2434925.html" target="_blank" title="CSS 设置文本省略 ellipsis (…)_html/css_WEB-ITnose"> <h2> CSS 设置文本省略 ellipsis (…)_html/css_WEB-ITnose </h2> </a> </li> <li> <a href="/article/2432267.html" target="_blank" title="html小技巧之td,div标签里内容不换行"> <h2> html小技巧之td,div标签里内容不换行 </h2> </a> </li> <li> <a href="/article/2431905.html" target="_blank" title="html打开页面就调用另一个页面的问题_html/css_WEB-ITnose"> <h2> html打开页面就调用另一个页面的问题_html/css_WEB-ITnose </h2> </a> </li> <li> <a href="/article/2431595.html" target="_blank" title="《写给大家看的CSS书》第三章:字体与文本_html/css_WEB-ITnose"> <h2> 《写给大家看的CSS书》第三章:字体与文本_html/css_WEB-ITnose </h2> </a> </li> <li> <a href="/article/2431110.html" target="_blank" title="将会员注册页面的Email修改成非必填项(ecshop2.7.2版)_html/css_WEB-ITnose"> <h2> 将会员注册页面的Email修改成非必填项(ecshop2.7.2版)_html/css_WEB-ITnose </h2> </a> </li> <li> <a href="/article/2430118.html" target="_blank" title="请教一个将table置于a标签下异常的问题(IE)_html/css_WEB-ITnose"> <h2> 请教一个将table置于a标签下异常的问题(IE)_html/css_WEB-ITnose </h2> </a> </li> <li> <a href="/article/2429075.html" target="_blank" title="css实现的文本框focus获取焦点设置样式代码实例_html/css_WEB-ITnose"> <h2> css实现的文本框focus获取焦点设置样式代码实例_html/css_WEB-ITnose </h2> </a> </li> <li> <a href="/article/2426568.html" target="_blank" title="IE9 下,css代码放在style.css文件里不起作用_html/css_WEB-ITnose"> <h2> IE9 下,css代码放在style.css文件里不起作用_html/css_WEB-ITnose </h2> </a> </li> <li> <a href="/article/2425034.html" target="_blank" title="html表格标签的使用_html/css_WEB-ITnose"> <h2> html表格标签的使用_html/css_WEB-ITnose </h2> </a> </li> </ul> </div> </article> </div> </main> <footer><div class="box"><div class="ft_nav"><div class="ft_about"><p>关于网站</p><ul><li><a href="/sitemap.xml" target="_blank" title="网站地图">网站地图</a></li><li><a href="/list/2/" title="最新程序员文章站">最新程序员文章站</a></li></ul></div><div class="ft_contact"><ul><li>本站所有数据收集于网络如有侵犯到您的权益,请联系我们进行下架处理。</li><li class="email_show"></li></ul></div></div><div class="copyright"><div class="cr_left"><p> 备案号:<a href="https://beian.miit.gov.cn/#/Integrated/index" target="_blank">粤ICP备20058927号</a></p><p>© Copyright © 2020-2022 www.superweb999.com 程序员文章站. </p></div></div></div></footer> </body> </html>