您现在的位置: 万盛学电脑网 >> 程序编程 >> 网页制作 >> Html5 >> 正文

html标签语言有哪些标签

作者:佚名    责任编辑:admin    更新时间:2022-06-22

我们为大家收集整理了关于html标签语言,以方便大家参考。

基本标志: 
1.<html></html> 
2.<head></head> 
3.<body></body> 
4.<title></title> 
格式标志: 
1.<p></p> 
2.<br> 
3.<blockquote></blockquote> 
4.<dl></dl><dt></dt><dd></dd> 
5.<ol></ol><ul></ul><li></li> 
6.<div></div> 
文本标志: 
1.<pre></pre> 
2.<h1></h1>……<h6></h6> 
3.<b></b><i></i><u></u> 
4.<tt></tt><cite></cite><em></em><strong></strong> 
5.<font></font> 
图像标志: 
1.<img> 
2.<hr> 
表格标志: 
1.<table></table> 
2.<tr></tr><td></td> 
3.<th></th> 
链接标志: 
1.<a href=""></a> 
2.<a name=""></a> 
帧标志: 
1.<form></form> 
2.<input type=""> 
3.<select></select><option> 
4.<textarea></textarea> 
表单标志: 
1.<form></form> 
2.<input type=""> 
3.<select></select><option> 
4.<textarea></textarea>

希望大家可以学会html标签语言想了解更多精彩内容,请关注我们的网站!

相关推荐:

html标签是什么意思呢