<aside> 💡
Syllabi ~ HTML, CSS, clone vs code website and zerodha website
</aside>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="doc">
<h1>hi there how are you</h1>
</div>
</body>
</html>
Their sysntax
<html>
<title>
Visual Studio Code - Code Editor
</title>
</html>
<body>
<div>
<span>Visual Studio Code</span>
<a href="/"><b>Docs</b></span>
<a href="/"><i>Updates</i></span>
</div>
<br/>
<div>
<a href="/">Version 1.82</a> is now available! Read about the new features and fixes from July.
</div>
<br/>
</body>