how to create an html file
<!-- Use any text editor, create a new file, paste this
and save it as index.html-->
<!DOCTYPE html>
<html>
<head>
<title> A Sample Webpage </title>
</head>
<body>
<p> Hello World! </p>
</body>
</html>
how to create an html file
<!-- Use any text editor, create a new file, paste this
and save it as index.html-->
<!DOCTYPE html>
<html>
<head>
<title> A Sample Webpage </title>
</head>
<body>
<p> Hello World! </p>
</body>
</html>
how to make an html document
First, you have to tick "File name extensions" if you haven't.
Secondly, you need to make a file somewhere in YOUR user. Make sure that it
ends with .html
Then, copy this code:
<!DOCTYPE html>
<html>
<head>
<title>Name your document title</title>
</head>
<body>
Put your document apperance here...
</body>
</html>
Finally, open the HTML document and then you have your page!
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