html 代码大全
html 代码大全
所有 html 代码
如果你想了解所有的HTML代码,请移步:HTML 标签速查表 (这里记录了所有的HTML代码)
如下面列一些我们常用的一部分代码,供查阅
贴图
<img src="图片地址">
参考:https://www.axihe.com/api/html/images/tag-img.html
加入连接
<a href="所要连接的相关地址">写上你想写的字</a>
参考:https://www.axihe.com/api/html/links/tag-a.html
在新窗口打开连接
<a href="相关地址" target="_blank">写上要写的字</a>
消除连接的下划线在新窗口打开连接
<a href="相关地址" style="text-decoration:none" target="_blank">写上你想写的字</a>
参考:https://www.axihe.com/api/html/links/tag-a.html
移动字体(走马灯)
<marquee>写上你想写的字</marquee>
演示
字体加粗
<b>写上你想写的字</b>
参考:https://www.axihe.com/api/html/formatting-stress/tag-b.html
字体斜体
<i>写上你想写的字</i>
参考:https://www.axihe.com/api/html/formatting-stress/tag-i.html
字体下划线
<u>写上你想写的字</u>
参考:https://www.axihe.com/api/html/formatting/tag-u.html
字体删除线
<s>写上你想写的字</s>
参考:https://www.axihe.com/api/html/formatting/tag-s.html
字体加大
<big>写上你想写的字</big>
参考:https://www.axihe.com/api/html/formatting/tag-big.html
字体控制大小
<h1>写上你想写的字</h1>
其中字体大小可从 h1-h6,h1 最大,h6 最小
参考:https://www.axihe.com/api/html/basic/tag-hn.html
更改字体颜色
<font color="#value">写上你想写的字</font>
参考:https://www.axihe.com/api/html/formatting/tag-font.html
其中 value 值在 000000
与 ffffff
(16 位进制)之间
贴音乐
<embed src= 音乐地址 width=300 height=45 type=audio/mpeg autostart="false">
参考:https://www.axihe.com/api/html/programming/tag-embed.html
贴 flash
<embed src="flash 地址" width="宽度" height="高度">
参考:https://www.axihe.com/api/html/programming/tag-embed.html
贴影视文件
<img dynsrc="文件地址" width="宽度" height="高度" start=mouseover>
参考:https://www.axihe.com/api/html/images/tag-img.html
换行
<br>
参考:https://www.axihe.com/api/html/basic/tag-br.html
段落
<p>段落</p>
参考:https://www.axihe.com/api/html/basic/tag-p.html
原始文字样式
<pre>正文</pre>
参考:https://www.axihe.com/api/html/formatting-area/tag-pre.html
换帖子背景
<body background="背景图片地址">
参考:https://www.axihe.com/api/html/basic/tag-body.html
固定帖子背景不随滚动条滚动
<body background="背景图片地址" body bgproperties=fixed>
参考:https://www.axihe.com/api/html/basic/tag-body.html
定制帖子背景颜色
<body bgcolor="#value">
参考:https://www.axihe.com/api/html/basic/tag-body.html
更多 HTML 搜索
通过查看前端开发者在搜索引擎里的搜了哪些 HTML 内容,可以知道他们实际工作使用了什么技术或者什么地方薄弱;
你可以通过点击 HTML 常见搜索 来查看前端开发者都在搜哪些内容;
注:这里仅收录了常见搜索,并不是无论搜索什么都记录在里面的;
如果你是为了面试做准备的,那么推荐你查看 HTML面试题,这里基本包涵了市场上的所有 HTML 方面的面试题,让你更加牢固的掌握 HTML 知识