What is the behavior of the link shown in this HTML code?
<body>
<h1>An Amazing Link</h1>
<p>Click here for more information about <a href="../../main/info/aboutLIL.htm" title="Within Site Link">LinkedIn Learning </a></p>
</body>
A. |
The link navigates up two folder levels from current position, navigates down two folder levels, then loads aboutLIL.htm |
|
B. |
The link navigates down two folder levels, then loads aboutLIL.htm |
|
C. |
The link navigates up two folder levels from current position, then loads aboutLIL.htm |
|
D. |
The link navigates down two folder levels, then loads main.info.aboutLIL.htm |
In the file name "../../main/info/aboutLIL.htm" .. means parent directory the behavior of the link shown in this HTML code is The link navigates up two folder levels from current position, navigates down two folder levels, then loads aboutLIL.htm So, answer is option A
The link navigates up two folder levels from current position, navigates down two folder levels, then loads aboutLIL.htm |
Get Answers For Free
Most questions answered within 1 hours.