how to write first html code
<!-- html version here -->
<html>
<head>
<title>The title goes here</title>
<!-- Link for your css and javascript files -->
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<!-- your code goes here -->
<p><i class='bx bx-wink-smile'></i> Welcome to my first html code</p>
Visit us for more coding @<a href="https://www.codemodes.com/">codemodes</a>
<!-- you can also add javascript code or external links here -->
</body>
</html>
<!--
Now save the file as index.html
and run it in your browser -->