Computer Science, asked by anshsharma4499, 4 months ago

Q 3 Write the code to create a table with 2 columns and 2 rows.
(include background colour yellow).​

Answers

Answered by Anonymous
0

Explanation:

<html>

<head>

<meta charset="UTF-8">

<title>Sample table</title>

<style>

To make an HTML table use the <table> element. You can use <tr> to create rows, <td> to create columns, and <th> to create table headers. Tables are used to present data in an easy-to-understand way by using rows and columns.

Similar questions