Question

What is a navigation list? How would you markup a navigation list in HTML5? How would...

What is a navigation list? How would you markup a navigation list in HTML5? How would you markup a navigation list prior to HTML5? Include code examples and please be as detailed as possible. Thank you in advance!

Homework Answers

Answer #1

A navigation list is a list of links of other webpages or parts of webpages that are used to navigate to other parts of the webpage or website.

In HTML 5 navigation list is markup using an unordered list and nav tag.

For E.g the code below will make a navigation list in HTML 5


<nav>
        <ul>
                <li><a href="/">Home</a></li>
                <li><a href="/">Blogs</a></li>
                <li><a href="/">About</a></li>
        </ul>
</nav>

But, prior HTML 5 Navigation list was not used to look like as above. Earlier they used to be made using div tag.

E.g:-

<div>
                <a href="/">Home</a>
                <a href="/">Blogs</a>
                <a href="/">About</a>
</div>

You can make it more attractive using some css.

HAPPY LEARNING

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
What is meant by the ‘intrinsic value’ of an asset? What action would you take if...
What is meant by the ‘intrinsic value’ of an asset? What action would you take if you observed an asset that was selling at less than its intrinsic value? (Please explain as detailed as possible, and give some examples) Thank you!
Given 3.0 mL of 3-methyl-1-butanol how would I synthesize the derivative Naphthylurethane. Please provide a detailed...
Given 3.0 mL of 3-methyl-1-butanol how would I synthesize the derivative Naphthylurethane. Please provide a detailed procedure including techniques and amount of reagent needed for each step. Please note that this is a liquid alcohol and if possible use the smallest amount of alcohol needed. Please also include a reaction. Thank you. Also make sure to incoporate common laboratory reagents. Thank you.
When pricing products or services, all costs must be accounted for. This list would include VC...
When pricing products or services, all costs must be accounted for. This list would include VC and FC. I've seen government project bids badly priced (VC + markup rather than total costs + markup). Ultimately, as stated, consumers will not pay above what they can pay another supplier for the same product. Here we have a few things to consider: reduce costs to remain competitive, and/or differentiate our product. Please answer thoroughly, so I can understand the thinking process. Thank...
Please answer in as much detail as possible I would really appreciate it, thank you in...
Please answer in as much detail as possible I would really appreciate it, thank you in advance! What is the SQ3R method and how does using distributed learning and the SQ3R compare to cramming for a test?
List at least 3 examples of how you would divide students into groups for instruction.
List at least 3 examples of how you would divide students into groups for instruction.
Create another list to store your Song objects using a linked list. Show that you understand...
Create another list to store your Song objects using a linked list. Show that you understand how to use pointers and linked list by demonstrating the use of them with the Song objects. 8) Additional criteria for your code - Usability – your code provides users with meaningful messages/prompts for inputs and display of outputs. [3 points] - Accuracy - your code must run and terminate normally. [3 points] - Readability – your code should be well structured and easy...
Write code for if you have a doubly-liked list that has no tail and how you...
Write code for if you have a doubly-liked list that has no tail and how you would remove the tail and what would be the size of it? (Java for Data Structures and Algorithms)
please discuss the question in details as much as you can thank you What would be...
please discuss the question in details as much as you can thank you What would be the consequence (s) of a defect in glycosylation ? Be specific and give examples of pathological conditions that can occur.What would be the consequence (s) of a defect in glycosylation ? Be specific and give examples of pathological conditions that can occur.
please, explain this question. thank you. List all factors that would not allow a pure transformation...
please, explain this question. thank you. List all factors that would not allow a pure transformation of gravitational potential energy to kinetic energy.
Could you please list 10 Civil Engineering Thesis topics that are simulation based. Please include the...
Could you please list 10 Civil Engineering Thesis topics that are simulation based. Please include the software to be used Topics that include actual experimental tests are prohibited Thank you!
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT