Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Zipped folder named: firstname _ lastname _ tutorial _ 1 2 tss _ home.html tss _ run.html tss _ bike.html tss _ swim.html your name
Zipped folder named: firstnamelastnametutorial
tsshome.html
tssrun.html
tssbike.html
tssswim.html
your name and the date in the comment section of the file
tsshome.html
tssrun.html
tssbike.html
tssswim.html
links added to the head section directly after the title element:
tssstyles.css
Directly above the initial comment section, inserted line: @charset "utf
Directly after the @charset rule at the top of the file, insert the following @fontface rule:
@fontface
fontfamily: Quicksand;
src: urlQuicksandRegular.woff' formatwoff
urlQuicksandRegular.ttf formattruetype;
your name and date in comments
Added code within the HTML and Body Styles section:
html
backgroundcolor: hsl;
body
color: rgb;
backgroundcolor: ivory;
Added style rules within the Heading Styles section:
h
color: white;
backgroundcolor: rgb;
h
color: white;
backgroundcolor: rgb;
Added style rule within the Aside and Blockquote Styles section:
aside blockquote
color: rgb;
selectors for the h and h elements in the Heading Styles section to
article#abouttss h
article#abouttss h
Within the Heading Styles section, added the following style rule to display the text of h and h
headings:
article.syllabus h article.syllabus h
backgroundcolor: rgb;
color: rgb;
Added style rule for the body element: fontfamily: Verdana, Geneva, sansserif;
At the top of the section for Heading Styles, insert the style rule:
h h
fontfamily: Quicksand, Verdana, Geneva, sansserif;
Added style rules directly below the Heading Styles comment to define the font sizes for h and h
headings throughout the website:
h
fontsize: em;
h
fontsize: em;
Aside and Blockquote Styles section, added style rule to set the default font size of text in the aside
element to em:
aside
fontsize: em;
Navigation Styles section, added style rule to set the default font size of text in the navigation list to
em:
nav
fontsize: em;
Heading Styles section, inserted style as part of the style rule for the h h selector:
letterspacing: em;
Navigation Styles section, inserted style rule for the text of ul elements nested within the nav
element:
nav ul
lineheight: em;
Footer Styles section, added style rule:
body footer address
backgroundcolor: rgb;
color: white;
color: rgba;
font: normal smallcaps bold emem
Quicksand, Verdana, Geneva, sansserif;
textalign: center;
List Styles section, inserted style rules to format nested ordered lists within the syllabus article:
article.syllabus ol
liststyletype: upperroman;
article.syllabus ol ol
liststyletype: upperalpha;
article.syllabus ol ol ol
liststyletype: decimal;
Navigation Styles section, within the style rule for the nav ul selector, added the style liststyletype: none;
top of the List Styles section, inserted style rule:
article#abouttss ul
liststyleimage: urlruniconpng;
nav ul style rule in the Navigation Styles section and insert the style paddingleft: px;
Directly below the style rule for the nav ul selector in the Navigation Styles section, inserted rule:
nav ul linewgroup
margintop: px;
Aside and Blockquote Styles section, aside blockquote selector inserted the margin style rule: px
px;
List Styles section, deleted the article#abouttss ul style rule that sets the list style image marker
and replaced it with the following three style rules:
article#abouttss ul li:firstoftype
liststyleimage: urlruniconpng;
article#abouttss ul li:nthoftype
liststyleimage: urlbikeiconpng;
article#abouttss ul li:lastoftype
liststyleimage: urlswimiconpng;
Navigation Styles section, inserted style rules for hypertext links that have been visited or not visited.
nav ul li a:link, nav ul li a:visited
color: rgb;
textdecoration: none;
Navigation Styles section, inserted style rules for links that are being hovered over or are active:
nav ul li a:hover, nav ul li a:active
color: rgb;
textdecoration: underline;
Aside and Blockquote Styles section, within the style rule for the aside blockquote selector, inserted
the following quotes property to use curly quotes for the quotation marks: quotes: C
D
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