日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

今天晚上回家打小白之路

發(fā)布時(shí)間:2024/1/18 编程问答 36 豆豆
生活随笔 收集整理的這篇文章主要介紹了 今天晚上回家打小白之路 小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.

<!DOCTYPE html>

<html lang="en">

<head>

??? <meta charset="UTF-8">

??? <title>今天學(xué)布局</title>

</head>

<body>

??? <div id="container" style="width: 500px">

??? <div id="header" style="background-color: blueviolet">

??? <h1 style="margin-bottom: 0;">主要網(wǎng)頁標(biāo)題</h1></div>

??? <div id="menu" style="background-color: cornsilk;height: 200px;width: 100px;float: left;">

<b>菜單</b><br>

html <br>

css <br>

javascript

??? </div>

<div id="contert" style="background-color: darkgoldenrod;height: 200px;width: 400px;float: left;">正文內(nèi)容</div>

?

<div id="footer" style="background-color: grey;clear: both;text-align: center;">版權(quán)</div>

</div>

</body>

<br>

<br><br><br>

<table width=“500” border="0">

??? <tr>

??????? <td colspan="2" style="background-color: khaki">

??????? <h1>主要的網(wǎng)頁標(biāo)題</h1>

??????? </td>

??? </tr>

??? <tr>

??????? <td style="background-color:#ffd700;width: 100px;vertical-align: top;">

??? <b>菜單</b><br>

??? html <br>

??? css <br>

??? javascript

</td>

<td style="background-color: chartreuse; height: 200px;width: 400px;vertical-align: top"></td>

??? </tr>

<tr>

??? <td colspan="2" style="background-color: cyan;text-align: center;">

??? 版權(quán)@runoob.com</td>

</tr>

</table>

<br><br><br>

?

<div>

??? <form action="">

??? first name: <input type="text" name="firstname"><br><br>

??? last name: <input type="text" name="lastname">

??? </form>

??? <p><b>注意</b>表單本身是不可見的。并且注意一個(gè)文本段的默認(rèn)寬度是20個(gè)字符。</p>

</div>

<br>

<form action="">

??? <input type="radio"name="sex" value="male">male <br>

??? <input type="radio"name="sex" value="female">female

</form>

<br>

<form action="">

??? <input type="checkbox" name="vehicle" value="bike">i have a bike <br>

??? <input type="checkbox" name="vehicle" value="car">i have a? car

</form>

<br>

?

<form action="">

??? <select name="cars">

??????? <option value="volvo">volvo</option>

??????? <option value="saab">saab</option>

??????? <option value="fiat">fiat</option>

??????? <option value="audi">audi</option>

??? </select>

</form>

<br>

<body>

? <textarea name="" id="" cols="30" rows="10">我是一個(gè)文本框</textarea>?

? <form action="">

????? <input type="button" value="提交">

? </form>

? <form action="">

????? <input type="button" value="hello world!">

? </form>

? <form action="">

????? <fieldset>

????????? <legend>personal information</legend>

????????? name: <input type="text" size="30"><br>

????????? e-mail: <input type="text" size="30"><br>

????????? date of birth: <input type="text" size="10">

????? </fieldset>

? </form>

<br><br><br>

<form action="demo-form.php">

??? first name: <input type="text" name="firstname" value="maicky"> <br>

??? last name: <input type="text" name="lastname" value="mouse"><br>

??? <input type="submit" value="提交">

??? <p>點(diǎn)擊"提交"按鈕,表單數(shù)據(jù)將被發(fā)送到服務(wù)器上的“demo-form.php”。</p>

</form>

</body>

</html>

總結(jié)

以上是生活随笔為你收集整理的今天晚上回家打小白之路的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。