A Basic HTML Document Template
While learning about web development, I found it useful to have a basic template to get started.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Tab Title</title>
</head>
<body>
</body>
</html>
A Basic HTML Document Template
While learning about web development, I found it useful to have a basic template to get started.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Tab Title</title>
</head>
<body>
</body>
</html>