MindMap Gallery HTML map
Basic HTML mind map, suitable for beginners to use
Edited at 2020-05-23 10:02:50This is a mind map about bacteria, and its main contents include: overview, morphology, types, structure, reproduction, distribution, application, and expansion. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about plant asexual reproduction, and its main contents include: concept, spore reproduction, vegetative reproduction, tissue culture, and buds. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about the reproductive development of animals, and its main contents include: insects, frogs, birds, sexual reproduction, and asexual reproduction. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about bacteria, and its main contents include: overview, morphology, types, structure, reproduction, distribution, application, and expansion. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about plant asexual reproduction, and its main contents include: concept, spore reproduction, vegetative reproduction, tissue culture, and buds. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about the reproductive development of animals, and its main contents include: insects, frogs, birds, sexual reproduction, and asexual reproduction. The summary is comprehensive and meticulous, suitable as review materials.
HTML common tags
Title tag: <hn></hn>
Dividing line: <hr/>
color: color
size:height
width: width, that is, length (default is wireless)
align: alignment (default centered)
Font tag: <font></font>
Bold font: <b></b>/<strong></strong>
Italics: <i></i>
Paragraph tag: <p></p>
Image tag: <img src=""/>
src: path to display the image
height: picture height
width: picture width
alt: Loading failure prompt
Hyperlink: <a href=""></a>
href: path to jump to page
target: How the page is generated
_self: generated after destroying the original page (default value)
_blank: Keep the original page generated
Entity tag
<br/>;Line break
Space
> greater than sign
<less than sign
list
Ordered list:<ol><li></li> </ol>
Unordered list:<ul><li></li></ul>
Table tag: <table></table>
<th></th>Header cell (bold, bold, centered)
<tr></tr>Row tags
<td></td>Column labels
table properties
border: thickness of border (default no border 0px)
width: width of the table
height: height of the table (px)
align: table alignment
bgcolor: background color
cellpadding: internal spacing
cellspacing: outer spacing
Cell merge
colspan: column merge (horizontal merge)
rowspan: row merge (vertical merge)
Form tag: <form ></form>
Attributes
action: The path to which the form was last submitted
method: request method for form submission get (default) | post (safe)
Input class tag: <input type="" />
name attribute: similar to variable name
value attribute: the value in the text box (default value)
placeholder text box prompt: displayed in the text box but no value is entered
type attribute
Ordinary text box label: text
Password box: password
Radio button: radio
Checkbox: checkbox
File tag: file
Date tag: date
button label
Normal button: button
Reset button: reset
Submit button: submit
Image submission tag: <input type="image" src="" />
Non-input tags
Text area: <textrea ></textrea>
rows: the number of rows in the text field
cols: the number of words appearing in one line of the text field
Drop-down selection list: <select><option ></option></select>
option attribute: selected default selection
Frame tag: <frameset><frame src="" /></frameset>
cols: divide into several windows horizontally
rows: divided into several windows vertically
noresize="noresize": fixed area size
Inline tags and block tags
Inline tags: take up space in a line
Block label: fills a whole line by default
floating theme