Saved Bookmarks
| 1. |
Next page Correct and Rewrite the following HTML code |
|
Answer» In <a> tag we take href. href specifies the URL of the page the link goes to So the correct code will be: <a href="c:\desktop\abc.html"> Next page <a/> |
|