JavaWeb01_html basic
Use tags to wrap the data to be operated, and modify the attribute values of the tags to realize the data style in the tags Change
Attribute: size value range 1-7 color: English word, hexadecimal number #ffffff
...
Getting smaller and smaller from h1 to h6, automatic line wrapping
##
and
##html code is not case-sensitive
Some tags end within the tag. For example, line break:
##Form tag
Get request address bar will carry the submitted data, post will not carry it
Password input item:
-> The attribute name is required inside
Check input item:
-> The attribute name is required inside
File input item (used when uploading later)
->
Text field – strikethrough
– underline
– subscript and superscript
div
– Automatic line wrapping
span
– Display
– Set the full-text hyperlink to open in a new window
– Previous search engine retrieval method
– Three seconds jump
tag
The above is the detailed content of JavaWeb's detailed introduction to basic learning of html. For more information, please follow other related articles on the PHP Chinese website!