Computer Science, asked by zaynah1, 1 year ago

Vikram is creating a project in HTML he wants to show the hyperlinks in it but he does not know how to do this suggest in the tank which fulfill this particular requirement

Answers

Answered by rohityadav95
24
write this command in notepad
<a href="name of another HTML page"> word on which hyperlink appears</a>
eg :
<a href="rohit.html">book</a>


zaynah1: nice answer
Answered by stefangonzalez246
4

To show the hyperlinks for Vikram to create his project in HTML :

< a href = " another link " > title name </a>

Where, <a> is an element which is used to define the link.

            href is an attribute which is used to define the address of the link.

            </a> is an closing element.

            <img> is an element which is used to insert image as a link.

To learn more...

brainly.in/question/2446842

     

Similar questions