Tables in html (lt.9)
Tables in HTML are used to display data in a tabular format. They consist of rows and columns
code to demonstrate it:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<met...
gopalkdwivedi.hashnode.dev1 min read