We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
从刚入门前端时,从table年代到div年代,很多实际的HTML开发基本都停留在几个常用的标签,比如html、head、body、div、meta、a、p、span、i、em、img、canvas、video、audio、h1、h2... 而有很多相对于我来说,是很少用甚至没用过的标签。
这些标签不熟,说明svg不熟
<rect>
<circle>
<ellipse>
<line>
<polyline>
<polygon>
<path>
<figure>
<figcaption>
<figure>:用作文档中插图的图像 <figcaption>:figure插图里如果带有一个标题可以使用
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SVG预定义的形状元素标签
<rect>
<circle>
<ellipse>
<line>
<polyline>
<polygon>
<path>
<figure>
、<figcaption>
<figure>
:用作文档中插图的图像<figcaption>
:figure插图里如果带有一个标题可以使用The text was updated successfully, but these errors were encountered: