HTML Tutorial – 7(Links OR Anchor tag in HTML)
Hello everyone, hope you are all in good health. Today we are going to talk about one of the most important thing in a webpage called Links.
What are links? Links are basically paths which lead to another webpage in a website having other specific information. Tag we use to link pages is <a>, this tag has two parts and different from other tags we have already studied.
In <a> tag, we have to use a property in starting tag called “href” to browse the page we are going to attach in this link. And then text that appears as links name is added between <a> and </a>.
The output will be.


No comments:
Post a Comment