21 22 23 24 ■Home ■ HTML ■ Learn CSS ■ Learn JavaScript 25 26 27 28 29 30 31
21 22 23 24 ■Home ■ HTML ■ Learn CSS ■ Learn JavaScript 25 26 27 28 29 30 31
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
100%
In the nav element, add a relative link to the text, Home, that links to index.html.
Add a relative link to the text, Learn HTML, that links to html.html.
Add a relative link to the text, Learn CSS, that links to css.html.
Add a relative link to the text, Learn JavaScript, that links to js.html.
https://effective-broccoli-r4r9wxwrqjqq2w5jq.github.dev/?folder=%2Fworkspaces%2F9780357423844_minnick-web-design-9e-a5ab2139-3fa8-432f-a807-66072cdd42e5%2Fchapter3%2Fapply_your_knowledge%2Fstudent

Transcribed Image Text:21
22
23
24
<!-- Use the nav area to add hyperlinks to other pages within the website. It contains static content. -->
<nav>
<p>
■<a href="index.html" target="_blank">Home</a>
■
<a href="html.html" target="_blank">HTML ■ </a>
<a href="css.html" target="_blank">Learn CSS ■ </a>
<a href="js.html" target="_blank">Learn JavaScript</a>
25
26
27
28
29
</p>
30
</nav>
31
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 2 steps

Recommended textbooks for you

Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON

Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning

Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education