A simple HTML "Hello World" project for learning web development fundamentals.
This project contains a basic HTML page that displays "Hello World" - perfect for beginners learning HTML or as a starting point for web development workshops.
workshop-os-woelab/
├── index.html # Main HTML file
├── README.md # Project documentation
└── LICENSE # Project license
- A modern web browser (Chrome, Firefox, Safari, Edge)
- A text editor (VS Code, Sublime Text, Notepad++, or any preferred editor)
- Clone or download this repository
- Open the
index.htmlfile in your web browser - You should see "Hello World" displayed on the page
You can open the HTML file in several ways:
- Double-click the
index.htmlfile - Right-click the file and select "Open with" → your preferred browser
- Drag and drop the file into an open browser window
Feel free to modify the HTML content to:
- Change the "Hello World" message
- Add styling with CSS
- Include JavaScript for interactivity
- Experiment with different HTML elements
See the LICENSE file for details.