esc0rp 发表于 2024-6-29 10:55:02

HTML实用的网页代码大全

【一】:符号<p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">&lt;p&gt;段落&lt;/p&gt;</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">&lt;h&gt;标题&lt;/h&gt;(h1---h6)</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">&lt;br&gt;:换行</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">&lt;hr&gt;:分割线</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;"><span style="color: black;">上下</span>尖括号:&amp;lt;&amp;gt;</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">&amp;<span style="color: black;">暗示</span>为:&amp;amp</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">"<span style="color: black;">暗示</span>为:&amp;quot;</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">表格形式</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">&lt;table&gt;</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">&lt;thead&gt;&lt;/thead&gt;</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">&lt;tfoot&gt;&lt;/tfoot&gt;</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">&lt;/table&gt;</p>【二】:字体<p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">移动字体(走马灯):&lt;marquee&gt;文字&lt;/marquee&gt;</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">字体加粗:&lt;b&gt;文字&lt;/b&gt;</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">字体斜体:&lt;i&gt;文字&lt;/i&gt;</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">字体下划线:&lt;u&gt;文字&lt;/u&gt;</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">字体删除线:&lt;s&gt;文字&lt;/s&gt;</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">字体加大:&lt;big&gt;文字&lt;/big&gt;</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">字体<span style="color: black;">掌控</span><span style="color: black;">体积</span>:&lt;h1&gt;文字&lt;/h1&gt;(其中字体<span style="color: black;">体积</span><span style="color: black;">能够</span>从h1---h6)</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">字体<span style="color: black;">掌控</span><span style="color: black;">体积</span>:&lt;font size="12px"&gt;文字&lt;/font&gt;</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">字体<span style="color: black;">掌控</span>颜色:&lt;font color="颜色"&gt;文字&lt;/font&gt;(颜色的<span style="color: black;">暗示</span>方式:方式一:英语单词<span style="color: black;">暗示</span>;方式二:#000000~#ffffff)</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">字体<span style="color: black;">掌控</span>颜色:&lt;p style="color: 颜色"&gt;文体&lt;/p&gt;(颜色的<span style="color: black;">暗示</span>方式:方式一:英语单词<span style="color: black;">暗示</span>;方式二:#000000~#ffffff)</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">原始字体样式:&lt;pre&gt;文字&lt;/pre&gt;</p>【三】:body标记的属性<div style="color: black; text-align: left; margin-bottom: 10px;"><img src="https://pic1.zhimg.com/80/v2-753205efefcd7456130fea1eb6f404ec_720w.webp" style="width: 50%; margin-bottom: 20px;"></div>【四】:特殊样式<p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">在新窗口打开连接:&lt;a href="要<span style="color: black;">转</span>的<span style="color: black;">目的</span>路径" target="_blank"&gt;要输入的文字&lt;/a&gt; (target=_blank<span style="color: black;">暗示</span>用新窗口打开页面,<span style="color: black;">通常</span>出<span style="color: black;">此刻</span>&lt;a&gt;标签中,target<span style="color: black;">暗示</span>链接在哪里打开,<span style="color: black;">能够</span>为它赋<span style="color: black;">已然</span>存在的窗口名<span style="color: black;">或</span><span style="color: black;">有些</span>默认的值,<span style="color: black;">平常</span>的<span style="color: black;">有些</span>默认的值有:_blank 新窗口 _self <span style="color: black;">自己</span> _parent 父窗口 _top 顶层窗口(框架中))</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">消除下划线的连接:&lt;a href="要<span style="color: black;">转</span>的<span style="color: black;">目的</span>路径" style="text-decoration: none" target="_blank"&gt;要输入的文字&lt;/a&gt;</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">贴音乐:&lt;embed src="音乐<span style="color: black;">位置</span>" width="宽度" height="高度" type=audio/mpeg autostart="false"&gt;</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">贴网页:&lt;iframe src="网页<span style="color: black;">位置</span>" width="宽度" height="高度"&gt;&lt;/iframe&gt;</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">贴flash:&lt;embed src="flash<span style="color: black;">位置</span>" width="宽度" height="高度"&gt;</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">贴影视文件:&lt;img dynsrc="文件<span style="color: black;">位置</span>" width="宽度" height="高度" start=mouseover&gt;</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">固定帖子背景不随滚动条滚动:&lt;body bac<span style="color: black;">公斤</span>round="背景<span style="color: black;">照片</span><span style="color: black;">位置</span>" body bgproperties=fixed&gt;</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">帖子背景颜色:&lt;body bgcolor="颜色"&gt; (颜色的<span style="color: black;">暗示</span>方式:方式一:英语单词<span style="color: black;">暗示</span>;方式二:#000000~#ffffff)</p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">帖子背景音乐:IE:&lt;body bgsound="背景音乐<span style="color: black;">位置</span>" loop=infinite&gt;或NS:&lt;embed src="背景音乐文件" autostart=true hidden=true loop=true&gt; (bgsound是背景音乐的标签 src-所<span style="color: black;">插进</span>背景的U</p>




b1gc8v 发表于 2024-10-12 11:06:19

“板凳”(第三个回帖的人)‌

b1gc8v 发表于 2024-10-19 23:59:04

感谢你的精彩评论,为我的思绪打开了新的窗口。

b1gc8v 发表于 2024-10-26 15:44:37

感谢您的精彩评论,为我带来了新的思考角度。

4lqedz 发表于 2024-10-30 18:33:44

你的话语如春风拂面,温暖了我的心房,真的很感谢。

b1gc8v 发表于 2024-10-31 18:24:41

楼主听话,多发外链好处多,快到碗里来!外链论坛 http://www.fok120.com/

4lqedz 发表于 2024-11-12 20:33:47

这夸赞甜到心里,让我感觉温暖无比。
页: [1]
查看完整版本: HTML实用的网页代码大全