HYPER LINK IN HTML - HTML TUTORIAL 10 STUDENTSBLOG100 - Anna University Multiple Choice Questions

HYPER LINK IN HTML - HTML TUTORIAL 10 STUDENTSBLOG100


Hyper Link refers to normal web link. Hyper links are used to link one or more web pages in a single page. That is, this link acts as a pointer to some web page or some data stored in the web database.
The main use of hyperlink in the webpage allows that page to link logically with other page.

Syntax:
<a href = ".....link......." > Text to be act as hyperlink </a>

Example:
<a href = "www.studentsblog100.blogspot.com"> StudentsBlog100 </a>

Output:
StudentsBlog100

HREF Stands for Hyperlink Reference. In the reference filed, we should mention the target web page.

Sample Program:
Output:
All Anna University Just updates are updated in StudentsBlog100 Website

Lesson 9  Previous | Main Page | Next  Lesson 11

No comments:

Post a Comment