Article About Html
HTML STANDS FOR HYPER TEXT MARKUP LANGUAGE .
html is a skelton/structure of the page.
Basic code of html:
<!DOCTYPE html>
<head>
<title>welcome to my 1st hmtl code</title>
</head>
<body>
<h1> first heading </h1>
<h2>second heading </h2>
...
firstblogging.hashnode.dev2 min read