Skip to content

WebApps-Cascadia/lab-html-Zacheubanks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IT-WEB 112: HTML Lab

  1. Add a new file to this repository called simple.html
  2. 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>
  1. Commit your changes
  2. 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

See the remaining instruction in the Canvas HTML Lab 

About

it-web112-cascadia-sp26-lab-html-it-web112 created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 100.0%