MindMap Gallery HTML mind map
HTML stands for Hypertext Markup Language and is a markup language. It includes a series of tags through which document formats on the network can be unified and scattered Internet resources can be connected into a logical whole.
Edited at 2023-03-22 18:45:53El cáncer de pulmón es un tumor maligno que se origina en la mucosa bronquial o las glándulas de los pulmones. Es uno de los tumores malignos con mayor morbilidad y mortalidad y mayor amenaza para la salud y la vida humana.
La diabetes es una enfermedad crónica con hiperglucemia como signo principal. Es causada principalmente por una disminución en la secreción de insulina causada por una disfunción de las células de los islotes pancreáticos, o porque el cuerpo es insensible a la acción de la insulina (es decir, resistencia a la insulina), o ambas cosas. la glucosa en la sangre es ineficaz para ser utilizada y almacenada.
El sistema digestivo es uno de los nueve sistemas principales del cuerpo humano y es el principal responsable de la ingesta, digestión, absorción y excreción de los alimentos. Consta de dos partes principales: el tracto digestivo y las glándulas digestivas.
El cáncer de pulmón es un tumor maligno que se origina en la mucosa bronquial o las glándulas de los pulmones. Es uno de los tumores malignos con mayor morbilidad y mortalidad y mayor amenaza para la salud y la vida humana.
La diabetes es una enfermedad crónica con hiperglucemia como signo principal. Es causada principalmente por una disminución en la secreción de insulina causada por una disfunción de las células de los islotes pancreáticos, o porque el cuerpo es insensible a la acción de la insulina (es decir, resistencia a la insulina), o ambas cosas. la glucosa en la sangre es ineficaz para ser utilizada y almacenada.
El sistema digestivo es uno de los nueve sistemas principales del cuerpo humano y es el principal responsable de la ingesta, digestión, absorción y excreción de los alimentos. Consta de dos partes principales: el tracto digestivo y las glándulas digestivas.
HTML
What is HTML
HTML is a markup language used to create web pages and other web applications. HTML stands for Hypertext Markup Language, which uses markup to describe the structure and content of web pages. HTML markup, often called tags, are used to define the appearance and behavior of text, images, links, and other content. HTML is the foundation of web development, and together with CSS and JavaScript, it forms the core of web technology.
What HTML can do
HTML is a markup language used to create web pages and other Internet content. It can be used to define the structure and layout of text, images, links, tables, forms and other elements. By using HTML, developers can create web pages with various functionalities and interactivity, such as online stores, social media platforms, news websites, etc.
head
Insert web icon <link href="File name" rel="Image attributes"
body
title tag
<h1>Tag name</h1> has 6 levels in total
align="center"The title is centered, one title occupies one line
paragraph marking tea
<p>A piece of content</p>
There are gaps between paragraphs
style="text-indent:2em"Indent the first line by 2 units
<br/>Newline tag
special symbols
Space Less than sign< Greater than sign> Copyright© Trademark™ Registered trademark®
ordered list
<ol></ol>Automatic sorting, automatic numbering
Attribute type="1" multiple numbering methods
unordered list
<ul></ul>No serial number sorting
Attribute type="circle,square,disc"
Hyperlink
<a>Content to be linked</a>
Attribute href=the address to be linked"
Open with target="_blank" new Windows
target=”_self” Check in in this window
anchor point
Create a hyperlink to the place you want to jump to and add the attribute name="define the stage name to create an anchor point.
Add the attribute href="#definition name" to the hyperlink that you click to jump to.
Picture insertion
<img src="image"/>
The picture cannot be displayed and the prompt to the user ait="prompt content"
Move the mouse to the content displayed in the picture title="
width height border
Creation of HTML table
table>tr*4>td*4 (press the table key) to quickly create four rows and four columns <table></table> tag opens up space in the web page
tr</tr>: rows in the table Row height setting: height="Wnber"
<t>Content</td>: cells in the table
<th>Header</th>Header of the table (the font is automatically bold and centered) Row width setting: width="number
Properties used in the table:
background="img/"Add background image bgcolor=""Background color border="number displays the lines of the table cellpadding="value"The distance from the border is the padding cellspacinh=The distance between value labels is the margin align="left.center.right horizontal position valign=top.middle.botton vertical position setting
Merge of cells:
colspan="4 values) attribute, merge columns, one column tops four columns The rowspan="4 (value)" attribute rows are merged, and the top four rows are
Note: Write in whichever cell you start to merge.
Creation of HTML form
form tag form
The test selection component is used for users to fill in and then submit it to the server.
Attributes in the form tag:
ction="server address" method="submit party code nocr
<inputtype="text">Single line text input box
Becgsder "Please enter your account number" prompts for input in the text box
readonly-"readonly" is read-only, but can be submitted
disabled="disabled" is disabled and cannot be submitted.
id: Define the id number for the label, unique and non-repeatable, customized
size: number of columns of text box
value: the value submitted to the server
name:repeatable,customized
<lable for-"id">Account County</lable> defines the label for id, through Click to select the corresponding input box
Radio button: type=radio Check box: type=checkbox
Same point: Grouping is achieved by name. Those with the same name are grouped together. All optional components must be based on the default value eg:value=male Checked by default: checked="checked
difference: The radio button can only select mutually exclusive items within a group. Checkboxes allow multiple selections
select drop-down box
The name attribute is written in select
option is the content in the option
selected="selected"Default selection
The value in emion will be combined with selectname
multiline textttextare
rows="number"number of rows
COlS=-number"number of columns
types "file" upload files
accept=”.file format” restricts file formats
type="reset" reset button to restore the initial state of the web page
type-"submir submit button, triggers form submission action
type=""button" ordinary button. Trigger events and call jS functions
iframe
Inline frame <iframe src="nested window"></iframe>
Nest another window in the mining circle, thereby leading to another
Define name="subwindow" in the created subwindow
Pass the hyperlink target="child window" so that it opens in Subwindow opens