MindMap Gallery HTML basics
This map summarizes the basic knowledge of HTML language, including an introduction to development tools and common tag attributes. It is suitable for reference by friends who are interested in web design and front-end development.
Edited at 2022-10-16 19:48:23This 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
1. Introduction to HTML
1.1HTML Overview
1.2 Browser introduction
1.3 Getting started with HTML
2.Hbuilder tool
3.HTML basic structure
3.1HTML basic structure
markup language
Markup language features
document type declaration
Strict mode and mixed mode
3.2 Web page header <head>
title
meta
name attribute
http-equiv attribute
style
link
rel attribute
href attribute
type attribute
script
src attribute
type attribute
3.3 Special symbol representation
3.4 Comment writing method
3.5 Basic tags
Label
closing tag
Unclosed tag
Label attribute
attribute concept
basic grammar
Public properties
class
ID
style
title
Nested relationship
4. Display-level classification of labels
4.1 Block-level elements
4.2 Inline elements
4.3 Inline blocks
4.4 Conversion of display mode
5.HTML tags
5.1 Text labels
Inline text label
Block type text label
5.2 Link tags
ahyperlink
href attribute
target attribute
5.3 Format and typesetting tags
p tag
div tag
span tag
custom list
dl tag
dt tag
dd tag
ordered list
ol tag
li tag
type attribute
unordered list
ul tag
li tag
type attribute
5.4 Picture elements
img tag
src attribute
align attribute
alt attribute
hr tag
width attribute
size attribute
align attribute
color attribute
5.5 Table
table label
table tag
thead tag
tbody tag
tr tag
align attribute
valign attribute
th tag
td tag
Special properties
border property
background property
bgcolorproperty
width, height attributes
align attribute
valign attribute
cellpadding property
cellspacing property
Table merge
colspan attribute
rowspan attribute
5.6 Form elements
form tag
action attribute
method attribute
name attribute
target attribute
enctype attribute
input tag
name attribute
value attribute
checked attribute
maxlength attribute
type attribute
text
password
radio
checkbox
file
button
image
submit
reset
drop down box
select tag
multiple attribute
size attribute
option tag
selectedproperty
fieldset element
legend element
textarea tag
cols attribute
rows attribute
label element
for attribute
iframe tag
align attribute
src attribute
frameBorder property
scrolling property
width, height attributes
Form tag public properties
name attribute
disabled attribute
readonly attribute
value attribute