Is there any comprehensive documentation on tag attributes for this HTML?
For example, body tag
You can set the pixels of the margin like this.
So are there ready-made attributes about tags?
For example, I clicked on the body tag, and then a series of settable attributes about the body tag were displayed next to it
Is there such a document?
If yes, please provide a download address.
Reply to discussion (solution)
The poster can look at the html tag list, and clicking on each tag will list more detailed information.
http://www.w3school.com.cn/tags/index.asp
Such definitions are basically abandoned. css to write
body {
margin: 60px 0 0 40px;
}
w3school
http://www.w3school.com.cn is a good place
http://www.w3school.com.cn Everyone said yes, it should be really good.
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn