html网页制作代码

来源:百度知道 编辑:UC知道 时间:2024/05/26 23:21:45
5,下列代码表示的网页内容是什么?
<html>
<head>
<title>This as a sample Text for Html </title>
</head>
<h2>  香港教育学院电子商务专业2005级</h2>
<hr size=1 color="red">
<TABLE ALIGN=CENTER>
<TR><TD width=40%>电子商务专业2005级
<TD><center>太平洋影视公司<th>已注册√</th></td>
</TABLE>
<img src="C:\I386\PRAGUEM.jpg" ALT="示 例 图 片" align=center width=30%
height=30%><p>

</html>

知道的请帮帮忙``

<title>This as a sample Text for Html </title>

这个是标题,显示的是 “This as a sample Text for Html ”

<h2> 香港教育学院电子商务专业2005级</h2>
<hr size=1 color="red">

这个是内容,字体颜色是红色、

<TABLE ALIGN=CENTER>
<TR><TD width=40%>电子商务专业2005级
<TD><center>太平洋影视公司<th>已注册√</th></td>
</TABLE>

这个是表格,宽度40%,居中
<img src="C:\I386\PRAGUEM.jpg" ALT="示 例 图 片" align=center width=30%
height=30%><p>

显示图片高宽都是30%

选我吧