<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>My Website</title>
<link rel="stylesheet" href="./style.css">
<link rel="icon" href="./favicon.ico" type="image/x-icon">
</head>
<body>
<main>
<h1>Welcome to My Website</h1>
</main>
<script src="index.js"></script>
</body>
</html>
Notes
- Reference about !DOCTYPE html / DTD ( Document Type Definition ) read on HTML Elements Valid DOCTYPES W3Schools ( https://www.w3schools.com/tags/ref_html_dtd.asp ) or you can read more the DTD reference on HTML 4 Document Type Definition ( https://www.w3.org/TR/html4/sgml/dtd.html )
- Reference about lang="en" attribute read on IANA Language Subtag Registry (http://www.iana.org/assignments/language-subtag-registry)
- Reference about type="image/x-icon" attribute read on WebIntents/MIME Types - W3C Wiki ( https://www.w3.org/wiki/WebIntents/MIME_Types )
- Reference about rel="stylesheet" and attribute rel="icon" read on HTML attribute: rel - HTML: HyperText Markup Language | MDN ( https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel ).
next lesson : Commonly Used HTML Tags »
Bibliography:
https://github.com/
https://www.freecodecamp.org/
https://www.semrush.com/
https://www.sitepoint.com/
hypertext markup language, template, sample, page, web page, internet page, doctype, dtd
Tidak ada komentar:
Posting Komentar