start html
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
start html
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
setup html webpage
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--optional css --><link rel="stylesheet" href="style.css" />
<title>Document</title>
</head>
<body>
</body>
</html>
html file
<!DOCTYPE html>
<html>
<head>
<title>My first html page</title>
</head>
<body>
</body>
</html>
how to start a html file
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
how to create a html file
Make a folder
Create a file with .html at the end of it and open it with a text editor
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us