時間:2023-08-29 19:54:02 | 來源:網(wǎng)站運營
時間:2023-08-29 19:54:02 來源:網(wǎng)站運營
HTML基礎(chǔ)知識:1.互聯(lián)網(wǎng)的三大基石!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> </head> <body> <!--標題標簽會加粗加黑,會自動換行--> <h1 align="center">走進新時代</h1> <hr width="500px" color="red" align="center" size="3"/> <h2>走進新時代</h2> <h3>走進新時代</h3> <h4>走進新時代</h4> <h5>走進新時代</h5> <h6>走進新時代</h6> <!--p標簽不會輸出文本的格式--> <p> 寶瓶州落魄山泥瓶巷陳皮皮,<br/>開山大弟子賠錢貨,崔東山, 大水怪周米粒。 </p> <!--pre會輸出文本的格式--> <pre>寶瓶州落魄山泥腿巷陳皮皮,開山大弟子賠錢貨,崔東山, 大水怪周米粒。</pre> </body></html>
5.常用的列表標簽<!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> </head> <body> <!--圖片--> <img src="img/u=1345759728,698722148&fm=26&gp=0.jpg" /> <!--表格設(shè)置--> <table border="1px" cellpadding="20px" cellspacing="0px"> <tr height="100px" align="center"> <td width="100px" align="center">1</td> <td width="100px">2</td> <td width="100px">3</td> </tr> <tr height="100px"> <td>4</td> <td>5</td> <td>6</td> </tr> <tr height="100px"> <td>7</td> <td>8</td> <td>9</td> </tr> <tr height="100px"> <th>12</th> <th>12</th> <th>13</th> </tr> </table> </body></html>
6.html中小標簽<!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> </head> <body> <!--the title lable h1-h6 is auto 加粗加黑,會自動換行--> <h1 align="center">走進新時代</h1> <hr width="500px" color="red" align="center" size="3"/> <!--u標簽是下劃線--> <h2><u>走進新時代</u></h2> <!--i標簽是斜體--> <h3><i>走進新時代</i></h3> <!--del加上刪除線--> <h4><del>走進新時代</del></h4> <!--dl跑馬燈--> <marquee direction="right" scrollamount="40px">陳皮皮</marquee> <p> 寶瓶州落魄山泥瓶巷陳皮皮,<br/>開山大弟子賠錢貨,崔東山, 大水怪周米粒。 </p> <pre>寶瓶州落魄山泥腿巷陳皮皮,開山大弟子賠錢貨,崔東山, 大水怪周米粒。</pre> </body></html>
7.HTML超鏈接標簽<form> <!--the plain text box--> The Account:<input type="text" name="account"/> <br/> The Password:<input type="paswword" name="pwd" value="123" /><br /> <!--the gender box--> boy:<input type="radio" name="sex" /> girl:<input type="radio" name="sex" /><br /> <!--the Multiple selection basket --> play basketball:<input type="checkbox" /> smoking :<input type="checkbox" /> reading:<input type="checkbox" /><br /> <!--the multiple text box--> Introduce to yourself:<textarea rows="12" cols="12"></textarea><br /> <!--select the fiel bottom--> <input type="file" name="fiel"/> <!-- --> <select> <option> ameiacan </option> <option> cbj e</option> </select> </form>
11.ifram標簽的作用關(guān)鍵詞:知識,基礎(chǔ)
微信公眾號
版權(quán)所有? 億企邦 1997-2025 保留一切法律許可權(quán)利。