Web Development and Design Foundations with HTML5 (8th Edition)
8th Edition
ISBN: 9780134322759
Author: Terry Felke-Morris
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Expert Solution & Answer
Chapter 7, Problem 14FIB
Program Description Answer
Provide “minimal” navigation near the top of the page when optimizing for mobile display.
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
The___________ property specifies the image displayed in an image control on a Web page.a. Imageb. ImageUrlc. Urld. Picture
_____ tag can be used to associate a caption together with some embedded content , such as a graphic.
a.
Header
b.
Figure
c.
Footer
d.
Img
Q. In Visual basics the background color of a Web page is determined by the ______ property
Chapter 7 Solutions
Web Development and Design Foundations with HTML5 (8th Edition)
Ch. 7.2 - Prob. 1CPCh. 7.2 - Prob. 2CPCh. 7.2 - Prob. 3CPCh. 7.10 - Prob. 1CPCh. 7.10 - Prob. 2CPCh. 7.10 - Prob. 3CPCh. 7 - Prob. 1MCCh. 7 - Prob. 2MCCh. 7 - Prob. 3MCCh. 7 - Prob. 4MC
Ch. 7 - Prob. 5MCCh. 7 - Prob. 6MCCh. 7 - Prob. 7MCCh. 7 - Prob. 8MCCh. 7 - Prob. 9MCCh. 7 - Prob. 10MCCh. 7 - Prob. 11FIBCh. 7 - Prob. 12FIBCh. 7 - Prob. 13FIBCh. 7 - Prob. 14FIBCh. 7 - Prob. 15FIBCh. 7 - Prob. 1AYKCh. 7 - Prob. 2AYKCh. 7 - Prob. 3AYKCh. 7 - Prob. 1HOECh. 7 - Prob. 2HOECh. 7 - Prob. 3HOECh. 7 - Prob. 4HOECh. 7 - Prob. 5HOECh. 7 - Prob. 6HOECh. 7 - Prob. 7HOECh. 7 - Prob. 8HOECh. 7 - Prob. 9HOECh. 7 - Prob. 10HOECh. 7 - Prob. 11HOECh. 7 - Prob. 1WRCh. 7 - Prob. 1FWD
Knowledge Booster
Similar questions
- To add interactivity and visual appeal to webpages displayed in the desktop viewport, you will add ______ to the style sheet to further style links within the navigation area.arrow_forwardCriteria to include on page: A div that is centered at the top of each page for the title of the site (mine below is “ResumeMohammed Alazawi”) A div that is centered and visible (acts as a buffer) and contains within it three divs that arecentered and horizontally next to each other (for me, it is the pink, green, and yellow divs).o Tip: to center the three divs, put them in another centered div (below the red div iscentered and there is another div centered in that which you cannot see, but it is justacting as a container for the pink, green, and yellow divs) Link to all of your other pages. These links should have pseudo classes assigned so that the colorof the link varies depending on if the user is hovering, it is active, visited, or if it is just a link. Inaddition, place the “title” attribute in the anchor tag and see what happens (Google titleattribute HTML if you are having trouble. The first result should be a w3 schools site, which wehave all seen before. This will have…arrow_forward<!DOCTYPE html> <!-- This is the parallax scrolling single page webste --> <html lang="en"> <head> <title>KayakDoorCounty.net</title> <meta charset="utf-8"> <style> body { font-family: Tahoma, Verdana, Arial, sans-serif; margin: 0; padding: 0; } .hero { background-image: url(beached.jpg); min-height: 100vh; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; padding: 0; } .tourshero { background-image: url(kayaks.jpg); min-height: 100vh; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } .rentalshero { background-image: url(rentals.jpg); min-height: 100vh; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } .contacthero { background-image:…arrow_forward
- Before creating mobile style rules in a CSS file, begin with a(n) _______ to signify where the style rules begin.arrow_forwardq1- Tags and texts that are not directly displayed on the page are written in _____ section. a. <title> b. <head> c. <body> d. <html>arrow_forward<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Shape Up!</title> <link rel="shortcut icon" href="images/favicon.ico"> </head> <body> <header> <img src="images/shape_up_logo.png" alt="Shape Up logo"> <h2>Shape Up!</h2> <h3>Find the best fit for you</h3> </header> <main> <section> <h1>Get ready to Shape Up!</h1> <p>How many times have you started a new workout routine or diet? And how many times has it failed to give you the results you want? Now, with the help of this site, you can learn about the exercises and diet that work best for you. We offer personalized programs as well as access to several health and dieting tools. So don't wait! Get started looking and feeling better today.</p> <p>As fitness expert Amanda Russell said:</p> <blockquote>Fitness is about so much more than exercise. It’s a catalyst for…arrow_forward
- <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Shape Up!</title> <link rel="shortcut icon" href="images/favicon.ico"> <link rel="stylesheet" href="styles/main.css"> </head> <body> <header> <a href="index.html"><img src="images/shape_up_logo.png" alt="Shape Up logo"></a> <h2>Shape Up!</h2> <h3>Find the best fit for you</h3> </header> <nav id="nav_menu"> <ul> <li><a href="index.html" class="current">Home</a></li> <li><a href="strength/index.html">Strength Training</a></li> <li><a href="cardio/index.html">Cardio Exercises</a></li> <li><a href="stress/index.html">Stress Relief</a> <ul> <li><a href="stress/index.html">What is Stress?</a></li> <li><a href="stress/tips.html">5 Helpful Tips</a></li>…arrow_forwardHTML code : <!DOCTYPE html> <html lang="en"> <head> <title>Image Gallery</title> <meta charset="utf-8"> </head> <body> <h1>Image Gallery</h1> <div id = "gallery"> <li><a href="photo1.jpg"><img src="photo1.jpg" width="100" <span> <img src="photo1.jpg" width="150" height="150"> </li> <a href="#">Golden Gate Bridge</a> <li><a href="photo1thumb.jpg"><img src="photo1thumb.jpg" width="100" <span> <img src="photo1thumb.jpg" width="150" height="150"> </li> <a href="#">California Beach</a> </div> </body> </html>arrow_forwardLa web page layout better used when designing for mobile display. Two Columns (top logo, left nav) One Column Three Column Two Columns (left nav)arrow_forward
- <!DOCTYPE html><html> <head><title>Home Page</title><link rel="stylesheet" href=".css"><link rel="stylesheet" href=".css"><link rel="stylesheet" href=".css"></head> <body><!--Added main tag--><main><!--Added nav tag--><nav><a href="index.html">Home</a><a href="contact.html">Contact</a><a href="about.html">About</a></nav><h1>Welcome to my (about me) site</h1><picture><source media="(min-width:650px)" srcset="./images/me3-650.jpg"><source media="(min-width:465px)" srcset="./images/me3-465.jpg"><img src="./images/me3.JPG" alt="ME" style="width:auto;"></picture> <h3>HI there this is one of my favorite songs down below.</h3><iframe width="420" height="345"src="https://www.bing.com/search?q=Nirvana%20-%20The%20Man%20Who%20Sold%20The…arrow_forwardhelp here pleasearrow_forwardYou can choose any topic to develop a front-end of a website using HTML, CSS, JavaScript (no framework is allowed)Instructions to design your front-end :i) A Registration and a Login form with JavaScript Validationii) Drop-down Navigation Bariii) Home Page should have - (header, Navigation bar, body with a side bar, footer)iv) You have to design minimum 5 Pages without Home, Registration and Login Pagearrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- New Perspectives on HTML5, CSS3, and JavaScriptComputer ScienceISBN:9781305503922Author:Patrick M. CareyPublisher:Cengage LearningCOMPREHENSIVE MICROSOFT OFFICE 365 EXCEComputer ScienceISBN:9780357392676Author:FREUND, StevenPublisher:CENGAGE LProgramming with Microsoft Visual Basic 2017Computer ScienceISBN:9781337102124Author:Diane ZakPublisher:Cengage Learning
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Cengage Learning
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:9780357392676
Author:FREUND, Steven
Publisher:CENGAGE L
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:9781337102124
Author:Diane Zak
Publisher:Cengage Learning