今日总结

2020年9月4日:

昨日看了html,总结一些常用的标签,例如html的大体结构如下:

<html>

<head>

</head>

<body>
 
</body>

</html>

其中<head>标签是文档的头部,而<body>标签则是文档的本体。

例如一些基本的标签:

html标签

<marquee width=180>...</marquee>设定宽度

<marquee height=30>...</marquee>设定高度

<marquee bgcolor=FF0000>...</marquee>设定背景颜色

<marquee scrollamount=30>...</marquee>设定滚动速度

明天继续学习html的其他标签

原文地址:https://www.cnblogs.com/yitiaokuailedexiaojingyu/p/14090641.html