Heim >Web-Frontend >HTML-Tutorial >Allgemeine HTML-Tags und -Attribute

Allgemeine HTML-Tags und -Attribute

尚
Original
2019-10-22 15:23:378533Durchsuche

Allgemeine HTML-Tags und -Attribute

Tags und Attribute in HTML

HTML-Seitenstruktur

标签 描述
定义文档类型。
定义 HTML 文档。
</td> <td style="border-color: rgb(221, 221, 221);" width="438">定义文档的标题。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="372"><body></td> <td style="border-color: rgb(221, 221, 221);" width="438">定义文档的主体。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="372"><h1> to <h6></td> <td style="border-color: rgb(221, 221, 221);" width="438">定义 HTML 标题。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="372"><p></td> <td style="border-color: rgb(221, 221, 221);" width="438">定义段落。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="372"><br></td> <td style="border-color: rgb(221, 221, 221);" width="438">定义简单的折行。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="372"><hr></td> <td style="border-color: rgb(221, 221, 221);" width="438">定义水平线。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="372"><!--...--></td> <td style="border-color: rgb(221, 221, 221);" width="438">定义注释。</td> </tr> </tbody> </table> <p><strong>Formular</strong><br></p> <table width="811"> <thead><tr class="firstRow"> <th style="border-color: rgb(221, 221, 221);" width="254">标签</th> <th style="border-color: rgb(221, 221, 221);" width="556">描述</th> </tr></thead> <tbody> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"><form></td> <td style="border-color: rgb(221, 221, 221);" width="556">定义供用户输入的 HTML 表单。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"><input></td> <td style="border-color: rgb(221, 221, 221);" width="556">定义输入控件。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"><textarea></td> <td style="border-color: rgb(221, 221, 221);" width="556">定义多行的文本输入控件。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"><button></td> <td style="border-color: rgb(221, 221, 221);" width="556">定义按钮。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"><select></td> <td style="border-color: rgb(221, 221, 221);" width="556">定义选择列表(下拉列表)。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"><optgroup></td> <td style="border-color: rgb(221, 221, 221);" width="556">定义选择列表中相关选项的组合。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"><option></td> <td style="border-color: rgb(221, 221, 221);" width="556">定义选择列表中的选项。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"><label></td> <td style="border-color: rgb(221, 221, 221);" width="556">定义 input 元素的标注。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"><fieldset></td> <td style="border-color: rgb(221, 221, 221);" width="556">定义围绕表单中元素的边框。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"><legend></td> <td style="border-color: rgb(221, 221, 221);" width="556">定义 fieldset 元素的标题。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"><datalist></td> <td style="border-color: rgb(221, 221, 221);" width="556">定义下拉列表。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"><keygen></td> <td style="border-color: rgb(221, 221, 221);" width="556">定义生成密钥。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"><output></td> <td style="border-color: rgb(221, 221, 221);" width="556">定义输出的一些类型。</td> </tr> </tbody> </table> <p><strong>Rahmen</strong></p> <table width="811"> <thead><tr class="firstRow"> <th style="border-color: rgb(221, 221, 221);" width="225">标签</th> <th style="border-color: rgb(221, 221, 221);" width="585">描述</th> </tr></thead> <tbody> <tr> <td style="border-color: rgb(221, 221, 221);" width="225"><frame></td> <td style="border-color: rgb(221, 221, 221);" width="585">定义框架集的窗口或框架。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="225"><frameset></td> <td style="border-color: rgb(221, 221, 221);" width="585">定义框架集。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="225"><noframes></td> <td style="border-color: rgb(221, 221, 221);" width="585">定义针对不支持框架的用户的替代内容。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="225"><iframe></td> <td style="border-color: rgb(221, 221, 221);" width="585">定义内联框架。</td> </tr> </tbody> </table> <p><strong>Bild</strong></p> <table width="811"> <thead><tr class="firstRow"> <th style="border-color: rgb(221, 221, 221);" width="232">标签</th> <th style="border-color: rgb(221, 221, 221);" width="578">描述</th> </tr></thead> <tbody> <tr> <td style="border-color: rgb(221, 221, 221);" width="232"><img></td> <td style="border-color: rgb(221, 221, 221);" width="578">定义图像。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="232"><map></td> <td style="border-color: rgb(221, 221, 221);" width="578">定义图像映射。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="232"><area></td> <td style="border-color: rgb(221, 221, 221);" width="578">定义图像地图内部的区域。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="232"><canvas></td> <td style="border-color: rgb(221, 221, 221);" width="578">定义图形。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="232"><figcaption></td> <td style="border-color: rgb(221, 221, 221);" width="578">定义 figure 元素的标题。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="232"><figure></td> <td style="border-color: rgb(221, 221, 221);" width="578">定义媒介内容的分组,以及它们的标题。</td> </tr> </tbody> </table> <p><strong>Link</strong></p> <table width="811"> <thead><tr class="firstRow"> <th style="border-color: rgb(221, 221, 221);" width="198">标签</th> <th style="border-color: rgb(221, 221, 221);" width="612">描述</th> </tr></thead> <tbody> <tr> <td style="border-color: rgb(221, 221, 221);" width="198"><a></td> <td style="border-color: rgb(221, 221, 221);" width="612">定义锚。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="198"><link></td> <td style="border-color: rgb(221, 221, 221);" width="612">定义文档与外部资源的关系。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="198"><nav></td> <td style="border-color: rgb(221, 221, 221);" width="612">定义导航链接。</td> </tr> </tbody> </table> <p><strong>Liste</strong><br></p> <table width="811"> <thead><tr class="firstRow"> <th style="border-color: rgb(221, 221, 221);" width="208">标签</th> <th style="border-color: rgb(221, 221, 221);" width="602">描述</th> </tr></thead> <tbody> <tr> <td style="border-color: rgb(221, 221, 221);" width="208"><ul></td> <td style="border-color: rgb(221, 221, 221);" width="602">定义无序列表。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="208"><ol></td> <td style="border-color: rgb(221, 221, 221);" width="602">定义有序列表。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="208"><li></td> <td style="border-color: rgb(221, 221, 221);" width="602">定义列表的项目。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="208"><dir></td> <td style="border-color: rgb(221, 221, 221);" width="602">不赞成使用。定义目录列表。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="208"><dl></td> <td style="border-color: rgb(221, 221, 221);" width="602">定义定义列表。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="208"><dt></td> <td style="border-color: rgb(221, 221, 221);" width="602">定义定义列表中的项目。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="208"><dd></td> <td style="border-color: rgb(221, 221, 221);" width="602">定义定义列表中项目的描述。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="208"><menu></td> <td style="border-color: rgb(221, 221, 221);" width="602">定义命令的菜单/列表。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="208"><menuitem></td> <td style="border-color: rgb(221, 221, 221);" width="602">定义用户可以从弹出菜单调用的命令/菜单项目。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="208"><command></td> <td style="border-color: rgb(221, 221, 221);" width="602">定义命令按钮。</td> </tr> </tbody> </table> <p><strong>Tabelle</strong></p> <table width="811"> <thead><tr class="firstRow"> <th style="border-color: rgb(221, 221, 221);" width="239">标签</th> <th style="border-color: rgb(221, 221, 221);" width="571">描述</th> </tr></thead> <tbody> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><table></td> <td style="border-color: rgb(221, 221, 221);" width="571">定义表格</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><caption></td> <td style="border-color: rgb(221, 221, 221);" width="571">定义表格标题。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><th></td> <td style="border-color: rgb(221, 221, 221);" width="571">定义表格中的表头单元格。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><tr></td> <td style="border-color: rgb(221, 221, 221);" width="571">定义表格中的行。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><td></td> <td style="border-color: rgb(221, 221, 221);" width="571">定义表格中的单元。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><thead></td> <td style="border-color: rgb(221, 221, 221);" width="571">定义表格中的表头内容。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><tbody></td> <td style="border-color: rgb(221, 221, 221);" width="571">定义表格中的主体内容。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><tfoot></td> <td style="border-color: rgb(221, 221, 221);" width="571">定义表格中的表注内容(脚注)。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><col></td> <td style="border-color: rgb(221, 221, 221);" width="571">定义表格中一个或多个列的属性值。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><colgroup></td> <td style="border-color: rgb(221, 221, 221);" width="571">定义表格中供格式化的列组。</td> </tr> </tbody> </table> <p><strong>Stil/Sektion</strong></p> <table width="811"> <thead><tr class="firstRow"> <th style="border-color: rgb(221, 221, 221);" width="239">标签</th> <th style="border-color: rgb(221, 221, 221);" width="571">描述</th> </tr></thead> <tbody> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><style></td> <td style="border-color: rgb(221, 221, 221);" width="571">定义文档的样式信息。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><div></td> <td style="border-color: rgb(221, 221, 221);" width="571">定义文档中的节。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><span></td> <td style="border-color: rgb(221, 221, 221);" width="571">定义文档中的节。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><header></td> <td style="border-color: rgb(221, 221, 221);" width="571">定义 section 或 page 的页眉。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><footer></td> <td style="border-color: rgb(221, 221, 221);" width="571">定义 section 或 page 的页脚。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><section></td> <td style="border-color: rgb(221, 221, 221);" width="571">定义 section。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><article></td> <td style="border-color: rgb(221, 221, 221);" width="571">定义文章。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><aside></td> <td style="border-color: rgb(221, 221, 221);" width="571">定义页面内容之外的内容。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><details></td> <td style="border-color: rgb(221, 221, 221);" width="571">定义元素的细节。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><dialog></td> <td style="border-color: rgb(221, 221, 221);" width="571">定义对话框或窗口。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><summary></td> <td style="border-color: rgb(221, 221, 221);" width="571">为 <details> 元素定义可见的标题。</td> </tr> </tbody> </table> <p><strong>Mitgliederinformationen</strong></p> <table width="811"> <thead><tr class="firstRow"> <th style="border-color: rgb(221, 221, 221);" width="173">标签</th> <th style="border-color: rgb(221, 221, 221);" width="637">描述</th> </tr></thead> <tbody> <tr> <td style="border-color: rgb(221, 221, 221);" width="173"><head></td> <td style="border-color: rgb(221, 221, 221);" width="637">定义关于文档的信息。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="173"><meta></td> <td style="border-color: rgb(221, 221, 221);" width="637">定义关于 HTML 文档的元信息。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="173"><base></td> <td style="border-color: rgb(221, 221, 221);" width="637">定义页面中所有链接的默认地址或默认目标。</td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="173"><basefont></td> <td style="border-color: rgb(221, 221, 221);" width="637">不赞成使用。定义页面中文本的默认字体、颜色或尺寸。</td> </tr> </tbody> </table> <div><div id="cnblogs_post_body"> <strong>Attribut</strong><table width="778" style="width: 811px;"> <thead><tr class="header firstRow"> <th style="border-color: rgb(221, 221, 221);" width="105">Attributname</th> <th style="border-color: rgb(221, 221, 221);" width="107">Englisch</th> <th style="border-color: rgb(221, 221, 221);" width="218">Englische Bedeutung</th> <th style="border-color: rgb(221, 221, 221);" width="193">Wert </th> <th style="border-color: rgb(221, 221, 221);" width="169">Anwendungsszenario</th> </tr></thead> <tbody> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">src</td> <td style="border-color: rgb(221, 221, 221);" width="107">SouRCe</td> <td style="border-color: rgb(221, 221, 221);" width="218">Ressourcenstandort</td> <td style="border-color: rgb(221, 221, 221);" width="193">Ressourcenpfad</td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">Rand</td> <td style="border-color: rgb(221, 221, 221);" width="107">Rand</td> <td style="border-color: rgb(221, 221, 221);" width="218">Rand</td> <td style="border-color: rgb(221, 221, 221);" width="193">Anzahl (Pixel)</td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">Größe</td> <td style="border-color: rgb(221, 221, 221);" width="107">Größe</td> <td style="border-color: rgb(221, 221, 221);" width="218">Größe</td> <td style="border-color: rgb(221, 221, 221);" width="193">Anzahl (Pixel)</td> <td style="border-color: rgb(221, 221, 221);" width="169"> <br> </td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">Breite</td> <td style="border-color: rgb(221, 221, 221);" width="107">Breite</td> <td style="border-color: rgb(221, 221, 221);" width="218">Breite</td> <td style="border-color: rgb(221, 221, 221);" width="193">Anzahl (Pixel)</td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">Höhe</td> <td style="border-color: rgb(221, 221, 221);" width="107">Höhe</td> <td style="border-color: rgb(221, 221, 221);" width="218">Höhe</td> <td style="border-color: rgb(221, 221, 221);" width="193">Anzahl (Pixel)</td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">bgcolor</td> <td style="border-color: rgb(221, 221, 221);" width="107">Hintergrundfarbe</td> <td style="border-color: rgb(221, 221, 221);" width="218">Hintergrundfarbe</td> <td style="border-color: rgb(221, 221, 221);" width="193">Farbwert: rea oder #ffffff</td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">Hintergrund</td> <td style="border-color: rgb(221, 221, 221);" width="107">Hintergrund</td> <td style="border-color: rgb(221, 221, 221);" width="218">Hintergrundbild</td> <td style="border-color: rgb(221, 221, 221);" width="193">Bildpfad</td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105"> list-style</td> <td style="border-color: rgb(221, 221, 221);" width="107">list-style</td> <td style="border-color: rgb(221, 221, 221);" width="218">Setzt alle Eigenschaften der Liste</td> <td style="border-color: rgb(221, 221, 221);" width="193"><br></td> <td style="border-color: rgb(221, 221, 221);" width="169">list</td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">Listenstil-Bild</td> <td style="border-color: rgb(221, 221, 221);" width="107">Listenstil-Bild</td> <td style="border-color: rgb(221, 221, 221);" width="218">Bild als Listenelement-Tag festlegen</td> <td style="border-color: rgb(221, 221, 221);" width="193">Keine<br>URL</td> <td style="border-color: rgb(221, 221, 221);" width="169">Liste </td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">list-style-type</td> <td style="border-color: rgb(221, 221, 221);" width="107">list-style-type</td> <td style="border-color: rgb(221, 221, 221);" width="218">Legen Sie den Typ der Listenelementmarkierung fest</td> <td style="border-color: rgb(221, 221, 221);" width="193">Disc (gefüllter Kreis) <br>Kreis (hohler Kreis)<br>Quadrat (durchgezogenes Quadrat)</td> <td style="border-color: rgb(221, 221, 221);" width="169">Liste</td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">Zeilenhöhe</td> <td style="border-color: rgb(221, 221, 221);" width="107">Zeilenhöhe</td> <td style="border-color: rgb(221, 221, 221);" width="218">Zeilenhöhe (Zeilenabstand)</td> <td style="border-color: rgb(221, 221, 221);" width="193">Anzahl (Pixel)</td> <td style="border-color: rgb(221, 221, 221);" width="169">Layout von mehrzeiligem Text</td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">text-align</td> <td style="border-color: rgb(221, 221, 221);" width="107">text-align</td> <td style="border-color: rgb(221, 221, 221);" width="218">Ausrichtung </td> <td style="border-color: rgb(221, 221, 221);" width="193">Links, rechts, Mitte</td> <td style="border-color: rgb(221, 221, 221);" width="169">Ausrichtung verschiedener Elemente</td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">Buchstabenabstand</td> <td style="border-color: rgb(221, 221, 221);" width="107">Buchstabenabstand</td> <td style="border-color: rgb(221, 221, 221);" width="218">Zeichenabstand</td> <td style="border-color: rgb(221, 221, 221);" width="193">Anzahl (Pixel)</td> <td style="border-color: rgb(221, 221, 221);" width="169">Abstand zwischen Zeichen vergrößern</td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">Textdekoration</td> <td style="border-color: rgb(221, 221, 221);" width="107">Textdekoration</td> <td style="border-color: rgb(221, 221, 221);" width="218">Textänderung</td> <td style="border-color: rgb(221, 221, 221);" width="193">Unterstrichen, keine</td> <td style="border-color: rgb(221, 221, 221);" width="169">Unterstrichen, unterstrichen usw.</td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">Rand oben<br>(rechts, unten, links)</td> <td style="border-color: rgb(221, 221, 221);" width="107"><br></td> <td style="border-color: rgb(221, 221, 221);" width="218">Rand</td> <td style="border-color: rgb(221, 221, 221);" width="193">Anzahl (Pixel)</td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">Padding -oben<br>(rechts, unten, links)</td> <td style="border-color: rgb(221, 221, 221);" width="107"><br></td> <td style="border-color: rgb(221, 221, 221);" width="218">Abstand</td> <td style="border-color: rgb(221, 221, 221);" width="193">Anzahl (Pixel)</td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">Anzeige</td> <td style="border-color: rgb(221, 221, 221);" width="107">Anzeige</td> <td style="border-color: rgb(221, 221, 221);" width="218">Ändern Sie den Standardanzeigemodus von Elementen auf Blockebene und Inline-Elementen</td> <td style="border-color: rgb(221, 221, 221);" width="193">Block (Zeilenvariablenblock) <br>inline(Block in Zeile geändert)<br>none(dieses Element wird nicht auf der Webseite angezeigt)</td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">Position</td> <td style="border-color: rgb(221, 221, 221);" width="107"> Position</td> <td style="border-color: rgb(221, 221, 221);" width="218">Positionierung</td> <td style="border-color: rgb(221, 221, 221);" width="193">statisch(statische Positionierung)<br>relativ(relative Positionierung)<br>absolut(absolute Positionierung)<br>fest(feste Positionierung)</td> <td style="border-color: rgb(221, 221, 221);" width="169"> An Position verwenden</td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">float</td> <td style="border-color: rgb(221, 221, 221);" width="107">float</td> <td style="border-color: rgb(221, 221, 221);" width="218">float</td> <td style="border-color: rgb(221, 221, 221);" width="193">Keine, links, rechts</td> <td style="border-color: rgb(221, 221, 221);" width="169"> <br> </td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">klar</td> <td style="border-color: rgb(221, 221, 221);" width="107">klar</td> <td style="border-color: rgb(221, 221, 221);" width="218">Float-Kollaps behandeln</td> <td style="border-color: rgb(221, 221, 221);" width="193">links (linkes Float löschen)<br>rechts (rechtes Float löschen) <br>beide (Floats auf beiden Seiten löschen)<br>keine (Floats nicht löschen)</td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">Typ</td> <td style="border-color: rgb(221, 221, 221);" width="107">Typ </td> <td style="border-color: rgb(221, 221, 221);" width="218">Listentyp</td> <td style="border-color: rgb(221, 221, 221);" width="193">Scheibe (voller Kreis)<br>Kreis (leerer Kreis)<br>Quadrat (durchgezogenes Quadrat)</td> <td style="border-color: rgb(221, 221, 221);" width="169">für Liste</td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">ausrichten</td> <td style="border-color: rgb(221, 221, 221);" width="107">ausrichten</td> <td style="border-color: rgb(221, 221, 221);" width="218">Ausrichten</td> <td style="border-color: rgb(221, 221, 221);" width="193">Links, rechts, Mitte<br>Oben, Mitte, Unten</td> <td style="border-color: rgb(221, 221, 221);" width="169">Horizontale Ausrichtung von Absatzinhalt, Text und vertikale Ausrichtung von Bildern</td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">Typ</td> <td style="border-color: rgb(221, 221, 221);" width="107">Typ</td> <td style="border-color: rgb(221, 221, 221);" width="218">Formularelementtyp</td> <td style="border-color: rgb(221, 221, 221);" width="193">Text(text)<br>Kontrollkästchen(Häkchen)<br>Radio(Einzelauswahl)<br>Passwort(Passwort)<br>Datei(Datei)<br>Senden( senden )<br>Zurücksetzen(Zurücksetzen)<br>Schaltfläche(Schaltfläche)<br>Bild(Bildschaltfläche)<br>versteckt(versteckt)<br> </td> <td style="border-color: rgb(221, 221, 221);" width="169">Formularelement</td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">Methode</td> <td style="border-color: rgb(221, 221, 221);" width="107">Methode</td> <td style="border-color: rgb(221, 221, 221);" width="218">So übermitteln Sie Formulardaten</td> <td style="border-color: rgb(221, 221, 221);" width="193">Get<br>Beitrag</td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">alt</td> <td style="border-color: rgb(221, 221, 221);" width="107">ändern</td> <td style="border-color: rgb(221, 221, 221);" width="218">Ändern, ersetzen (Meldung, wenn das Bild nicht angezeigt wird)</td> <td style="border-color: rgb(221, 221, 221);" width="193"><br></td> <td style="border-color: rgb(221, 221, 221);" width="169">Bild</td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">Zellenpolsterung</td> <td style="border-color: rgb(221, 221, 221);" width="107">Zellenpolsterung</td> <td style="border-color: rgb(221, 221, 221);" width="218">Zellenpolsterung</td> <td style="border-color: rgb(221, 221, 221);" width="193">Anzahl</td> <td style="border-color: rgb(221, 221, 221);" width="169">Tabelle</td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">Zellenabstand</td> <td style="border-color: rgb(221, 221, 221);" width="107">Zellenabstand</td> <td style="border-color: rgb(221, 221, 221);" width="218">Abstand zwischen Zellen</td> <td style="border-color: rgb(221, 221, 221);" width="193">Anzahl</td> <td style="border-color: rgb(221, 221, 221);" width="169">Tabelle</td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">href</td> <td style="border-color: rgb(221, 221, 221);" width="107">Hypertext-Referenz</td> <td style="border-color: rgb(221, 221, 221);" width="218">Hypertext-Referenz (zum Dateispeicherort springen)</td> <td style="border-color: rgb(221, 221, 221);" width="193"><br></td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105"> rel</td> <td style="border-color: rgb(221, 221, 221);" width="107">RELationship</td> <td style="border-color: rgb(221, 221, 221);" width="218">Beziehung (wird verwendet, um die Beziehung zwischen verknüpften Dateien und HTML-Dokumenten zu definieren)</td> <td style="border-color: rgb(221, 221, 221);" width="193">StyleSheet-Stylesheet</td> <td style="border-color: rgb(221, 221, 221);" width="169">link Beim Verknüpfen einer Datei </td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">Ziel</td> <td style="border-color: rgb(221, 221, 221);" width="107">Ziel</td> <td style="border-color: rgb(221, 221, 221);" width="218">Ziel (der Ort, an dem die Webseite geöffnet wird) </td> <td style="border-color: rgb(221, 221, 221);" width="193">_blank (neues Fenster wird geöffnet) <br>_selbst (eigenes Fenster öffnen) <br>_top (den gesamten Browser-Job als Fenster verwenden, um eine neue Seite anzuzeigen) <br>_parent (neue Seite im übergeordneten Fenster öffnen) </td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">colspan</td> <td style="border-color: rgb(221, 221, 221);" width="107">COLumn span</td> <td style="border-color: rgb(221, 221, 221);" width="218">Zelle überspannt Spalten</td> <td style="border-color: rgb(221, 221, 221);" width="193">Anzahl (Anzahl der überspannten Spalten)</td> <td style="border-color: rgb(221, 221, 221);" width="169">Tabelle </td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">Zeilenspanne</td> <td style="border-color: rgb(221, 221, 221);" width="107">Zeilenspanne</td> <td style="border-color: rgb(221, 221, 221);" width="218">Zelle überspannt Zeilen</td> <td style="border-color: rgb(221, 221, 221);" width="193">Anzahl (Anzahl der überspannten Zeilen)</td> <td style="border-color: rgb(221, 221, 221);" width="169">Tabelle </td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">schreibgeschützt</td> <td style="border-color: rgb(221, 221, 221);" width="107">schreibgeschützt</td> <td style="border-color: rgb(221, 221, 221);" width="218">schreibgeschützt</td> <td style="border-color: rgb(221, 221, 221);" width="193"><br></td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">Wert</td> <td style="border-color: rgb(221, 221, 221);" width="107">Wert</td> <td style="border-color: rgb(221, 221, 221);" width="218">Anfangswert des Eingabefelds</td> <td style="border-color: rgb(221, 221, 221);" width="193"><br></td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">maximale Länge</td> <td style="border-color: rgb(221, 221, 221);" width="107">maximale Länge</td> <td style="border-color: rgb(221, 221, 221);" width="218">maximale Länge</td> <td style="border-color: rgb(221, 221, 221);" width="193"><br></td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">Scrollverzögerung</td> <td style="border-color: rgb(221, 221, 221);" width="107">Scrollverzögerung</td> <td style="border-color: rgb(221, 221, 221);" width="218">Scrollverzögerung</td> <td style="border-color: rgb(221, 221, 221);" width="193"><br></td> <td style="border-color: rgb(221, 221, 221);" width="169">< m arquee></td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">Richtung</td> <td style="border-color: rgb(221, 221, 221);" width="107">Richtung</td> <td style="border-color: rgb(221, 221, 221);" width="218">Richtung (Bildlaufrichtung)</td> <td style="border-color: rgb(221, 221, 221);" width="193"><br></td> <td style="border-color: rgb(221, 221, 221);" width="169">< m-Arquee</td> </tr> </tbody> </table> <h2 id="选择器"> <br><br> </h2> </div></div><p>Das obige ist der detaillierte Inhalt vonAllgemeine HTML-Tags und -Attribute. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!</p></div><div class="nphpQianMsg"><div class="clear"></div></div><div class="nphpQianSheng"><span>Stellungnahme:</span><div>Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn</div></div></div><div class="nphpSytBox"><span>Vorheriger Artikel:<a class="dBlack" title="HTML-<title>-Tag" href="https://m.php.cn/de/faq/432813.html">HTML-<title>-Tag</a></span><span>Nächster Artikel:<a class="dBlack" title="HTML-<title>-Tag" href="https://m.php.cn/de/faq/432948.html">HTML-<title>-Tag</a></span></div><div class="nphpSytBox2"><div class="nphpZbktTitle"><h2>In Verbindung stehende Artikel</h2><em><a href="https://m.php.cn/de/article.html" class="bBlack"><i>Mehr sehen</i><b></b></a></em><div class="clear"></div></div><ins class="adsbygoogle" style="display:block" data-ad-format="fluid" data-ad-layout-key="-6t+ed+2i-1n-4w" data-ad-client="ca-pub-5902227090019525" data-ad-slot="8966999616"></ins><script> (adsbygoogle = window.adsbygoogle || []).push({}); </script><ul class="nphpXgwzList"><li><b></b><a href="https://m.php.cn/de/faq/432627.html" title="Was ist der Unterschied zwischen HTML und PHP?" class="aBlack">Was ist der Unterschied zwischen HTML und PHP?</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/de/faq/432629.html" title="So führen Sie PHP in HTML aus" class="aBlack">So führen Sie PHP in HTML aus</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/de/faq/432666.html" title="Ist HTML dasselbe wie PHP?" class="aBlack">Ist HTML dasselbe wie PHP?</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/de/faq/432765.html" title="So rufen Sie PHP aus HTML auf" class="aBlack">So rufen Sie PHP aus HTML auf</a><div class="clear"></div></li></ul></div></div><ins class="adsbygoogle" style="display:block" data-ad-format="autorelaxed" data-ad-client="ca-pub-5902227090019525" data-ad-slot="5027754603"></ins><script> (adsbygoogle = window.adsbygoogle || []).push({}); </script><footer><div class="footer"><div class="footertop"><img src="/static/imghwm/logo.png" alt=""><p>Online-PHP-Schulung für das Gemeinwohl,Helfen Sie PHP-Lernenden, sich schnell weiterzuentwickeln!</p></div><div class="footermid"><a href="https://m.php.cn/de/about/us.html">Über uns</a><a href="https://m.php.cn/de/about/disclaimer.html">Haftungsausschluss</a><a href="https://m.php.cn/de/update/article_0_1.html">Sitemap</a></div><div class="footerbottom"><p> © php.cn All rights reserved </p></div></div></footer><script>isLogin = 0;</script><script type="text/javascript" src="/static/layui/layui.js"></script><script type="text/javascript" src="/static/js/global.js?4.9.47"></script></div><script src="https://vdse.bdstatic.com//search-video.v1.min.js"></script><link rel='stylesheet' id='_main-css' href='/static/css/viewer.min.css' type='text/css' media='all'/><script type='text/javascript' src='/static/js/viewer.min.js?1'></script><script type='text/javascript' src='/static/js/jquery-viewer.min.js'></script><script>jQuery.fn.wait = function (func, times, interval) { var _times = times || -1, //100次 _interval = interval || 20, //20毫秒每次 _self = this, _selector = this.selector, //选择器 _iIntervalID; //定时器id if( this.length ){ //如果已经获取到了,就直接执行函数 func && func.call(this); } else { _iIntervalID = setInterval(function() { if(!_times) { //是0就退出 clearInterval(_iIntervalID); } _times <= 0 || _times--; //如果是正数就 -- _self = $(_selector); //再次选择 if( _self.length ) { //判断是否取到 func && func.call(_self); clearInterval(_iIntervalID); } }, _interval); } return this; } $("table.syntaxhighlighter").wait(function() { $('table.syntaxhighlighter').append("<p class='cnblogs_code_footer'><span class='cnblogs_code_footer_icon'></span></p>"); }); $(document).on("click", ".cnblogs_code_footer",function(){ $(this).parents('table.syntaxhighlighter').css('display','inline-table');$(this).hide(); }); $('.nphpQianCont').viewer({navbar:true,title:false,toolbar:false,movable:false,viewed:function(){$('img').click(function(){$('.viewer-close').trigger('click');});}}); </script></body><!-- Matomo --><script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="https://tongji.php.cn/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '9']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); </script><!-- End Matomo Code --></html>