Where to Develop
You can use the following template to start.
<!DOCTYPE html>
<html>
<head>
<title>I'm learning HTML</title>
</head>
<body>
<h1>It works!</h1>
</body>
</html>
1. Old School Method
- Open your favorite text editor
- Paste the code above and save it as
<anything>.html
- Open the file in your browser
2. Using An Online Editor
Use websites like any of the following:
3. Using A Local Web Server
Install any web server, and make it serve your HTML file. Open the URL in your browser.
For Windows users, XAMPP may be worth a look. Linux users can try installing Apache.