In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly shows you "HTML tag example analysis", the content is simple and easy to understand, organized clearly, I hope to help you solve doubts, let Xiaobian lead you to study and learn "HTML tag example analysis" this article bar.
structure
1. document title
2. File update--
[1] Automatic update after 10 seconds
Automatically link to another file after 10 seconds
3. Inquiry Form--
To set the prompt text before the query field:
4. default reference path--
layout
1. Title text
2. Font changes...
[1] font size… #=1--7; the bigger the number, the bigger the character.
[2] Designated font…
[3] Text color…… rr: red color code gg: green color code bb: blue color code
3. Display small font...
4. Display large font...
5. Bold font...
6. Italics...
7. Typewriter fonts...
8. Bottom line…
9. Strikethrough...
10. Subscript...
11. Superscript...
12. Text Flicker
13. newline
14. Subdivisions
15. The alignment direction of text
#sign can be left: table left alignment (preset value) center: table center alignment right: table right alignment P.S.
All subsequent text will be displayed with the alignment set until another text
changes its alignment, or
16. Separation Line
[1] Thickness of dividing line
[2] Width of dividing line
[3] Separation line alignment direction
[4] Color of the dividing line
[5] Solid Separator
17. Center
18. Show in original style
...
19.
attribute of instruction[1] Background color-- bgcolor
Background-- Background
[3] Setting background pattern does not scroll-- bgproperties
[4] Color of file content text-- text
[5] Hyperlink Text Color-- link
[6] Hyperlink text color being selected-- vlink
[7] Linked hyperlink text color-- alink
20. annotation21. special character notation
the symbol grammar
< <
> >
& &
" "
blank  
picture
1. insert picture
2. Set frame-- border
3. Set graphic size-- width? height
4. Set graph left and right blank-- vspace? hspace
5. graphic annotation
6. preloaded picture
P.S. The size of the two graphs should be the same.
7. Image Map
[1] Define shape-- shape
shape=rect: rectangle shape=circle shape=poly: polygon
[2] Definition area--coordinates
a. Rectangle: four numbers must be used, the first two numbers are the upper-left coordinates, and the last two numbers are the lower-right coordinates.
Example:
b. Circle: must use three numbers, the first two numbers are the coordinates of the center, the last number is the radius length
Example:
c. Arbitrary graph (polygon): fill in the coordinates of each turning point of the graph in sequence
Example:
form
1. Definition forms
[1] Set border thickness-- border