MindMap Gallery html
HTML5 is the simplest, easiest to understand and understand the logical mind map of handwritten code.
Edited at 2020-05-03 07:33:10This 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
Start with <html>
<head>
<title></title>
Web page title
</head>
Head part
<body>
Web content
</body>
main part
End with </html>
h1-h6 level one to level six headings
align=alignment
<p>Block-level tags
hr horizontal line label
<hr align="alignment"/>
<hr size="Horizontal line thickness"/>
<hr width="Horizontal line length"/>
<hr color="Line Color"/>
<li type="symbol type">
Ordered list tag<ol type="symbol type">
Number type=1
Uppercase English letters type=A
Lowercase English letters type=a
Uppercase Roman letters type=I
Lowercase Roman letters type=i
<li type="symbol type">
Unordered list tag<ul type="symbol type">
Solid dot type="disc"
Hollow dot type="circle"
Square□ type="square"
table label
tabie form
<tabie border>border width
<tabie width>table width
<tabie height>Table height
<caption>Table title</caption>
<tr>line
<tr width>The width of the line
<tr height>The height of the row
<td>cell
<td width>The width of the cell
<td height>Cell height
<td colspan>The number of merged columns of the cell
<td rowspan>The number of merged rows of the cell
<th>Header cell (with centering and blackening)
form
Basic format of input tag
<input name="Form element name"/>
<input type="Type of tag"/>
text
radio
checkbox
sumbit
<input value=“Initial value of label”/>
<input size="Initial width of label"/>
<input maxlength="Maximum number of characters entered in the tag"/>
<input checked="Is the tag selected?"/>
input tag type
text box
<input name="name" type="text" value="initial value" size="number"/>
Password box
<input name="name" type="password" value="initial value" size="number"/>
button
<input name="name" type="button""submit""reset" button type value="button text"/>
single button
<input name="Group name" type="radio" value="Button text" checked=""/>
checkbox
<input name="name" type="checkbox" value="initial value" checked=""/>
file domain
<input name="name" type="file"/>