html 给文本加边框,居中,并且要求所有的文字都和第一行对齐,谢谢了
求高手帮忙看一下,我写的很乱,刚开始学HTML,谢谢了这个题目要求是这样的我从网上乱找了一堆东西,实在不知道怎么写我的代码是这样的。。。<!DOCTYPEhtml><ht...
求高手帮忙看一下,我写的很乱,刚开始学HTML,谢谢了
这个题目要求是这样的
我从网上乱找了一堆东西,实在不知道怎么写
我的代码是这样的。。。
<!DOCTYPE html>
<html>
<head>
<style>
table, th, td {
border: 1px solid black;
}
p.one {
border-style: solid;
border-width: medium;
border-color: red;
width: 522px;
}
</style>
</head>
<body>
<center><h1><font color="#FF0000">Tutorial 1</font></h1></center>
<center><p class="one">What is your favourite <strong>Doctor</strong>? For me, 10<sup>th</sup> Doctor is the best!!</p><center>
</center>
</ br>
<table>
<tr>
<td><center><strong><font color="#0000FF">Series Lead</font></strong></center></td>
<td><center><strong><font color="#0000FF">Internation</font></strong></center></td>
<td><center><strong><font color="#0000FF">Tenure</font></strong></center></td>
</tr>
<tr>
<td>Christopher Eccleston</td>
<td>Ninth Doctor</td>
<td>2005</td>
</tr>
<tr>
<td>David Tennant</td>
<td>Tenth Doctor</td>
<td>2005-2010</td>
</tr>
<tr>
<td>Matt Smith</td>
<td>Eleventh Doctor</td>
<td>2010-2013</td>
</tr>
</table>
<p class="one">Have you even seen the <strong>TARDIS</strong>?</p>
<img src="/>
</body>
</html>
结果很不理想,最后做成了这样。。。
求问下,有没有人有办法帮忙修改一下,首先就是 ,表格要和文本框对齐,
然后是图片我放在了桌面,假如名字叫ABC.JPEG,该怎么插入啊,谢谢了。。。 展开
这个题目要求是这样的
我从网上乱找了一堆东西,实在不知道怎么写
我的代码是这样的。。。
<!DOCTYPE html>
<html>
<head>
<style>
table, th, td {
border: 1px solid black;
}
p.one {
border-style: solid;
border-width: medium;
border-color: red;
width: 522px;
}
</style>
</head>
<body>
<center><h1><font color="#FF0000">Tutorial 1</font></h1></center>
<center><p class="one">What is your favourite <strong>Doctor</strong>? For me, 10<sup>th</sup> Doctor is the best!!</p><center>
</center>
</ br>
<table>
<tr>
<td><center><strong><font color="#0000FF">Series Lead</font></strong></center></td>
<td><center><strong><font color="#0000FF">Internation</font></strong></center></td>
<td><center><strong><font color="#0000FF">Tenure</font></strong></center></td>
</tr>
<tr>
<td>Christopher Eccleston</td>
<td>Ninth Doctor</td>
<td>2005</td>
</tr>
<tr>
<td>David Tennant</td>
<td>Tenth Doctor</td>
<td>2005-2010</td>
</tr>
<tr>
<td>Matt Smith</td>
<td>Eleventh Doctor</td>
<td>2010-2013</td>
</tr>
</table>
<p class="one">Have you even seen the <strong>TARDIS</strong>?</p>
<img src="/>
</body>
</html>
结果很不理想,最后做成了这样。。。
求问下,有没有人有办法帮忙修改一下,首先就是 ,表格要和文本框对齐,
然后是图片我放在了桌面,假如名字叫ABC.JPEG,该怎么插入啊,谢谢了。。。 展开
1个回答
展开全部
<!DOCTYPE html>
<html>
<head>
<style>
table, th, td {
border: 1px solid black;
}
p.one {
border-style: solid;
border-width: medium;
border-color: red;
width: 522px;
}
</style>
</head>
<body>
<center>
<h1><font color="#FF0000">Tutorial 1</font></h1>
</center>
<center>
<p class="one">What is your favourite <strong>Doctor</strong>? For me, 10<sup>th</sup> Doctor is the best!!</p>
<center>
</center>
</ br>
<table>
<tr>
<td><center>
<strong><font color="#0000FF">Series Lead</font></strong>
</center></td>
<td><center>
<strong><font color="#0000FF">Internation</font></strong>
</center></td>
<td><center>
<strong><font color="#0000FF">Tenure</font></strong>
</center></td>
</tr>
<tr>
<td>Christopher Eccleston</td>
<td>Ninth Doctor</td>
<td>2005</td>
</tr>
<tr>
<td>David Tennant</td>
<td>Tenth Doctor</td>
<td>2005-2010</td>
</tr>
<tr>
<td>Matt Smith</td>
<td>Eleventh Doctor</td>
<td>2010-2013</td>
</tr>
</table>
<p class="one">Have you even seen the <strong>TARDIS</strong>?</p>
<img style="margin:20px auto 0;" src="Tiger.jpg" width="800"/>
</body>
</html>
src="Tiger.jpg" 现在这个我是图片跟HTML文件同时放在桌面的 你别按部就班啊
要是你放在images文件夹里,那就是src="image/Tiger.jpg"
追问
额 这样还不行啊 还要把文本框里的东西调整一下啊
追答
你自己不会调啊 这么懒得人都有
这种东西根本就没什么技术含量
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询