Question

Create a web page as follows: Title is "Fun With Links" Body background color is cyan...

Create a web page as follows:

Title is "Fun With Links"

Body background color is cyan

The margin for the body should be 10%

The font-size for the body should be 2em

A Heading 1 tag contain the phrase Education is Key

A paragraph with the sentence Quincy College is best in class. The last part of the sentence "best in class" should be a hyperlink to the URL https://quincycollege.edu/bestinclass/

Homework Answers

Answer #1

Please find the below code.

<!DOCTYPE html>
<html>
<title>Fun With Links</title>
<body style="background-color: cyan; margin: 10%; font-size: 2em;">

<!-- header -->
<h1>Education is Key</h1>

<!-- paragraph -->
<p>

<!-- anchor tag to use hyperlink -->
Quincy College is <a href="https://quincycollege.edu/bestinclass/">best in class.</a>
</p>

</body>
</html>

Please find the image attachment of the webpage in browser

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
This assignment will give you the opportunity to practice building a Web page. From this web...
This assignment will give you the opportunity to practice building a Web page. From this web page you will learn the necessary HTML tags needed for assignment #5. Using the reference material in the Lessons and Resources provided at the course Web site and available at other sites on the Internet, your task is to create a single Web page (filename: "mypage.html"), and upload it (eventually, when you are done it) to the directory specified in Assignment #3. This web...
Using brackets. The primary web page uses a 2 column wireframe with fixed nav panel on...
Using brackets. The primary web page uses a 2 column wireframe with fixed nav panel on the left. (Use float, width, and an appropriate margin setting on the main to get this effect.) Include at least 2 working links in the nav that go to other pages using the same design. (These pages may be very limited in their main content, but should also contain the same nav and the same wireframe.) The links of the nav use pseudo-class styles...
Section 1.1: Creating the First Table Locate the HTML comment that reads "table 1" just below...
Section 1.1: Creating the First Table Locate the HTML comment that reads "table 1" just below the opening body tag. Add a table tag with the following specifications using the style attribute and CSS: width with a value of 650 pixels a margin set to auto – this will center the table within the web page a border set to none - this removes the table border Add a table row (<tr>) Add a table data container tag (<td></td>) Within...
Please linked both files. For this assignment you need to create a ToDo list using Javascript,...
Please linked both files. For this assignment you need to create a ToDo list using Javascript, along with HTML and CSS. Begin by creating a HTML page called todo.html. Then create a Javascript file called todo.js and link it in to the HTML page using a script tag. All Javascript for the assignment must be in the separate file. (For CSS, feel free to include styles in a style block at the top of the HTML page, or to link...
Challenge 5 Read ALL of the instructions carefully before starting the exercise! Dear Colleague, Earlier today...
Challenge 5 Read ALL of the instructions carefully before starting the exercise! Dear Colleague, Earlier today I built my fourth website using HTML5 and CSS3. This time I wanted to try using CSS float layout options on a website dedicated to my favorite topic: robotics. I wanted my website to look like what is shown in Figure 1 (see below). However, after giving it my best effort, things once again didn’t turn out the way I wanted (see the code...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT