HTML Assignment

profilenessa_cambell
HTMLassignmenttow3schools1-Tagged.pdf

INT 1010 HTML Assignment 50 pts

HTML is markup language used to create web pages. As a part of INT 1010, it is important that all

students have experience in developing code.

Requirements:

1. For this assignment you are required to develop a a web page using Hypertext Markup Language

(HTML). You need to choose what you will like to display on your website. The topic is up to

you: your dog, hobby, travel, etc. If you can’t think of anything, check out the national parks

website: https://www.nps.gov/index.htm. There is a lot of neat parks and beautiful pictures on

this site. Another place for great images is https://pixabay.com/.

2. Go to this website for tutorials and to start working on your page:

https://www.w3schools.com/html/default.asp

o Work through the following tutorials:  Home

 Introduction

 Editors (we won’t be using these in this class, but we will use the Try it Yourself)

 Basic

 Elements

 Attributes

 Headings

 Paragraphs

 Styles

 Colors

 Links

 Images – you will use this option: Images on Another Server/Website

o Click on any of the Try it Yourself buttons to start your page:

Type your html code in the Try it Yourself page. Run to test the code often to make sure

it is correct.

1

3. The requirements for the assignment are as follows (minimum):

o Save and run your code often. You will need to create a space. If the name you choose is taken, you will have to find another name.

o Your page must contain the following:  A Title

 A Heading of your choices

 Minimum of 3 paragraphs

 Minimum of 3 images – use this style to insert images: Images on Another

Server/Website

 Find an image on a website

 Right-click to open the image in a new tab

 Copy image URL (you will paste this link between the “” after <img src=”

 Ex. <img

src="https://cdn.pixabay.com/photo/2021/09/12/04/50/woman-

6617238_960_720.jpg">

 Minimum of 3 links to another website

 Background color (other than white)

 Text color (other than black)

 1 horizontal rule

4. When finished, click the save icon.

o After you click save, you will get a link to your code. Click on this link to open it. o Copy this link and place it into the assignment dropbox.

Grading Rubric:

 Site must have meaningful content relevant to the site (10 points)

 Site must adhere to HTML guide and principles (10 points)

o Proper tag syntax – 5 o All requirements followed – 5 o Images added - 5 o Links added and work – 5 o All other tags are used and site is readable (appropriate contrast for color) - 10

2

  • INT 1010 HTML Assignment