Element in the row
Replaceable element)
Img | input | select | textarea | button | label | object
Replaceable element: the browser determines the specific display content of an element based on the tag and attribute of the element. If you view (X) HTML code, you cannot see the actual content of the image.
These elements have intrinsic dimensions, and they can set the width/height attribute. Their properties are the same as those of the display: inline-block element.
By default, elements in the external format range are formatted with CSS.
Non-replaced element)
Span, strong, em, br, etc.
Variable element list-a variable element determines whether the element is a block element or an inline element based on the context.
| <Button> |
Button |
| <Del> |
Define deleted text in the document |
| <Iframe> |
Create an inline framework (intra-row framework) that contains another document) |
| <Ins> |
Label defines the text already inserted into the document |
| <Map> |
Client image ing (instant zone) |
| <Object> |
Object |
| <Script> |
Client script
|