- Add a new file to this repository called
simple.html - Type (or copy and paste from here to the text editor)
<html lang="en">
<head>
<title>The Simplest, Valid HTML page</title>
</head>
<body>Hello Everybody</body>
</html>
- Commit your changes
- Check that your HTML code is valid by viewing the Actions tab for the Feedback workflow in this repository
- Look for the green ✅ next to the latest Feedback item - all is good
- Seeing a red ❌ ? Click into the validate action to discover the errors