-
學習感悟:今天學了很多,給我揭秘許多網址不是想像的那樣神秘,其實每個人都可以設計,但并不是每個人都可以設計好,正如老高說的那樣,如果只是簡單的復制別人的代碼,根本就沒一點用,這根本就是有手就行,要想真正的做好他,需要我們不斷的聯系,不斷的探索,打造屬于自己的源代碼,只有這樣我們才能真正的學好這門課,在聽課程序中,我感覺我是真正學到了東西,并且也聽懂啦,但如果在課下不練,就猶如沒學一樣,我會盡自己全力,不斷去找尋方法,把這門課真正的學好,讓它成為自己的一門手藝,
學習內容
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" href="http://v.qq.com/favicon.ico" />
<title>百度一下你就知道</title>
</head>
<body>
<img src="img/HBuilder.png" >
<img src="img/1326ca8b304315d6fc1f105b.jpg">
<a href"http://www.baidu.com"target="blank">百度</a>
<b>百度</b>
<i>百度<i>
<del>百度</del>
<p style="text-align: center;">工業大學</p>
<p style="text-align: center;"style="font-size: 36px;">工業大學</p>
<h1 style="text-align: center;">工業大學</h1>
<h6 style="text-align: center;">工業大學</h6>
<ol start="3" type="A">
<li>語文</li>
<li>數學</li>
<li>英語</li>
</ol>
<ul style="text-align: center;" type="square">
<li>語文</li>
<li>數學</li>
<li>英語</li>
</ul>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<form>
<!--隱藏框-->
<input type="hidden"/>
<!--文本框-->
<input type="text"placeholder="請輸入用戶名"/>
<!--密碼框-->
<input type="passward"placeholder="請輸入密碼"/>
<!--檔案框-->
<input type="file"/>
<!--下拉串列-->
<select>
<option>--請選擇--</option>
<option>河南省</option>
<option>河北省</option>
<option>浙江省</option>
<option>北京省</option>
</select>
<!--文本域-->
<textarea>
</textarea>
<!--單選題-->
<input type="radio" name="sex" id="male"><lable for="male">男</lable>
<input type="radio" name="sex" id="female"><lable for="female">女</lable>
</form>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style>
table{
border: 1px solid red;
border-spacing: 0px;
border-collapse: collapse;
}
th,td{
border: 1px solid red;
}
</style>
</head>
<body>
<table>
<tr>
<th>序號</th><th>姓名</th><th>手機號</th><th>家庭住址</th>
</tr>
<tr>
<th>1</th><th>李華</th><th>110</th><th>河南</th>
</tr>
<tr>
<th>2</th><th>李明</th><th>120</th><th>浙江</th>
</tr>
</table>
</body>
</html>
轉載請註明出處,本文鏈接:https://www.uj5u.com/qianduan/224036.html
標籤:其他
上一篇:制作投影:3D 模型法
下一篇:ajax的學習記錄
