<p>
</p>
<article>
</article>
<a></a>
URL
HTML
HTTP
HTTPS
Protocol
IP
WHATWG
W3C
Domain Or domain name
Path
DNS
Webserver
Has three parts:
* document type declaration
* Head section
* Body section
HTML document skeletal structure
Document type declaration
<head>
</head>
<body>
</body>
<!doctype html>
<html>
<head>
<!--Data describing the document to be added here. →
</head>
<body>
<!--Content to appear in the browser to be added here.–>
</body>
</html>
HTML fundamental structure (basic coding structure)