Navigation

Dear Sciaku Learner you are not logged in or not enrolled in this course.

Please Click on login or enroll now button.

If you have any query feel free to chat us!

Happy Coding! Happy Learning!

Lecture 59:- Navigation

To add navigation to a resume project in HTML, you can use an unordered list (ul) with list items (li) that contain links (a) to the different sections of the resume. Here's an example:

phpCopy code

<nav>  <ul>    <li><a href="#summary">Summary</a></li>    <li><a href="#education">Education</a></li>    <li><a href="#work">Work Experience</a></li>    <li><a href="#skills">Skills</a></li>  </ul> </nav> <section id="summary">  <h2>Summary</h2>  <!-- Your summary content here --> </section> <section id="education">  <h2>Education</h2>  <!-- Your education content here --> </section> <section id="work">  <h2>Work Experience</h2>  <!-- Your work experience content here --> </section> <section id="skills">  <h2>Skills</h2>  <!-- Your skills content here --> </section>

In this example, the navigation is defined using a nav element that contains an unordered list. The list items contain links to the different sections of the resume, which are identified using the id attribute. The sections themselves are defined using section elements, and each has a unique id that matches the href of the corresponding link in the navigation. When a user clicks on a link in the navigation, they will be taken to the corresponding section on the page.

7. Starting With Resume Project

2 Comments

@niteshguptav63
niteshguptav63 Nov 17, 2024 at 1:39 PM

I am not able to access videos from second class and further. I have already completed first class

@niteshguptav63
niteshguptav63 Nov 16, 2024 at 10:56 AM

When will I get my course?

@admin79
admin79 Nov 17, 2024 at 1:29 PM

Now, Your query was resolved.

Frequently Asked Questions About Sciaku Courses & Services

Quick answers to common questions about our courses, quizzes, and learning platform

Didn't find what you're looking for?

help_center Contact Support