Computer Science, asked by kalvinclark73, 5 months ago

What will the browser display for the above HTML code?
<a href="home.php">Go to Home Page</a>​

Answers

Answered by thoratprathamesh21
3

Answer:

it will display Go to Home Page in violet color and onclick it you will redirect to page home.php.

Answered by hemakumar0116
0

Answer:  it will display Go to Home Page in violet color and onclick it you will redirect to page home

Explanation:

it will display Go to Home Page in violet color and onclick it you will redirect to page home

Using an HTML "meta" element and setting the http-equiv parameter to "refresh" is the easiest approach to redirect to another URL. The time before the browser delivers the user to the next web page is set by the content property. Set this option for the content property to "0" seconds to instantly redirect.

How to create an HTML button or page that links to another page. Simply declare or write your HTML button within an HTML anchor tag (a>). Our HTML buttons will become clickable thanks to anchor tags, and you can then provide the path of your button using the href property of an anchor tag

#SPJ3

Similar questions