Computer Science, asked by rabby, 1 year ago

create a Html document with three raws and three column

Answers

Answered by Niruru
5
<html>
<head
<title> My First Web Page <\title>
<\head>
<body>
<table>
<tr>
<td> Row 1, cell 1 <\td>
<td> Row 1, cell 2 <\td>
<\tr>
<\table>
<\body>
<\html>

( Hope it will help you.)
Similar questions