Answered step by step
Verified Expert Solution
Question
1 Approved Answer
TASK 3 : The Home Page. Launch a text editor and open the home page, index.html . a . Associate the pacific.css external style sheet.
TASK : The Home Page. Launch a text editor and open the home page, index.html
a Associate the pacific.css external style sheet. Add a element in the head section to associate the web page with the pacific.css external style sheet file.
b Find the company name Pacific Trails Resort in the first paragraph below the h Configure a span that contains this text. Assign the span tag to the resort class.
c Look for the company name Pacific Trails Resort directly above the street address. Configure a span that contains this text. Assign the span tag to the resort class.
d Assign the div that contains the address and phone information to an id named contact. We'll configure CSS for this id in a future case study.
Save and test your index.html page in a browser. It should be similar to the page shown in Figure and you'll notice that the styles you configured in the external CSS file are applied!
Figure First version of the new index.html page.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started