吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 2271|回复: 15
收起左侧

[求助] 老师布置作业

[复制链接]
四块五的妞 发表于 2020-10-31 16:50


问下大家这个应该怎么合并
[Asm] 纯文本查看 复制代码
<head>
	<meta charset="UTF-8">
	<title>Document</title>
</head>
<h1 align="center">张三简历</h1>
<align="center">
	<table cellpadding="0" cellspacing="0" border="1" width="500" height="500" align="center">
	                  <!-- cellspacing, 单元格和边框距离-->
	      								<!--border,边框属性。数值填1-->
	      											<!--width和height,高宽-->
	      											<!--“align="center",这代码是居中
	      											    水平对齐用align="center"
	      											    垂直对齐用Valign="middle"-->
		<tbody>
		<tr>
		<th>姓名 </th>
		<th>张三 </th>
		<th>性别 </th>
		<th>男 </th>
<th colspan="2" > </th>
		</tr>
		<tr>
		<th>专业</th>
		<th>软件</th>
		<th>年龄</th>
		<th> 17 </th>
		<th colspan="2"> 0 </th>
        </tr>

		<tr>
		<th clspan= "5"> 家庭地址 </th>
		</tr>

		<tr>
		<th>专业证书 </th>
		<th colspan="3">x</th>
		<th>专业水平</th>
		<th>.....</th>
		</tr>

		<tr>
		<th> 社会实践 </th>
		<th colspan="3">a</th>
		<th>爱好</th>
		<th>....</th>
	    </tr>
	</tbody></table>

代码里面已经输入过一次合并代码了

代码里面已经输入过一次合并代码了

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

RogerNing 发表于 2020-10-31 16:59
第一行设置rowspan = 2
stramkismet 发表于 2020-10-31 17:00
<html>
<body>

<table border="1">
  <tr>
    <th colspan="2">Company in USA</th>
  </tr>
  <tr>
    <td>Apple, Inc.</td>
    <td>1 Infinite Loop Cupertino, CA 95014</td>
  </tr>
    <tr>
    <td>Google, Inc.</td>
    <td>1600 Amphitheatre Parkway Mountain View, CA 94043</td>
  </tr>
&#160;<tr> &#160;<td>789</td><td colspan="2" rowspan="2" align="center">22</td></tr>
&#160;<tr><td>4556</td></tr>
</table>

</body>
</html>
gys0213 发表于 2020-10-31 17:00
在男 后面那个标签里写rowspan=" " 中间天合并数
 楼主| 四块五的妞 发表于 2020-10-31 17:51

之前是田格子,我添加代码改为了“日”格子现在是  日这么改为口
17608888791 发表于 2020-10-31 18:57
这个是Python语言吗?
thinkyou 发表于 2020-10-31 19:25
17608888791 发表于 2020-10-31 18:57
这个是Python语言吗?

html超文本标记语言
thinkyou 发表于 2020-10-31 19:26
用跨行合并,合并后多余的删除掉就可以了
绝代、狂蜂 发表于 2020-10-31 19:28
<tbody>
        <tr>
        <th>姓名 </th>
        <th>张三 </th>
        <th>性别 </th>
        <th>男 </th>
<td colspan="2" rowspan="2" class="xl71" width="144" style="border-right:.5pt solid black;
  border-bottom:.5pt solid black;width:108pt">0</td>
        </tr>
        <tr>
        <th>专业</th>
        <th>软件</th>
        <th>年龄</th>
        <th> 17 </th>
        </tr>
---虽然我是不会,但是这东西转个弯,网页是表格,你把导到表格,一看多多少少会有启发的,至于怎么居中同理把
城已空人未散 发表于 2020-10-31 19:54
本帖最后由 城已空人未散 于 2020-10-31 19:57 编辑

3.png

修改这两个地方
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2025-1-16 16:40

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表