请问一段html的文本问题?

来源:百度知道 编辑:UC知道 时间:2024/04/29 13:58:22
<input type="password" name="password" size="11" value="1234567" onMouseOver="this.focus()" onfocus="this.select()"
class="noborder"></td>
<input type="submit" value="进入" style="float:right"></td

请问这里的onMouseOver="this.focus()" onfocus="this.select()"是什么意思?》
style="float:right又是什么意思?float是啥?

<table width=100% border=0 //定义表格 宽度按百分比 border是表格边框 =0就是没有边框的表格
cellspacing=0 cellpadding=0>//设置或获取介于单元格边框和单元格内容之间的空间总量
<tr>//表格中的行
<td width=120 height=18> </td>//td是表格中的列 宽度120像素高18像素 </td>是td结束标签
<td valign=bottom class=searchfod1//又一列 对齐方式是以bottom对齐,也就是按底对齐 class是类名,便于css对这个列的控制
id=haoweb onClick="haoSubSearch('web');goSearch()" >网 页</td>//id与class一样,都是方便css对样式的控制,onclick是javascript事件,也就是点击后执行的东西
<td width="4"></td>表格列的宽度
<td valign=bottom class=searchfod2 //表格列 对齐方式以底
id=haomp3 onClick="haoSubSearch('mp3');goSearch()">MP3</td>//onClick事件执行goSearch()方法
<td width="4"></td>表格列的宽度
以下代码与上面基本相同
<td valign=bottom class=searchfod2 id=haoimg onClick="haoSubSearch('img');goSearch()">图 片
</td><td width="4"></td><td valign=bottom cl