Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

What will the browser display for the above HTML code?

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.

Join The Discussion