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
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>
<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
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
English,
7 months ago
English,
7 months ago
English,
7 months ago
Social Sciences,
1 year ago
Hindi,
1 year ago
Computer Science,
1 year ago