subject
Computers and Technology, 12.04.2021 21:20 tami5

Open your template. html file and update the nav element to use an unordered list instead of a paragraph element for the links. Wrap each anchor within a list item. Remove any special characters used between navigation links. Make the same change to all HTML files used within your website. Create a subfolder named css within your portfolio folder. Create a style sheet for your website inside your css folder. Add a comment at the top of the style sheet that includes your name (firstname lastname), the current date (MM/DD/), and the file name.
Add a CSS reset style rule as the first style rule in the style sheet. Include a comment above the style rule to note its purpose. Include all major selectors used within your website for your CSS reset.
Update your HTML files and style sheet to make responsive images. This includes removing height and width attributes from image elements and creating a style rule that sets a max-width to 100%. Also display image elements as a block.
Link all of your webpages to your style sheet. Nest the link element within the head element, below the meta element.
In your style sheet, create a minimum of 12 style rules. Style the nav to remove the bullet marker. Include at least one id and one class selector. Specify at least one font-family declaration and include fallback values. Remove the underline from all links. Use a high color contrast to ensure content is readable. Include comments to note where styles rules for header, nav, main, and footer begin.
Validate your style sheet and correct any errors.
Review all pages within your website to ensure they appear as intended.

ansver
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 22:00, suyi14
What operating system is a smartphone most likely to use? 1.bsd 2.mac os x 3.symbian 4.linux
Answers: 1
image
Computers and Technology, 22.06.2019 21:00, jarrettashlyn
Write a method so that the main() code below can be replaced by the simpler code that calls method original main(): public class calcmiles { public static void main(string [] args) { double milesperhour; double minutestraveled; double hourstraveled; double milestraveled; milesprhour = scnr. nextdouble(); minutestraveled = scnr. nextdouble(); hourstraveled = minutestraveled / 60.0; milestraveled = hourstraveled * milesperhour; system. out. println("miles: " + milestraveled); } }
Answers: 2
image
Computers and Technology, 22.06.2019 23:00, nicog94
In which part of a professional email should you try to be brief, but highly descriptive?
Answers: 1
image
Computers and Technology, 23.06.2019 09:30, gabby640
Name the range function that would generate the following list of integers values: 0,1,2,3,4,5.
Answers: 1
You know the right answer?
Open your template. html file and update the nav element to use an unordered list instead of a parag...

Questions in other subjects:

Konu
Mathematics, 23.06.2021 21:10
Konu
Mathematics, 23.06.2021 21:10
Konu
Physics, 23.06.2021 21:10
Konu
Mathematics, 23.06.2021 21:10