What will the browser display for the above HTML code?
<a href=”home.php”>Go to Home Page</a>
a) It will display the entire line as it is.
b) It will display- Go to Home Page
c) It will display- Go to Home Page(link)
d) First it will display home.php, and upon clicking it, it will display Go to Home Page.(link)
Answer: c
Explanation: It creates a link as Go to Home Page, upon clicking of which if redirects to home.php page.
Related Posts
For grouping form controls we can use ___________
Form validation traditionally was performed by ___________
For creating single line text box for searching queries, we use the type ___________
In the processing of information, the server does not use the language _____
Which of the following is not the form type for adding text?
For clearing all the settings which function should be called?
Which of the following is not the storageEvent interface?
Join The Discussion