HTML Link connect one page or one website to another website
HTML Link start with <a> tag and close with </a> .
inside <a> href="url" attribute used for connection
<html>
<head>
<title> My Test Title </title>
</head>
<body>
<!-- Comment tag start exclamation mark that browser not read comments -->
<!-- Head Tag -->
<h1> My Test Link</h1>
<!-- Break line Tag -->
<br />
<!-- link -->
<a href="http://www.fawadtech.blogspot.com">Click Here To See FawadTech web blog </a>
</body>
</html>
the Result will look like below:
HTML Link start with <a> tag and close with </a> .
inside <a> href="url" attribute used for connection
<html>
<head>
<title> My Test Title </title>
</head>
<body>
<!-- Comment tag start exclamation mark that browser not read comments -->
<!-- Head Tag -->
<h1> My Test Link</h1>
<!-- Break line Tag -->
<br />
<!-- link -->
<a href="http://www.fawadtech.blogspot.com">Click Here To See FawadTech web blog </a>
</body>
</html>
the Result will look like below:
No comments:
Post a Comment