V School | Better Humans, Better Outcomes

Bare Bones HTML Page - now with Styles!

Your task is to create a bare bones HTML page, and this time include a link to a stylesheet. You'll need to also create the stylesheet file so there are no broken links. Your page should include a title tag, a first-level header that says anything you want, and a

Bare Bones HTML Page

Create a "Hello World" HTML page that includes the most bare-bones HTML skeleton. Double-click on the HTML file to open it in your browser. It should only show the words "Hello, world!" as text on the screen. If you can't remember what the basic pieces of an HTML document are,

Color Grid From Scratch

Without using the bootstrap grid system, create a website that looks like this: You don't have to worry about making it responsive at this point. Here are the colors: * #F5C6D6 * #EE2E84 * #85CFD8 * #8DC63F * #E76E34 Hints: * It's easiest to get the even white "spacing" by actually using a thick, white border

Draw a Circle

Write a JavaScript program to draw a circle: Expected Output:

JavaScript and jQuery

This tutorial will cover how to do things in JavaScript and jQuery. We will first go through how to do something with JavaScript, then show how to do the same thing with jQuery. Why would we use jQuery or JavaScript? JavaScript is, frankly, what makes websites cool. It allows a

V School | Better Humans, Better Outcomes © 2026