/dig245-hello-world

An Introduction to HTML

Primary LanguageJavaScript

Hello World!

hello-world

Introduction

Publish a website using VS Code, Git, and Github.

Learning Objectives

Students who complete this assignment will be able to:

  • Compare markup languages and describe the primary function of HTML on the web.
  • Describe the anatomy of a web page, including elements, tags, attributes, and nesting.
  • Use HTML to create a basic web page.
  • Explain essential computing concepts from an activity in the learn-computing modules.
  • Use Git and Github to fork, clone, update, and publish files in a repository.
Preparation

Complete the following to prepare for this assignment:

  • Chapter 1 of Critical Web Design
  • Course content listed on the schedule
Rubric See Moodle.

Preparation

Setup

  1. Fork this repository (create a copy of the project in your own Github account).
  2. Clone your copy to your machine.

Glitch version: https://glitch.com/edit/#!/dig245-hello-world

Code

Add the following in index.html. Use HTML to make your text readable. Experiment!

  1. Your name, year of school, major (or intended major)
  2. Why are you taking this course? What are your goals?
  3. What experience do you have creating content for the web or programming?
  4. Select a tutorial from learn-computing (other than command line and Git). Follow the instructions and summarize it 100-150 words.
  5. Select 3 web-based projects that represent your interests, aspirations, and passions from the Critical Web Design Index. List each project with its title, link, and 2–3 sentences describing it and why it is remarkable.
  6. Add an HTML comment explaining if any part of this assignment was difficult.

Publish

  1. Save and refresh your work in the browser often to see your changes.
  2. Commit changes regularly.
  3. When finished, push, publish, and post all deliverables to Moodle per documentation in the Assignments.

Resources