JYork's Site

St. Pius Golden Lions Logo
SPX Athletics SPX Academics SPX Homepage

This website is currently not about anything at all. This website is my personal website for web design class. Content will likely be added in the future.

Welcome!
SVG Image

Practice Projects

Graded Projects

  1. Cartoon Resume
  2. Movie Page
  3. Movie Page with CSS
  4. Lipsum
  5. Travel Page

Important Web Terms

HTML
Hyper Text Markup Language is the lingua franca of web programming.
WWW
The World Wide Web connects computers on the Internet and afcilitates sharing of information.
no ↵

To learn more HTML/CSS, check out these rad tutorials!

This is how you HTML:

    <html>
      <head></head>
      <body>
        <p><HTML is awesome!></p>
      </body>
    </html>