Home > Web Front-end > HTML Tutorial > html common tags and attributes

html common tags and attributes

Release: 2019-10-26 13:03:17
Original
8535 people have browsed it

html common tags and attributes

Tags and attributes in HTML

HTML page structure

##TagsDescriptionDefine the document type. Define HTML document. <td style="border-color: rgb(221, 221, 221);" width="372"></td>Define the title of the document. <td style="border-color: rgb(221, 221, 221);" width="438"></td> </tr> <tr><body><td style="border-color: rgb(221, 221, 221);" width="372"></td>Define the body of the document. <td style="border-color: rgb(221, 221, 221);" width="438"></td> </tr> <tr><h1> to <h6><td style="border-color: rgb(221, 221, 221);" width="372"></td>Define the HTML title. <td style="border-color: rgb(221, 221, 221);" width="438"></td> </tr> <tr><p><td style="border-color: rgb(221, 221, 221);" width="372"></td>Define paragraph. <td style="border-color: rgb(221, 221, 221);" width="438"></td> </tr> <tr><br><td style="border-color: rgb(221, 221, 221);" width="372"></td>Define a simple line break. <td style="border-color: rgb(221, 221, 221);" width="438"></td> </tr> <tr><hr><td style="border-color: rgb(221, 221, 221);" width="372"></td>Define the horizontal line. <td style="border-color: rgb(221, 221, 221);" width="438"></td> </tr> <tr><!--...--><td style="border-color: rgb(221, 221, 221);" width="372"></td>Define comments. <td style="border-color: rgb(221, 221, 221);" width="438"></td> </tr> </tbody> </table> <p>Form<strong></strong><br></p> <table width="811"> <thead>## Tag<tr class="firstRow"> <th style="border-color: rgb(221, 221, 221);" width="254">Description</th> <th style="border-color: rgb(221, 221, 221);" width="556"></th> </tr> </thead> <tbody><form><tr> <td style="border-color: rgb(221, 221, 221);" width="254">Define an HTML form for user input. </td> <td style="border-color: rgb(221, 221, 221);" width="556"></td> </tr><input><tr> <td style="border-color: rgb(221, 221, 221);" width="254">Define the input control. </td> <td style="border-color: rgb(221, 221, 221);" width="556"></td> </tr><textarea><tr> <td style="border-color: rgb(221, 221, 221);" width="254">Define a multi-line text input control. </td> <td style="border-color: rgb(221, 221, 221);" width="556"></td> </tr><button><tr> <td style="border-color: rgb(221, 221, 221);" width="254">Define button. </td> <td style="border-color: rgb(221, 221, 221);" width="556"></td> </tr><select><tr> <td style="border-color: rgb(221, 221, 221);" width="254">Define a select list (drop-down list). </td> <td style="border-color: rgb(221, 221, 221);" width="556"></td> </tr><optgroup><tr> <td style="border-color: rgb(221, 221, 221);" width="254">Define a combination of related options in a select list. </td> <td style="border-color: rgb(221, 221, 221);" width="556"></td> </tr><option><tr> <td style="border-color: rgb(221, 221, 221);" width="254">Define the options in the select list. </td> <td style="border-color: rgb(221, 221, 221);" width="556"></td> </tr><label><tr> <td style="border-color: rgb(221, 221, 221);" width="254">Define the label of the input element. </td> <td style="border-color: rgb(221, 221, 221);" width="556"></td> </tr><fieldset><tr> <td style="border-color: rgb(221, 221, 221);" width="254">Define the border around elements in the form. </td> <td style="border-color: rgb(221, 221, 221);" width="556"></td> </tr><legend><tr> <td style="border-color: rgb(221, 221, 221);" width="254">Define the title of the fieldset element. </td> <td style="border-color: rgb(221, 221, 221);" width="556"></td> </tr><datalist><tr> <td style="border-color: rgb(221, 221, 221);" width="254">Define the drop-down list. </td> <td style="border-color: rgb(221, 221, 221);" width="556"></td> </tr><keygen><tr> <td style="border-color: rgb(221, 221, 221);" width="254">Define the generated key. </td> <td style="border-color: rgb(221, 221, 221);" width="556"></td> </tr><output><tr> <td style="border-color: rgb(221, 221, 221);" width="254">Define some types of output. </td> <td style="border-color: rgb(221, 221, 221);" width="556"></td> </tr> <p><strong>Frame</strong></p> <table width="811"> <thead><tr class="firstRow"> <th style="border-color: rgb(221, 221, 221);" width="225"> Tag</th> <th style="border-color: rgb(221, 221, 221);" width="585">Description</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">The window or frame that defines the frameset. </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">Define the frameset. </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">Define alternative content for users who do not support frames. </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">Define an inline frame. </td> </tr> </tbody> </table> <p><strong>Image</strong></p> <table width="811"> <thead><tr class="firstRow">##Tags<th style="border-color: rgb(221, 221, 221);" width="232"></th>Description<th style="border-color: rgb(221, 221, 221);" width="578"></th> </tr></thead> <tbody> <tr><img><td style="border-color: rgb(221, 221, 221);" width="232"></td>Define the image. <td style="border-color: rgb(221, 221, 221);" width="578"></td> </tr> <tr><map><td style="border-color: rgb(221, 221, 221);" width="232"></td>Define image mapping. <td style="border-color: rgb(221, 221, 221);" width="578"></td> </tr> <tr><area><td style="border-color: rgb(221, 221, 221);" width="232"></td>Define the area inside the image map. <td style="border-color: rgb(221, 221, 221);" width="578"></td> </tr> <tr><canvas><td style="border-color: rgb(221, 221, 221);" width="232"></td>Define graphics. <td style="border-color: rgb(221, 221, 221);" width="578"></td> </tr> <tr><figcaption><td style="border-color: rgb(221, 221, 221);" width="232"></td>Define the title of the figure element. <td style="border-color: rgb(221, 221, 221);" width="578"></td> </tr> <tr><figure><td style="border-color: rgb(221, 221, 221);" width="232"></td>Define groupings of media content, and their titles. <td style="border-color: rgb(221, 221, 221);" width="578"></td> </tr> </tbody> </table> <p>Link<strong></strong></p> <table width="811"> <thead>##Tags<tr class="firstRow"> <th style="border-color: rgb(221, 221, 221);" width="198">Description</th> <th style="border-color: rgb(221, 221, 221);" width="612"></th> </tr> </thead> <tbody><a><tr> <td style="border-color: rgb(221, 221, 221);" width="198">Define anchor. </td> <td style="border-color: rgb(221, 221, 221);" width="612"></td> </tr><link><tr> <td style="border-color: rgb(221, 221, 221);" width="198">Define the relationship between the document and external resources. </td> <td style="border-color: rgb(221, 221, 221);" width="612"></td> </tr><nav><tr> <td style="border-color: rgb(221, 221, 221);" width="198">Define navigation links. </td> <td style="border-color: rgb(221, 221, 221);" width="612"></td> </tr> <p><strong>List</strong><br></p> <table width="811"> <thead><tr class="firstRow"> <th style="border-color: rgb(221, 221, 221);" width="208"> Tag</th> <th style="border-color: rgb(221, 221, 221);" width="602">Description</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">Define an unordered list. </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">Define an ordered list. </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">Define the items of the list. </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">Deprecated. Define directory listing. </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">Definition definition list. </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">Define the items in the definition list. </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">Define the description of the item in the definition list. </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">Define a menu/list of commands. </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">Define the commands/menu items that the user can call from the popup menu. </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">Define the command button. </td> </tr> </tbody> </table> <p><strong>Table</strong></p> <table width="811"> <thead><tr class="firstRow">##Tag<th style="border-color: rgb(221, 221, 221);" width="239"></th>Description<th style="border-color: rgb(221, 221, 221);" width="571"></th> </tr></thead> <tbody> <tr><table><td style="border-color: rgb(221, 221, 221);" width="239"></td>Define table<td style="border-color: rgb(221, 221, 221);" width="571"></td> </tr> <tr><caption><td style="border-color: rgb(221, 221, 221);" width="239"></td>Define table title . <td style="border-color: rgb(221, 221, 221);" width="571"></td> </tr> <tr><th><td style="border-color: rgb(221, 221, 221);" width="239"></td>Define the header cell in the table. <td style="border-color: rgb(221, 221, 221);" width="571"></td> </tr> <tr><tr><td style="border-color: rgb(221, 221, 221);" width="239"></td>Define the rows in the table. <td style="border-color: rgb(221, 221, 221);" width="571"></td> </tr> <tr><td><td style="border-color: rgb(221, 221, 221);" width="239"></td>Define the cells in the table. <td style="border-color: rgb(221, 221, 221);" width="571"></td> </tr> <tr><thead><td style="border-color: rgb(221, 221, 221);" width="239"></td>Define the header content in the table. <td style="border-color: rgb(221, 221, 221);" width="571"></td> </tr> <tr><tbody><td style="border-color: rgb(221, 221, 221);" width="239"></td>Define the body content in the table. <td style="border-color: rgb(221, 221, 221);" width="571"></td> </tr> <tr><tfoot><td style="border-color: rgb(221, 221, 221);" width="239"></td>Define the table note content (footnote) in the table. <td style="border-color: rgb(221, 221, 221);" width="571"></td> </tr> <tr><col><td style="border-color: rgb(221, 221, 221);" width="239"></td>Define the attribute values ​​of one or more columns in the table. <td style="border-color: rgb(221, 221, 221);" width="571"></td> </tr> <tr><colgroup><td style="border-color: rgb(221, 221, 221);" width="239"></td>Define the column group in the table for formatting. <td style="border-color: rgb(221, 221, 221);" width="571"></td> </tr> </tbody> <p><strong>Style/Section</strong></p> <table width="811"> <thead><tr class="firstRow"> <th style="border-color: rgb(221, 221, 221);" width="239">Tag</th> <th style="border-color: rgb(221, 221, 221);" width="571">Description</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">Define the style information of the document. </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">Define sections in the document. </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">Define sections in the document. </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">Define the header of a section or 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">Define the footer of a section or 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">Define 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">Define article. </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">Define content outside the page content. </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">Defines the details of the element. </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">Define a dialog box or window. </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">Define the visible title for the <details> element. </td> </tr> </tbody> </table> <p><strong>Member Information</strong></p> <table width="811"> <thead><tr class="firstRow">## Tag<th style="border-color: rgb(221, 221, 221);" width="173"></th>Description<th style="border-color: rgb(221, 221, 221);" width="637"></th> </tr></thead> <tbody> <tr><head><td style="border-color: rgb(221, 221, 221);" width="173"></td>Define information about the document. <td style="border-color: rgb(221, 221, 221);" width="637"></td> </tr> <tr><meta><td style="border-color: rgb(221, 221, 221);" width="173"></td>Define meta information about the HTML document. <td style="border-color: rgb(221, 221, 221);" width="637"></td> </tr> <tr><base><td style="border-color: rgb(221, 221, 221);" width="173"></td>Define the default address or default target for all links in the page. <td style="border-color: rgb(221, 221, 221);" width="637"></td> </tr> <tr><basefont><td style="border-color: rgb(221, 221, 221);" width="173"></td>Deprecated. Define the default font, color, or size for text on the page. <td style="border-color: rgb(221, 221, 221);" width="637"></td> </tr> </tbody> <div><div id="cnblogs_post_body"> <strong>Attribute</strong><table width="778" style="width: 811px;"> <thead><tr class="header firstRow">##Attribute name<th style="border-color: rgb(221, 221, 221);" width="105"></th>English<th style="border-color: rgb(221, 221, 221);" width="107"></th>English meaning<th style="border-color: rgb(221, 221, 221);" width="218"></th>Value <th style="border-color: rgb(221, 221, 221);" width="193"></th>Application scenario<th style="border-color: rgb(221, 221, 221);" width="169"></th> </tr></thead> <tbody> <tr class="odd">src<td style="border-color: rgb(221, 221, 221);" width="105"></td>SouRCe<td style="border-color: rgb(221, 221, 221);" width="107"></td>Resource location<td style="border-color: rgb(221, 221, 221);" width="218"></td>Resource Path<td style="border-color: rgb(221, 221, 221);" width="193"></td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="even">border<td style="border-color: rgb(221, 221, 221);" width="105"></td>border<td style="border-color: rgb(221, 221, 221);" width="107"></td>Border<td style="border-color: rgb(221, 221, 221);" width="218"></td>Number (pixels)<td style="border-color: rgb(221, 221, 221);" width="193"> </td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="odd">size<td style="border-color: rgb(221, 221, 221);" width="105"></td>size<td style="border-color: rgb(221, 221, 221);" width="107"></td>Size<td style="border-color: rgb(221, 221, 221);" width="218"></td>Number (pixels)<td style="border-color: rgb(221, 221, 221);" width="193"></td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr>##width<tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">width</td> <td style="border-color: rgb(221, 221, 221);" width="107">Width</td> <td style="border-color: rgb(221, 221, 221);" width="218">Number (pixels)</td> <td style="border-color: rgb(221, 221, 221);" width="193"></td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr>height<tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">height</td> <td style="border-color: rgb(221, 221, 221);" width="107">Height</td> <td style="border-color: rgb(221, 221, 221);" width="218">Number (pixels)</td> <td style="border-color: rgb(221, 221, 221);" width="193"></td> <td style="border-color: rgb(221, 221, 221);" width="169"> <br> </td> </tr>bgcolor<tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">BackGround COLOR</td> <td style="border-color: rgb(221, 221, 221);" width="107">Background color</td> <td style="border-color: rgb(221, 221, 221);" width="218">Color value: rea or #ffffff</td> <td style="border-color: rgb(221, 221, 221);" width="193"></td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr>background<tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">background</td> <td style="border-color: rgb(221, 221, 221);" width="107">Background image</td> <td style="border-color: rgb(221, 221, 221);" width="218">Picture path</td> <td style="border-color: rgb(221, 221, 221);" width="193"></td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr>list-style<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">Set all properties of the list</td> <td style="border-color: rgb(221, 221, 221);" width="218"></td> <td style="border-color: rgb(221, 221, 221);" width="193"> <br>List</td> <td style="border-color: rgb(221, 221, 221);" width="169"></td> </tr>list-style-image<tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">list-style-image</td> <td style="border-color: rgb(221, 221, 221);" width="107">Set image as list item tag</td> <td style="border-color: rgb(221, 221, 221);" width="218">None</td>url<td style="border-color: rgb(221, 221, 221);" width="193"> <br>list </td> <td style="border-color: rgb(221, 221, 221);" width="169"></td> </tr>list-style-type<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">Set the type of list item mark</td> <td style="border-color: rgb(221, 221, 221);" width="218">Disc(filled circle )</td>Cirle(hollow circle)<td style="border-color: rgb(221, 221, 221);" width="193">Square(solid square)</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">line-height</td> <td style="border-color: rgb(221, 221, 221);" width="107">line-height</td> <td style="border-color: rgb(221, 221, 221);" width="218">Line height (line spacing)</td> <td style="border-color: rgb(221, 221, 221);" width="193">Number (pixels)</td> <td style="border-color: rgb(221, 221, 221);" width="169">Layout multi-line 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">Alignment </td> <td style="border-color: rgb(221, 221, 221);" width="193">Left, right, center</td> <td style="border-color: rgb(221, 221, 221);" width="169">Alignment of various elements</td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">letter-spacing</td> <td style="border-color: rgb(221, 221, 221);" width="107">letter-spacing</td> <td style="border-color: rgb(221, 221, 221);" width="218">Character spacing</td> <td style="border-color: rgb(221, 221, 221);" width="193">Number (pixels)</td> <td style="border-color: rgb(221, 221, 221);" width="169">Increase the spacing between characters</td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">text-decoration</td> <td style="border-color: rgb(221, 221, 221);" width="107">text-decoration</td> <td style="border-color: rgb(221, 221, 221);" width="218">Text modification</td> <td style="border-color: rgb(221, 221, 221);" width="193">Underline, none</td> <td style="border-color: rgb(221, 221, 221);" width="169">Add underline, underline, etc.</td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">margin-top<br>(right, bottom , left)</td> <td style="border-color: rgb(221, 221, 221);" width="107"><br></td> <td style="border-color: rgb(221, 221, 221);" width="218">Margin</td> <td style="border-color: rgb(221, 221, 221);" width="193">Number (pixels)</td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="even"># #padding-top<td style="border-color: rgb(221, 221, 221);" width="105">(right,bottom,left)<br> </td> <td style="border-color: rgb(221, 221, 221);" width="107"><br></td>Padding<td style="border-color: rgb(221, 221, 221);" width="218"></td>Number (pixels)<td style="border-color: rgb(221, 221, 221);" width="193"></td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="odd">display<td style="border-color: rgb(221, 221, 221);" width="105"></td>display<td style="border-color: rgb(221, 221, 221);" width="107"></td>Change the default display mode of block-level elements and inline elements<td style="border-color: rgb(221, 221, 221);" width="218"></td>block (line change block) <td style="border-color: rgb(221, 221, 221);" width="193">inline(block to line)<br>none(this element is not displayed in the web page)<br> </td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="even">position<td style="border-color: rgb(221, 221, 221);" width="105"></td> position<td style="border-color: rgb(221, 221, 221);" width="107"></td>Positioning<td style="border-color: rgb(221, 221, 221);" width="218"></td>static(static positioning)<td style="border-color: rgb(221, 221, 221);" width="193">relative(relative positioning)<br>absolute(absolute positioning)<br>fixed(fixed positioning)<br> </td>Use Positioning<td style="border-color: rgb(221, 221, 221);" width="169"></td> </tr> <tr class="odd">float<td style="border-color: rgb(221, 221, 221);" width="105"></td>float<td style="border-color: rgb(221, 221, 221);" width="107"></td>float<td style="border-color: rgb(221, 221, 221);" width="218"></td>None, left, right<td style="border-color: rgb(221, 221, 221);" width="193"></td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="even">clear<td style="border-color: rgb(221, 221, 221);" width="105"></td>clear<td style="border-color: rgb(221, 221, 221);" width="107"></td>Handling float collapse<td style="border-color: rgb(221, 221, 221);" width="218"></td>left(clear left float)<td style="border-color: rgb(221, 221, 221);" width="193">right(clear right float)<br>both(clear floats on both sides)<br>none(do not clear floats)<br> </td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr>##type<tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">type</td> <td style="border-color: rgb(221, 221, 221);" width="107">List type</td> <td style="border-color: rgb(221, 221, 221);" width="218">Disc(solid circle)</td>Cirle(hollow circle)<td style="border-color: rgb(221, 221, 221);" width="193">Square(solid square)</td> <td style="border-color: rgb(221, 221, 221);" width="169">for list</td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">align</td> <td style="border-color: rgb(221, 221, 221);" width="107">align</td> <td style="border-color: rgb(221, 221, 221);" width="218">align</td> <td style="border-color: rgb(221, 221, 221);" width="193">Left, right , center<br>top, middle, bottom</td> <td style="border-color: rgb(221, 221, 221);" width="169"> Horizontal alignment of paragraph content, vertical alignment of text and pictures</td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">type</td> <td style="border-color: rgb(221, 221, 221);" width="107">type</td> <td style="border-color: rgb(221, 221, 221);" width="218">Form element type</td> <td style="border-color: rgb(221, 221, 221);" width="193">text(text)<br>checkbox(check)<br>radio(single choice)<br>password(password)<br>file(file)<br>submit(submit )<br>reset(reset)<br>button(button)<br>image(picture button)<br>hidden(hidden)<br> </td> <td style="border-color: rgb(221, 221, 221);" width="169">Form element</td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">method</td> <td style="border-color: rgb(221, 221, 221);" width="107">method</td> <td style="border-color: rgb(221, 221, 221);" width="218">How to submit form data</td> <td style="border-color: rgb(221, 221, 221);" width="193">get<br>post</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">alter</td> <td style="border-color: rgb(221, 221, 221);" width="218">Change, replace (prompt message when the picture is not displayed)</td> <td style="border-color: rgb(221, 221, 221);" width="193"><br></td> <td style="border-color: rgb(221, 221, 221);" width="169">Picture</td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">cellpadding</td> <td style="border-color: rgb(221, 221, 221);" width="107">cell padding</td> <td style="border-color: rgb(221, 221, 221);" width="218">Cell padding</td> <td style="border-color: rgb(221, 221, 221);" width="193">Number</td> <td style="border-color: rgb(221, 221, 221);" width="169">Table</td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">cellspacing</td> <td style="border-color: rgb(221, 221, 221);" width="107">cell spacing</td> <td style="border-color: rgb(221, 221, 221);" width="218">Distance between cells</td> <td style="border-color: rgb(221, 221, 221);" width="193">Number</td> <td style="border-color: rgb(221, 221, 221);" width="169">Table</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 REFerence</td> <td style="border-color: rgb(221, 221, 221);" width="218">Hypertext reference (jump to file location)</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">Relationship (used to define the relationship between linked files and HTML documents)</td> <td style="border-color: rgb(221, 221, 221);" width="193">StyleSheet style sheet</td> <td style="border-color: rgb(221, 221, 221);" width="169"> linkWhen linking a file</td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">target</td> <td style="border-color: rgb(221, 221, 221);" width="107">target</td> <td style="border-color: rgb(221, 221, 221);" width="218">target (the location where the web page opens)</td> <td style="border-color: rgb(221, 221, 221);" width="193">_blank(new window opens) <br>_self(open its own window)<br>_top(use the entire browser job as a window to display a new page)<br>_parent(open a new page in the parent window)</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">Cell spans columns</td> <td style="border-color: rgb(221, 221, 221);" width="193">Number (number of columns spanned)</td> <td style="border-color: rgb(221, 221, 221);" width="169"> Table</td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">rowspan</td> <td style="border-color: rgb(221, 221, 221);" width="107">row span</td> <td style="border-color: rgb(221, 221, 221);" width="218">Cell spanning row</td> <td style="border-color: rgb(221, 221, 221);" width="193">Number (number of rows spanned)</td> <td style="border-color: rgb(221, 221, 221);" width="169"> Table</td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">readonly</td> <td style="border-color: rgb(221, 221, 221);" width="107">read only</td> <td style="border-color: rgb(221, 221, 221);" width="218">readonly</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">##value<td style="border-color: rgb(221, 221, 221);" width="105"></td>value<td style="border-color: rgb(221, 221, 221);" width="107"></td>Initial value of the input box<td style="border-color: rgb(221, 221, 221);" width="218"></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">maxlength<td style="border-color: rgb(221, 221, 221);" width="105"></td>max length<td style="border-color: rgb(221, 221, 221);" width="107"></td>Maximum length<td style="border-color: rgb(221, 221, 221);" width="218"></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">scrolldelay<td style="border-color: rgb(221, 221, 221);" width="105"></td>scroll delay<td style="border-color: rgb(221, 221, 221);" width="107"></td>Scroll delay<td style="border-color: rgb(221, 221, 221);" width="218"></td> <td style="border-color: rgb(221, 221, 221);" width="193"><br></td>< m arquee><td style="border-color: rgb(221, 221, 221);" width="169"></td> </tr> <tr class="odd">direction<td style="border-color: rgb(221, 221, 221);" width="105"></td>direction<td style="border-color: rgb(221, 221, 221);" width="107"></td>Direction (scrolling direction)<td style="border-color: rgb(221, 221, 221);" width="218"></td> <td style="border-color: rgb(221, 221, 221);" width="193"><br></td>< m arquee<td style="border-color: rgb(221, 221, 221);" width="169"></td> </tr> </tbody> </table> <h2 id="选择器"> <br><br> </h2> </div></div> </table> </table> </tbody> </table> </tbody> </table><p>The above is the detailed content of html common tags and attributes. For more information, please follow other related articles on the PHP Chinese website!</p> </div> </div> <div style="height: 25px;"> <div class="wzconBq" style="display: inline-flex;"> <span>Related labels:</span> <div class="wzcbqd"> <a onclick="hits_log(2,'www',this);" href-data="https://www.php.cn/search?word=html" target="_blank">html</a> <a onclick="hits_log(2,'www',this);" href-data="https://www.php.cn/search?word=attributes" target="_blank">Attributes</a> <a onclick="hits_log(2,'www',this);" href-data="https://www.php.cn/search?word=label" target="_blank">Label</a> </div> </div> <div style="display: inline-flex;float: right; color:#333333;">source:php.cn</div> </div> <div class="wzconOtherwz"> <a href="https://www.php.cn/faq/432813.html" title="HTML <title> tag"> <span>Previous article:HTML <title> tag</span> </a> <a href="https://www.php.cn/faq/432948.html" title="What is HTML5?"> <span>Next article:What is HTML5?</span> </a> </div> <div class="wzconShengming"> <div class="bzsmdiv">Statement of this Website</div> <div>The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn</div> </div> <ins class="adsbygoogle" style="display:block" data-ad-format="autorelaxed" data-ad-client="ca-pub-5902227090019525" data-ad-slot="2507867629"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <div class="wzconZzwz"> <div class="wzconZzwztitle">Latest Articles by Author</div> <ul> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/faq/452685.html">PHP+redis implements locking and unlocking operations</a> </div> <div>2020-06-20 16:55:06</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/faq/452679.html">How to add redis command</a> </div> <div>2020-06-20 16:40:40</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/faq/452675.html">Introduction to the method of integrating Redis cache with SpringBoot</a> </div> <div>2020-06-20 16:30:28</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/faq/452670.html">Introduction to the method of dynamically setting the checkbox selected state in layui</a> </div> <div>2020-06-20 16:12:34</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/faq/452619.html">JavaScript method to determine if 'dictionary' is empty</a> </div> <div>2020-06-20 13:30:41</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/faq/452543.html">How to customize packages in go language</a> </div> <div>2020-06-19 17:51:14</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/faq/452540.html">Detailed explanation of structures and methods in go language</a> </div> <div>2020-06-19 17:44:19</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/faq/452535.html">10 commonly used methods for java arrays</a> </div> <div>2020-06-19 17:28:02</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/faq/452529.html">5 ways to connect strings in python</a> </div> <div>2020-06-19 17:18:44</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/faq/452524.html">How to create a numerical list in python</a> </div> <div>2020-06-19 17:10:59</div> </li> </ul> </div> <div class="wzconZzwz"> <div class="wzconZzwztitle">Latest Issues</div> <div class="wdsyContent"> <div class="wdsyConDiv flexRow wdsyConDiv1"> <div class="wdcdContent flexColumn"> <a href="https://www.php.cn/wenda/176403.html" target="_blank" title="PX automatic conversion to REM error" class="wdcdcTitle">PX automatic conversion to REM error</a> <a href="https://www.php.cn/wenda/176403.html" class="wdcdcCons"> <style>html {   font-size: calc(100vw / 3.75);      }...</a> <div class="wdcdcInfo flexRow"> <div class="wdcdcileft"> <span class="wdcdciSpan"> From 2024-04-16 09:34:16</span> </div> <div class="wdcdciright flexRow"> <div class="wdcdcirdz flexRow ira"> <b class="wdcdcirdzi"></b>0 </div> <div class="wdcdcirpl flexRow ira"><b class="wdcdcirpli"></b>0</div> <div class="wdcdcirwatch flexRow ira"><b class="wdcdcirwatchi"></b>4687</div> </div> </div> </div> </div> <div class="wdsyConLine wdsyConLine2"></div> <div class="wdsyConDiv flexRow wdsyConDiv1"> <div class="wdcdContent flexColumn"> <a href="https://www.php.cn/wenda/176396.html" target="_blank" title="The page suddenly cannot pull css or bootstrap" class="wdcdcTitle">The page suddenly cannot pull css or bootstrap</a> <a href="https://www.php.cn/wenda/176396.html" class="wdcdcCons">So I'm developing a page, I did part of it yesterday and it worked great, and today I cont...</a> <div class="wdcdcInfo flexRow"> <div class="wdcdcileft"> <span class="wdcdciSpan"> From 2024-04-06 21:58:04</span> </div> <div class="wdcdciright flexRow"> <div class="wdcdcirdz flexRow ira"> <b class="wdcdcirdzi"></b>0 </div> <div class="wdcdcirpl flexRow ira"><b class="wdcdcirpli"></b>1</div> <div class="wdcdcirwatch flexRow ira"><b class="wdcdcirwatchi"></b>800</div> </div> </div> </div> </div> <div class="wdsyConLine wdsyConLine2"></div> <div class="wdsyConDiv flexRow wdsyConDiv1"> <div class="wdcdContent flexColumn"> <a href="https://www.php.cn/wenda/176386.html" target="_blank" title="How to solve the mysterious white space at the bottom of the page in CSS" class="wdcdcTitle">How to solve the mysterious white space at the bottom of the page in CSS</a> <a href="https://www.php.cn/wenda/176386.html" class="wdcdcCons">I'm trying to build a simple webpage using Bootstrap and D3, but I don't know how to get r...</a> <div class="wdcdcInfo flexRow"> <div class="wdcdcileft"> <span class="wdcdciSpan"> From 2024-04-06 20:22:15</span> </div> <div class="wdcdciright flexRow"> <div class="wdcdcirdz flexRow ira"> <b class="wdcdcirdzi"></b>0 </div> <div class="wdcdcirpl flexRow ira"><b class="wdcdcirpli"></b>1</div> <div class="wdcdcirwatch flexRow ira"><b class="wdcdcirwatchi"></b>454</div> </div> </div> </div> </div> <div class="wdsyConLine wdsyConLine2"></div> <div class="wdsyConDiv flexRow wdsyConDiv1"> <div class="wdcdContent flexColumn"> <a href="https://www.php.cn/wenda/176383.html" target="_blank" title="How to use laravel components with livewire lazy placeholder" class="wdcdcTitle">How to use laravel components with livewire lazy placeholder</a> <a href="https://www.php.cn/wenda/176383.html" class="wdcdcCons">I want to add the skeleton of my laravel component inside a livewire3 placeholder What I h...</a> <div class="wdcdcInfo flexRow"> <div class="wdcdcileft"> <span class="wdcdciSpan"> From 2024-04-06 20:02:10</span> </div> <div class="wdcdciright flexRow"> <div class="wdcdcirdz flexRow ira"> <b class="wdcdcirdzi"></b>0 </div> <div class="wdcdcirpl flexRow ira"><b class="wdcdcirpli"></b>2</div> <div class="wdcdcirwatch flexRow ira"><b class="wdcdcirwatchi"></b>543</div> </div> </div> </div> </div> <div class="wdsyConLine wdsyConLine2"></div> <div class="wdsyConDiv flexRow wdsyConDiv1"> <div class="wdcdContent flexColumn"> <a href="https://www.php.cn/wenda/176364.html" target="_blank" title="Top-level method to replace a string with HTML code (generated from an array)" class="wdcdcTitle">Top-level method to replace a string with HTML code (generated from an array)</a> <a href="https://www.php.cn/wenda/176364.html" class="wdcdcCons">Given a string like this...$htmlPattern="Usernameis:#name#andusercompanyis#company#&q...</a> <div class="wdcdcInfo flexRow"> <div class="wdcdcileft"> <span class="wdcdciSpan"> From 2024-04-06 17:40:41</span> </div> <div class="wdcdciright flexRow"> <div class="wdcdcirdz flexRow ira"> <b class="wdcdcirdzi"></b>0 </div> <div class="wdcdcirpl flexRow ira"><b class="wdcdcirpli"></b>2</div> <div class="wdcdcirwatch flexRow ira"><b class="wdcdcirwatchi"></b>410</div> </div> </div> </div> </div> <div class="wdsyConLine wdsyConLine2"></div> </div> </div> <div class="wzconZt" > <div class="wzczt-title"> <div>Related Topics</div> <a href="https://www.php.cn/faq/zt" target="_blank">More> </a> </div> <div class="wzcttlist"> <ul> <li class="ul-li"> <a target="_blank" href="https://www.php.cn/faq/htmlbq"><img src="https://img.php.cn/upload/subject/202407/22/2024072214431586789.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="html copyright symbol" /> </a> <a target="_blank" href="https://www.php.cn/faq/htmlbq" class="title-a-spanl" title="html copyright symbol"><span>html copyright symbol</span> </a> </li> <li class="ul-li"> <a target="_blank" href="https://www.php.cn/faq/htmlzxbjq"><img src="https://img.php.cn/upload/subject/202407/22/2024072214403473154.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="html online editor" /> </a> <a target="_blank" href="https://www.php.cn/faq/htmlzxbjq" class="title-a-spanl" title="html online editor"><span>html online editor</span> </a> </li> <li class="ul-li"> <a target="_blank" href="https://www.php.cn/faq/htmlwyzz"><img src="https://img.php.cn/upload/subject/202407/22/2024072214275948120.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="html web page production" /> </a> <a target="_blank" href="https://www.php.cn/faq/htmlwyzz" class="title-a-spanl" title="html web page production"><span>html web page production</span> </a> </li> <li class="ul-li"> <a target="_blank" href="https://www.php.cn/faq/htmlkg"><img src="https://img.php.cn/upload/subject/202407/22/2024072214273274014.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="html space" /> </a> <a target="_blank" href="https://www.php.cn/faq/htmlkg" class="title-a-spanl" title="html space"><span>html space</span> </a> </li> <li class="ul-li"> <a target="_blank" href="https://www.php.cn/faq/htmlssm"><img src="https://img.php.cn/upload/subject/202407/22/2024072214210727109.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="what is html" /> </a> <a target="_blank" href="https://www.php.cn/faq/htmlssm" class="title-a-spanl" title="what is html"><span>what is html</span> </a> </li> <li class="ul-li"> <a target="_blank" href="https://www.php.cn/faq/htmlztdxzmsz"><img src="https://img.php.cn/upload/subject/202407/22/2024072214205132478.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="How to set html font size" /> </a> <a target="_blank" href="https://www.php.cn/faq/htmlztdxzmsz" class="title-a-spanl" title="How to set html font size"><span>How to set html font size</span> </a> </li> <li class="ul-li"> <a target="_blank" href="https://www.php.cn/faq/htmlztxt"><img src="https://img.php.cn/upload/subject/202407/22/2024072214125629445.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="html to txt" /> </a> <a target="_blank" href="https://www.php.cn/faq/htmlztxt" class="title-a-spanl" title="html to txt"><span>html to txt</span> </a> </li> <li class="ul-li"> <a target="_blank" href="https://www.php.cn/faq/htmlwbkdmzmx"><img src="https://img.php.cn/upload/subject/202407/22/2024072214120496282.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="How to write html text box code" /> </a> <a target="_blank" href="https://www.php.cn/faq/htmlwbkdmzmx" class="title-a-spanl" title="How to write html text box code"><span>How to write html text box code</span> </a> </li> </ul> </div> </div> </div> </div> <div class="phpwzright"> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-5902227090019525" data-ad-slot="3653428331" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <div class="wzrOne"> <div class="wzroTitle">Popular Recommendations</div> <div class="wzroList"> <ul> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="What does url mean?" href="https://www.php.cn/faq/418772.html">What does url mean?</a> </div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="What does DOM mean?" href="https://www.php.cn/faq/414303.html">What does DOM mean?</a> </div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="How to change image size" href="https://www.php.cn/faq/414252.html">How to change image size</a> </div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="How to make font bold in HTML" href="https://www.php.cn/faq/414520.html">How to make font bold in HTML</a> </div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="How to set the size of html images" href="https://www.php.cn/faq/475145.html">How to set the size of html images</a> </div> </li> </ul> </div> </div> <script src="https://sw.php.cn/hezuo/cac1399ab368127f9b113b14eb3316d0.js" type="text/javascript"></script> <div class="wzrThree"> <div class="wzrthree-title"> <div>Popular Tutorials</div> <a target="_blank" href="https://www.php.cn/course.html">More> </a> </div> <div class="wzrthreelist swiper2"> <div class="wzrthreeTab swiper-wrapper"> <div class="check tabdiv swiper-slide" data-id="one">Related Tutorials <div></div></div> <div class="tabdiv swiper-slide" data-id="two">Popular Recommendations<div></div></div> <div class="tabdiv swiper-slide" data-id="three">Latest courses<div></div></div> </div> <ul class="one"> <li> <a target="_blank" href="https://www.php.cn/course/889.html" title="Build HTML pages from scratch" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/6265013c0896b410.jpg" alt="Build HTML pages from scratch"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Build HTML pages from scratch" href="https://www.php.cn/course/889.html">Build HTML pages from scratch</a> <div class="wzrthreerb"> <div>139592 <b class="kclbcollectb"></b></div> <div class="courseICollection" data-id="889"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/course/968.html" title="HTML/CSS technical knowledge shared daily" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/625d302f0f4b7990.jpg" alt="HTML/CSS technical knowledge shared daily"/> </a> <div class="wzrthree-right"> <a target="_blank" title="HTML/CSS technical knowledge shared daily" href="https://www.php.cn/course/968.html">HTML/CSS technical knowledge shared daily</a> <div class="wzrthreerb"> <div>96048 <b class="kclbcollectb"></b></div> <div class="courseICollection" data-id="968"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/course/1004.html" title="HTML5 Canvas animation practical tutorial" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/6257c6f880aa2117.png" alt="HTML5 Canvas animation practical tutorial"/> </a> <div class="wzrthree-right"> <a target="_blank" title="HTML5 Canvas animation practical tutorial" href="https://www.php.cn/course/1004.html">HTML5 Canvas animation practical tutorial</a> <div class="wzrthreerb"> <div>58530 <b class="kclbcollectb"></b></div> <div class="courseICollection" data-id="1004"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/course/1022.html" title="HTML+CSS web page basics" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/6256990bbf04e971.png" alt="HTML+CSS web page basics"/> </a> <div class="wzrthree-right"> <a target="_blank" title="HTML+CSS web page basics" href="https://www.php.cn/course/1022.html">HTML+CSS web page basics</a> <div class="wzrthreerb"> <div>51360 <b class="kclbcollectb"></b></div> <div class="courseICollection" data-id="1022"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> </ul> <ul class="two" style="display: none;"> <li> <a target="_blank" href="https://www.php.cn/course/812.html" title="The latest ThinkPHP 5.1 world premiere video tutorial (60 days to become a PHP expert online training course)" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/041/620debc3eab3f377.jpg" alt="The latest ThinkPHP 5.1 world premiere video tutorial (60 days to become a PHP expert online training course)"/> </a> <div class="wzrthree-right"> <a target="_blank" title="The latest ThinkPHP 5.1 world premiere video tutorial (60 days to become a PHP expert online training course)" href="https://www.php.cn/course/812.html">The latest ThinkPHP 5.1 world premiere video tutorial (60 days to become a PHP expert online training course)</a> <div class="wzrthreerb"> <div >1424246 times of learning</div> <div class="courseICollection" data-id="812"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/course/286.html" title="JAVA Beginner's Video Tutorial" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/62590a2bacfd9379.png" alt="JAVA Beginner's Video Tutorial"/> </a> <div class="wzrthree-right"> <a target="_blank" title="JAVA Beginner's Video Tutorial" href="https://www.php.cn/course/286.html">JAVA Beginner's Video Tutorial</a> <div class="wzrthreerb"> <div >2547665 times of learning</div> <div class="courseICollection" data-id="286"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/course/504.html" title="Little Turtle's zero-based introduction to learning Python video tutorial" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/62590a67ce3a6655.png" alt="Little Turtle's zero-based introduction to learning Python video tutorial"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Little Turtle's zero-based introduction to learning Python video tutorial" href="https://www.php.cn/course/504.html">Little Turtle's zero-based introduction to learning Python video tutorial</a> <div class="wzrthreerb"> <div >507801 times of learning</div> <div class="courseICollection" data-id="504"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/course/901.html" title="Quick introduction to web front-end development" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/64be28a53a4f6310.png" alt="Quick introduction to web front-end development"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Quick introduction to web front-end development" href="https://www.php.cn/course/901.html">Quick introduction to web front-end development</a> <div class="wzrthreerb"> <div >215933 times of learning</div> <div class="courseICollection" data-id="901"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/course/234.html" title="Master PS video tutorials from scratch" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/62611f57ed0d4840.jpg" alt="Master PS video tutorials from scratch"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Master PS video tutorials from scratch" href="https://www.php.cn/course/234.html">Master PS video tutorials from scratch</a> <div class="wzrthreerb"> <div >892053 times of learning</div> <div class="courseICollection" data-id="234"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> </ul> <ul class="three" style="display: none;"> <li> <a target="_blank" href="https://www.php.cn/course/1648.html" title="[Web front-end] Node.js quick start" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/662b5d34ba7c0227.png" alt="[Web front-end] Node.js quick start"/> </a> <div class="wzrthree-right"> <a target="_blank" title="[Web front-end] Node.js quick start" href="https://www.php.cn/course/1648.html">[Web front-end] Node.js quick start</a> <div class="wzrthreerb"> <div >7635 times of learning</div> <div class="courseICollection" data-id="1648"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/course/1647.html" title="Complete collection of foreign web development full-stack courses" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/6628cc96e310c937.png" alt="Complete collection of foreign web development full-stack courses"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Complete collection of foreign web development full-stack courses" href="https://www.php.cn/course/1647.html">Complete collection of foreign web development full-stack courses</a> <div class="wzrthreerb"> <div >6114 times of learning</div> <div class="courseICollection" data-id="1647"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/course/1646.html" title="Go language practical GraphQL" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/662221173504a436.png" alt="Go language practical GraphQL"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Go language practical GraphQL" href="https://www.php.cn/course/1646.html">Go language practical GraphQL</a> <div class="wzrthreerb"> <div >5054 times of learning</div> <div class="courseICollection" data-id="1646"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/course/1645.html" title="550W fan master learns JavaScript from scratch step by step" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/662077e163124646.png" alt="550W fan master learns JavaScript from scratch step by step"/> </a> <div class="wzrthree-right"> <a target="_blank" title="550W fan master learns JavaScript from scratch step by step" href="https://www.php.cn/course/1645.html">550W fan master learns JavaScript from scratch step by step</a> <div class="wzrthreerb"> <div >706 times of learning</div> <div class="courseICollection" data-id="1645"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/course/1644.html" title="Python master Mosh, a beginner with zero basic knowledge can get started in 6 hours" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/6616418ca80b8916.png" alt="Python master Mosh, a beginner with zero basic knowledge can get started in 6 hours"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Python master Mosh, a beginner with zero basic knowledge can get started in 6 hours" href="https://www.php.cn/course/1644.html">Python master Mosh, a beginner with zero basic knowledge can get started in 6 hours</a> <div class="wzrthreerb"> <div >25608 times of learning</div> <div class="courseICollection" data-id="1644"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> </ul> </div> <script> var mySwiper = new Swiper('.swiper2', { autoplay: false,//可选选项,自动滑动 slidesPerView : 'auto', }) $('.wzrthreeTab>div').click(function(e){ $('.wzrthreeTab>div').removeClass('check') $(this).addClass('check') $('.wzrthreelist>ul').css('display','none') $('.'+e.currentTarget.dataset.id).show() }) </script> </div> <div class="wzrFour"> <div class="wzrfour-title"> <div>Latest Downloads</div> <a href="https://www.php.cn/xiazai">More> </a> </div> <script> $(document).ready(function(){ var sjyx_banSwiper = new Swiper(".sjyx_banSwiperwz",{ speed:1000, autoplay:{ delay:3500, disableOnInteraction: false, }, pagination:{ el:'.sjyx_banSwiperwz .swiper-pagination', clickable :false, }, loop:true }) }) </script> <div class="wzrfourList swiper3"> <div class="wzrfourlTab swiper-wrapper"> <div class="check swiper-slide" data-id="onef">Web Effects <div></div></div> <div class="swiper-slide" data-id="twof">Website Source Code<div></div></div> <div class="swiper-slide" data-id="threef">Website Materials<div></div></div> <div class="swiper-slide" data-id="fourf">Front End Template<div></div></div> </div> <ul class="onef"> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="jQuery enterprise message form contact code" href="https://www.php.cn/toolset/js-special-effects/8071">[form button] jQuery enterprise message form contact code</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="HTML5 MP3 music box playback effects" href="https://www.php.cn/toolset/js-special-effects/8070">[Player special effects] HTML5 MP3 music box playback effects</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="HTML5 cool particle animation navigation menu special effects" href="https://www.php.cn/toolset/js-special-effects/8069">[Menu navigation] HTML5 cool particle animation navigation menu special effects</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="jQuery visual form drag and drop editing code" href="https://www.php.cn/toolset/js-special-effects/8068">[form button] jQuery visual form drag and drop editing code</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="VUE.JS imitation Kugou music player code" href="https://www.php.cn/toolset/js-special-effects/8067">[Player special effects] VUE.JS imitation Kugou music player code</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="Classic html5 pushing box game" href="https://www.php.cn/toolset/js-special-effects/8066">[html5 special effects] Classic html5 pushing box game</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="jQuery scrolling to add or reduce image effects" href="https://www.php.cn/toolset/js-special-effects/8065">[Picture special effects] jQuery scrolling to add or reduce image effects</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="CSS3 personal album cover hover zoom effect" href="https://www.php.cn/toolset/js-special-effects/8064">[Photo album effects] CSS3 personal album cover hover zoom effect</a> </div> </li> </ul> <ul class="twof" style="display:none"> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/toolset/website-source-code/8328" title="Home Decor Cleaning and Repair Service Company Website Template" target="_blank">[Front-end template] Home Decor Cleaning and Repair Service Company Website Template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/toolset/website-source-code/8327" title="Fresh color personal resume guide page template" target="_blank">[Front-end template] Fresh color personal resume guide page template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/toolset/website-source-code/8326" title="Designer Creative Job Resume Web Template" target="_blank">[Front-end template] Designer Creative Job Resume Web Template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/toolset/website-source-code/8325" title="Modern engineering construction company website template" target="_blank">[Front-end template] Modern engineering construction company website template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/toolset/website-source-code/8324" title="Responsive HTML5 template for educational service institutions" target="_blank">[Front-end template] Responsive HTML5 template for educational service institutions</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/toolset/website-source-code/8323" title="Online e-book store mall website template" target="_blank">[Front-end template] Online e-book store mall website template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/toolset/website-source-code/8322" title="IT technology solves Internet company website template" target="_blank">[Front-end template] IT technology solves Internet company website template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/toolset/website-source-code/8321" title="Purple style foreign exchange trading service website template" target="_blank">[Front-end template] Purple style foreign exchange trading service website template</a> </div> </li> </ul> <ul class="threef" style="display:none"> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/toolset/website-materials/3078" target="_blank" title="Cute summer elements vector material (EPS PNG)">[PNG material] Cute summer elements vector material (EPS PNG)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/toolset/website-materials/3077" target="_blank" title="Four red 2023 graduation badges vector material (AI EPS PNG)">[PNG material] Four red 2023 graduation badges vector material (AI EPS PNG)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/toolset/website-materials/3076" target="_blank" title="Singing bird and cart filled with flowers design spring banner vector material (AI EPS)">[banner picture] Singing bird and cart filled with flowers design spring banner vector material (AI EPS)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/toolset/website-materials/3075" target="_blank" title="Golden graduation cap vector material (EPS PNG)">[PNG material] Golden graduation cap vector material (EPS PNG)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/toolset/website-materials/3074" target="_blank" title="Black and white style mountain icon vector material (EPS PNG)">[PNG material] Black and white style mountain icon vector material (EPS PNG)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/toolset/website-materials/3073" target="_blank" title="Superhero silhouette vector material (EPS PNG) with different color cloaks and different poses">[PNG material] Superhero silhouette vector material (EPS PNG) with different color cloaks and different poses</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/toolset/website-materials/3072" target="_blank" title="Flat style Arbor Day banner vector material (AI+EPS)">[banner picture] Flat style Arbor Day banner vector material (AI+EPS)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/toolset/website-materials/3071" target="_blank" title="Nine comic-style exploding chat bubbles vector material (EPS+PNG)">[PNG material] Nine comic-style exploding chat bubbles vector material (EPS+PNG)</a> </div> </li> </ul> <ul class="fourf" style="display:none"> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/toolset/website-source-code/8328" target="_blank" title="Home Decor Cleaning and Repair Service Company Website Template">[Front-end template] Home Decor Cleaning and Repair Service Company Website Template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/toolset/website-source-code/8327" target="_blank" title="Fresh color personal resume guide page template">[Front-end template] Fresh color personal resume guide page template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/toolset/website-source-code/8326" target="_blank" title="Designer Creative Job Resume Web Template">[Front-end template] Designer Creative Job Resume Web Template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/toolset/website-source-code/8325" target="_blank" title="Modern engineering construction company website template">[Front-end template] Modern engineering construction company website template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/toolset/website-source-code/8324" target="_blank" title="Responsive HTML5 template for educational service institutions">[Front-end template] Responsive HTML5 template for educational service institutions</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/toolset/website-source-code/8323" target="_blank" title="Online e-book store mall website template">[Front-end template] Online e-book store mall website template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/toolset/website-source-code/8322" target="_blank" title="IT technology solves Internet company website template">[Front-end template] IT technology solves Internet company website template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/toolset/website-source-code/8321" target="_blank" title="Purple style foreign exchange trading service website template">[Front-end template] Purple style foreign exchange trading service website template</a> </div> </li> </ul> </div> <script> var mySwiper = new Swiper('.swiper3', { autoplay: false,//可选选项,自动滑动 slidesPerView : 'auto', }) $('.wzrfourlTab>div').click(function(e){ $('.wzrfourlTab>div').removeClass('check') $(this).addClass('check') $('.wzrfourList>ul').css('display','none') $('.'+e.currentTarget.dataset.id).show() }) </script> </div> </div> </div> <footer> <div class="footer"> <div class="footertop"> <img src="/static/imghw/logo.png" alt=""> <p>Public welfare online PHP training,Help PHP learners grow quickly!</p> </div> <div class="footermid"> <a href="https://www.php.cn/about/us.html">About us</a> <a href="https://www.php.cn/about/disclaimer.html">Disclaimer</a> <a href="https://www.php.cn/update/article_0_1.html">Sitemap</a> </div> <div class="footerbottom"> <p> © php.cn All rights reserved </p> </div> </div> </footer> <input type="hidden" id="verifycode" value="/captcha.html"> <script>layui.use(['element', 'carousel'], function () {var element = layui.element;$ = layui.jquery;var carousel = layui.carousel;carousel.render({elem: '#test1', width: '100%', height: '330px', arrow: 'always'});$.getScript('/static/js/jquery.lazyload.min.js', function () {$("img").lazyload({placeholder: "/static/images/load.jpg", effect: "fadeIn", threshold: 200, skip_invisible: false});});});</script> <script src="/static/js/common_new.js"></script> <script type="text/javascript" src="/static/js/jquery.cookie.js?1734978302"></script> <script src="https://vdse.bdstatic.com//search-video.v1.min.js"></script> <link rel='stylesheet' id='_main-css' href='/static/css/viewer.min.css?2' 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 type="text/javascript" src="/static/js/global.min.js?5.5.53"></script> <!-- 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 --> </body> </html>