website html code code example
Example 1: html template
<!DOCTYPE>
<html>
<head>
<title>Title</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
</body>
</html>
Example 2: html template code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Your title</title>
</head>
<body>
</body>
</html>
Example 3: html site
<center>
<h1>The a tag</h1>
</center>
<a href="https://arnav.tcode.in">Visit Acode(Learn HTML{For free[Easy]})</a>
<p>Note: this will not work on files if you are on a external website</p>