Question: please help! CIST 1510: WEB PROGRAMMING AND DEVELOPMENT LAB 7 1. Write the HTML code to create a fragment identifier at the beginning of a

CIST 1510: WEB PROGRAMMING AND DEVELOPMENT LAB 7 1. Write the HTML code to create a fragment identifier at the beginning of a web page designated by the word "top". 2. Write the HTML code to create a hyperlink to the named fragment designated by "top" 3. Write the HTML code to assign the header element to the appropriate ARIA landmark role, as shown in the slides. 4. Write the HTML code to associate a web page with an external style sheet named myprint.css to configure a printout. 5. Write the @media rule to target a typical smartphone device and configure the nav element selector with width set to auto. Since 480px targets the display size of many smartphones, we can set the max- to 480px. wian 6. Write the CSS to configure a graphic named mysprite.gif to display as background image on the left side of a hyperlink. Assume the mysprite.gif contains two different images. Configure the image that is located 67 pixels down from the top of the mysprite.gif graphic to display. Hint: The first image is at the top and the second image is 67 pixels down from the top of the graphics file. The value 67 is used to configure the display of the second image. Ex. To configure background for hyperlink with image located 100 pixels down from the top you would have: a {background-image:url(mysprite.gt); background-repeat: no-repeat; background-position: left-100;}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
