Adding CSS to a web page

Database Management
April 17, 2023
Ethical HACKING
April 17, 2023

Adding CSS to a web page

Description

Question.1

This is a very simple project that will allow you to show off your new found HTML5 skills and maybe brag on yourself a little bit.

Create a simple webpage that includes the following (5 pts each):

  • Header
  • Paragraph
  • An Image (at least 1)
  • Division

Create an “About Me” web page where the Header is your name, the paragraph is a short autobiography, the image is a picture of yourself and the division is used to separate the paragraph section from the image of yourself.

Save the file as index.html and upload it to this D2L DropBox.

NOTE: I just need the index.html file and nothing else. I don’t need you to upload the image file that you are using. Save this file for Project 2 which you will be uploading to the server.

Question.2

Follow the instructions in the attached PDF to upload your Project 1 HTML file to your EIU web space.

Submit the URL of your completed web page (20 points) via txt file in the D2L drop box.

Example URL: https://castle.eiu.edu/jjgrabiec/tec5343/week1/index.html


Question 3:
In this project we will be adding CSS to a web page in order to implement some styling to it.

Now, it’s time to add a little style to your “About Me” page using CSS. Open up your index.html page from Project 1 and embed CSS code that will:
Turn text within the

tag blue (10 points)
Use the veranda font for text within the

tag (10 points)
NOTE: Your CSS definition must be contained within the and