Question: // I need help in creating and publishing a website with two pages for this assignment, I am new to this and need a bit
// I need help in creating and publishing a website with two pages for this assignment, I am new to this and need a bit of help as to what and how many HTML files I need to create, and CSS files. If anyone could send me a sample code or anything to start out with it would be appreciated ! I have attached the specifications and requirements below
CPI 101 Introduction to Informatics Homework #1 Check Out My Website! Instructor: Dianne Hansford, Ph.D. Big Picture: You will create and publish a website with two pages, a home page with a meme and a resume page. Learning Goals: Learn the basics of HTML5 Learn the basics of CSS Learn how to publish a website Apply tutorial information to a specific problem Specifications: 1. Create a home page named index.html. This page must include the following. a. head section with a title b. body section with text, an image (including the alt attribute), and a hyperlink to your resume page c. You choose the text to include on this page. Additionally, include a meme on the page. (If you cant make up a meme, borrow one from the web.) d. headers h1 and h2 e. paragraph p 2. Create a resume page. This page must include the following tags. a. head section with a title b. body section with text and a link to your home page c. The content should include your name, email address, education, employment history, and technical skills. You may create fake contact information on your website if you do not wish to have personal information on the web. 3. In both HTML pages, just after the html tag, include an HTML comment that includes your name, the date, and the URL where your website is posted. 4. Create and use a CSS style file in both web pages. Each selector in the CSS file must be used in one or both HTML files. The style file must include the following. a. the CSS file must be external to the HTML files b. at least one each of element, id, and class selectors c. one background color declaration d. one text color declaration e. two fonts type declarations f. two text alignment declarations g. change the default hyperlink hover color h. place text on top of an image (for the meme design) 5. Add a favicon to your site. See https://www.favicon-generator.org/ 6. Publish your pages at your ASU personal hosting space. See HTML_CSS.pptx for details.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
