Question

For the Phase 5 Individual Project assignment, you will complete the following two parts. Enhance your...

For the Phase 5 Individual Project assignment, you will complete the following two parts.

Enhance your 3-page Web site by including more content with at least 1 additional style to your external style.css file and at least 1 additional asset. For the additional style, you may include the following:

  • Various fonts
  • Various colors
  • Text alignment

For the additional enhancement, you may include the following:

  • Images or graphics
  • Mail-to link
  • A link to a map
  • Sound clips (optional)
  • Video clips (optional)

Submit the following to your instructor:

  • 1 complete Web site with the following:
    • 3 .html Web pages with at least 1 additional enhancement
    • 1 external style sheet with at least 1 additional style
    • At least 1 image file for the logo of your Web site
  • A screenshot of one of the pages of the Web site and either saved as an image file or placed in a Word document

Submit the screenshot or Word document to the Submitted Assignments area.

Homework Answers

Answer #1

untitled.html

<!DOCTYPE html>

<html>

<head>

   

    <title>HTML CSS Intro</title>

                <link rel="stylesheet" href="untitled.css">

                <script src="vf1.js"></script>

</head>

<body>

    <div id="mainheading">

                <h1>Welcome to HTML & CSS</h1>

                </div>

                <p id = "introt">

                HTML stands for Hyper Text Markup Language and CSS stands for Cascading Style Sheets.

                </p>

               

                <img id="image" src="img.png">

</body>

</html>

untitled.css

@font-face {

font-family: 'Tajawal';

font-style: normal;

font-weight: 400;

src: local('Tajawal'), local('Tajawal-Regular'), url(https://fonts.gstatic.com/s/tajawal/v1/Iura6YBj_oCad4k1nzGBCw.woff2) format('woff2');

unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;

}

body {

color: LightGray;

background-color: black;

font-family: 'Tajawal', sans-serif;

font-size: 16px;

}

#mainheading{

                text-align: center;

}

#introt{

                color: white;

                text-align: center;

}

#image{

                display: block;

    margin: 0 auto;

}

Webpage Screenshot:


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
Read the following scenario before beginning the assessment. Then complete the two parts below. Your relatives,...
Read the following scenario before beginning the assessment. Then complete the two parts below. Your relatives, Jacob and Taylor Weaver, have asked for your help in completing their tax return, because they know you took an income tax course at Capella. You caution them that while you plan oneventually becoming an accountant, you are no expert. You agree to informally assist them with basic information gleaned from the IRS Web site. At least you know how to find information. John...
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...
Current Affairs Writing Assignment You are required to complete a formal write-up of the two current...
Current Affairs Writing Assignment You are required to complete a formal write-up of the two current affairs articles and will submit your write-ups along with the articles. Each write-up should be at least 1 type written page (12 point font, APA Style- including in-text citation and a reference page). Your submission should indicate the title of the article, author’s name, name of the publication (if it is an internet site, provide the URL), date of publication, as well as the...
Overview Your assignment is to complete a wireless network design for a small company. You will...
Overview Your assignment is to complete a wireless network design for a small company. You will place a number of network elements on the diagram and label them appropriately. A network diagram is important to communicate the design features of a network between network administrators, system administrators and cyber-security analysts. It helps to create a shared mental model between these different technologists, yet each will have their own perspective on what is important to have documented on the diagram. Please...
Homework 3 Before attempting this project, be sure you have completed all of the reading assignments,...
Homework 3 Before attempting this project, be sure you have completed all of the reading assignments, hands-on labs, discussions, and assignments to date. Create a Java class named HeadPhone to represent a headphone set. The class contains:  Three constants named LOW, MEDIUM and HIGH with values of 1, 2 and 3 to denote the headphone volume.  A private int data field named volume that specifies the volume of the headphone. The default volume is MEDIUM.  A private...
IDEAS PLEASE below are the requirements and what i need ideas maybe sources to write the...
IDEAS PLEASE below are the requirements and what i need ideas maybe sources to write the paper FASB Project "The mission of the Financial Accounting Standards Board is to establish and improve standards of financial accounting reporting for the guidance and education of the public, including issuers, auditors, and users of financial information." (http://www.fasb.org) Project Objective Describe the history, current status, and adoption implications of a Financial Accounting Standards Board ongoing project. Requirements The FASB has several ongoing projects that...
Lab 6: Taxonomy INSTRUCTIONS: ·      On your own and without assistance, complete this Lab 6 Answer Sheetelectronically...
Lab 6: Taxonomy INSTRUCTIONS: ·      On your own and without assistance, complete this Lab 6 Answer Sheetelectronically and submit it via the Assignments Folderby the date listed in the Course Schedule(under Syllabus). ·      To conduct your laboratory exercises, use the Laboratory Manual located under Course Content. Read the introduction and the directions for each exercise/experiment carefully before completing the exercises/experiments and answering the questions. ·      Save your Lab 6 Answer Sheetin the following format:  LastName_Lab6 (e.g., Smith_Lab6). ·     You should submit your document as a...
PROBLEM 1: The 2018 and 2019 comparative balance sheets and 2019 income statement for Edmond &...
PROBLEM 1: The 2018 and 2019 comparative balance sheets and 2019 income statement for Edmond & Edmond Company appear below: EDMOND & EDMOND COMPANY Comparative Balance Sheet December 31                                                                                                                    2019                    2018     Assets Cash                                                                                                      $ 26,000            $ 23,000 Accounts receivable                                                                                  25,000                34,000 Merchandise inventory                                                                              32,000                15,000 Property, plant, and equipment                                                                 60,000                78,000 Accumulated depreciation                                                                        (21,000)              (24,000)          Total                                                                                              $122,000            $126,000 Liabilities and Stockholders' Equity Accounts payable                                                                                  $ 18,000            $ 23,000 Income taxes payable                                                                                 9,000                  8,000...
§ Comment your code - you will be glad you did. You will be reusing code...
§ Comment your code - you will be glad you did. You will be reusing code throughout the semester. § You will demo each of your projects. In each demo, you will be asked to demonstrate the functionality of the program and possibly describe how some of the code works. Be prepared for this. § You will upload your projects on Blackboard. Details about this will be announced in class. § Late projects will lose points: 20% per day of...
Introduction Purpose Your goal is to create a design for a software interface. You will experience...
Introduction Purpose Your goal is to create a design for a software interface. You will experience the scope of the design process from brainstorming ideas and gathering information about users’ needs to storyboarding, prototyping, and finally, testing and refining your product. As you work on the software interface, you will demonstrate your ability to apply fundamental Human-Computer Interaction principles to interface analysis, design, and implementation. You will be responsible for delivering project components to your professor at several points during...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT