Author : Admin
Consider the folder structure given below : Which of the following is the correct markup to include in the index. html to link greeting. html document ?
<a href = “/greeting/birthday/greeting.html”>Greeting</a>
<a href = “greeting/birthday/greeting.html”>Greeting</a>
<a href = “shop/greeting/birthday/greeting.html”>Greeting</a>
<a href = “birthday/greeting.html”>Greeting</a>
<a href = “greeting.html/birthday/greeting/shop/”>Greeting</a>
You must be logged in to post a comment.
Only fill in if you are not human