Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Step 2. 111/p4/p4.html A . Create an HTML file called p4.html in your 111/p4 folder. B . Set the title to Project 4. C .
Step 2. 111/p4/p4.html
A. Create an HTML file called p4.html in your 111/p4 folder.
B. Set the title to Project 4.
C. Add a style block within the title with the following selector content:
img { float: left; padding: 5px; width: 5%; }
D. Add a level 1 heading element with the content as Project 4.
E. Add a div element with id attribute "countDownDiv" and the content Countdown:. After the content, add an empty span element with id attribute "countDownSpan".
F. Add a div element containing an img element, with img id attribute "card".
G. Add a script element with src attribute "p4.js".
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