Create an HTML File in a Text Editor

Paste the following HTML:

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title></title>
</head>
<body>
  Hi, here is some text.
</body>
</html>

into your editor:

editing html file

Save the file. Then open the file in a browser:

view web page

Next: HTML Attributes

Comments

Leave a comment

What color are green eyes? (spam prevention)
Submit
Code under MIT License unless otherwise indicated.
© 2020, Downranked, LLC.