Computer Science, asked by mannus13057, 3 months ago

: For creating hyperlink in web page we use anchor element then which command we will follow?

click to get details
Click to get details
Click to get details
None of the above

Answers

Answered by Anonymous
0

Sorry I don't understand the question.

If we want to create a hyperlink then we use the Anchor element.

Here's how the syntax looks like:

<a href = "">Text</a>

In the href you tell the browser that when I click on it it will redirect me to this page.

Similar questions