Attribute: disc (Solid circle) is the default style
Ordered list ol,li
Attributes: Note that start does not need to be displayed from 1, start="10" will be displayed from 10
Custom list dl
dt
dd
Nested list
Note the default style: in an unordered list, the default first level It is a disc, the second layer is an open circle, the third layer is a solid square, and it will be a solid square from now on
6. Form
Three elements of the form: form, input, submit
: Collect user information, there are 10 types of values
text: Text field
password: password field
file: file field
checkbox: checkbox
radio: radio button
button: Ordinary button
submit: submit button
reset: reset button
hidden: hidden field
image: image field (i.e. image button)
7. HTML framework
Expired in html5
Note the timeout when using
_blank: New window opens
_parent: Parent window opens
_self: Self window opens
_top: Top-level window opens
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