Can someone help me make the image (below) horizontaly? I have attatched the cod
ID: 668239 • Letter: C
Question
Can someone help me make the image (below) horizontaly? I have attatched the code of the image below, i just need to turn it to a horizonatl image.
Code:
<!DOCTYPE HTML>
<html>
<head>
</head>
<body>
<table>
<tbody>
<tr>
<td colspan="2"
>A</td>
<td rowspan="2"
>B</td>
</tr>
<tr>
<td rowspan="2"
>C</td>
<td>D</td>
</tr>
<tr>
<td colspan="2"
>C</td>
</tr>
</tbody>
</table>
</body>
</html>
w an olumn pans A table cell can span multiple rows and/or columns. You use the rowspan (colspan) attribute to specify the number of rows (columns) a table cell spans To illustrate row and column spans (Ex: Spans), let's look at how the table in Figure 3.10 is coded 120px; text-align: center"> D EExplanation / Answer
For horizontal view you need to add the tag <div id = "hz">
<!DOCTYPE HTML>
<html>
<head>
</head>
<body>
<table>
<tbody>
<tr>
<td colspan="2"
hz"; height: 40px">A</td>
<td rowspan="2"
;div id="hz";height: 40px">B</td>
</tr>
<tr>
<td rowspan="2"
;div id="hz"; height: 40px">C</td>
<tdhz"; height: 40px">D</td>
</tr>
<tr>
<td colspan="2"
hz"; height:40px">E</td>
</tr>
</tbody>
</table>
</body>
</html>
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.