Computer Science, asked by princessa2020, 6 months ago

What is the html code required for the following features in a webpage?
a-A hyperlink with hypertext "eco club" using "ecoclub.html"

Answers

Answered by Anonymous
2

Answer:

Hypertext is a text phrase that takes the user to another webpage or website when we click on it . It usually appears in blue colour with an underline.

Explanation:

mark as brainliest

Answered by 768429
1

Answer:

a) <A HREF="ecoclub.html">eco-club</A>

Explanation:

<html>

<head>

<A HREF="ecoclub.html">eco-club</A>

</head>

</html>

Similar questions