STEP1:The begining of web link can be specified by the tag
<a href=" ".Inside the double quotes mention the URL of desired link.
STEP2:Write some text that should act as a hyperlink.
STEP3:End the web link </a>
<html xmlns="http://www.learnhtmeasyl.blogspot.com/2017/xhtml">
<head>
<title>USE OF HYPERLINK ON THE WEBPAGE</title>
</head>
<body>
click here
<a href="http://www.learnhtmeasyl.blogspot.com">html</a>on computer
</body>
</html>
<a href=" ".Inside the double quotes mention the URL of desired link.
STEP2:Write some text that should act as a hyperlink.
STEP3:End the web link </a>
XHTML DOCUMENT[HyperlinkDemo.html]
<html xmlns="http://www.learnhtmeasyl.blogspot.com/2017/xhtml">
<head>
<title>USE OF HYPERLINK ON THE WEBPAGE</title>
</head>
<body>
click here
<a href="http://www.learnhtmeasyl.blogspot.com">html</a>on computer
</body>
</html>
No comments:
Post a Comment