INLS161-001 | Spring 2018

Class Session: Wednesday Jan 31, 2018

Minimum HTML


This needs to be memorized and you need to understand every part. Then you can use Atom to spit this out in one keystroke:

<!DOCTYPE html>
<html>
  <head>
    <title>Title</title>
  </head>
  <body>
    <h1>Demo Web Page</h1>
    <p>
     Paragraph...
    </p>
  </body>
</html>

Instructor

Lawrence Jones

Office hours by appointment.