Problem statement
Welcome, Developer, to another quest in web development. You have been assigned to create a hyperlink to link your web page with other resources.
The anchor tag, represented by the <a> element in HTML, is used to create hyperlinks. It allows users to navigate between different web pages or sections within a page. The href attribute specifies the destination URL. Anchor tags can link to external websites, internal pages, or specific parts of the same page. They are essential for web navigation, enhancing user experience by providing easy access to related content and resources
Task for students
- Must to have
- create an anchor tag having text 'Coding Ninjas' (case-Insensitive)
- use this link as resource path
https://www.naukri.com/code360
UI reference
- Use the given provided code and try to mirror the UI.
Evaluation
- After submission, your solution will be evaluated automatically based on the tasks defined above.
- Upon successful completion of all the tasks/requirements, you will get a full score, and there will not be any partial scoring.
- You can work on your failed test cases & resubmit your solution.
- Your problem will get evaluated instantly.
Do’s & don’t
- Use the given code structure in editor and do not make any changes.
- Do not modify existing classes or tags.
- Focus on correct HTML structure and class names.
Query & feedback
- In case of any query/feedback on this project, please fill this form & we will soon get in touch with you to resolve.
Best of luck, developers!