Skip to content

Instantly share code, notes, and snippets.

@robertjdominguez
Created October 15, 2018 12:09
Show Gist options
  • Save robertjdominguez/1bca316f2a74254efcb14b470f82601b to your computer and use it in GitHub Desktop.
Save robertjdominguez/1bca316f2a74254efcb14b470f82601b to your computer and use it in GitHub Desktop.
Moderate Difficulty HTML file for ECS 2018-2019
<html>
<head>
<link rel="stylesheet" href="https://bootswatch.com/4/cosmo/bootstrap.min.css">
<title>Hello World</title>
</head>
<body>
<!-- create a paragraph of 'lorem ipsum' text -->
<!-- create a list -->
<!-- create a table and learn about 'classes' and 'scope' -->
<!-- Make a button, add on to classes and talk about anchors -->
<!-- Go back and talk about rows -->
<!-- Finish up with the idea of a container -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment