html绘制矩形_如何在HTML中绘制矩形
html绘制矩形
If, for whatever reason, you sometimes feel like creating a rectangle using html/css, the below code is the easiest way to do so. A given rectangle can also be decorated using tags like background-color.
如果出于某种原因,有时您想使⽤html / css创建矩形,则以下代码是最简单的⽅法。 给定的矩形也可以使⽤诸如background-color标签来装饰。
Here’s the code:
这是代码:
<div >This is a rectangle!</div>
And here’s the result:
结果如下:
This is a rectangle!
这是⼀个矩形!
css怎么创建There you go: no fuss, no muss.
你去了:没有⼤惊⼩怪,没有糊涂。
html绘制矩形
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论