: How to make a clickable link with HTML Editey I am an HTML beginner and I'm making a website using HTML Editey. I know how to do things like make bold text or make an underline under the
I am an HTML beginner and I'm making a website using HTML Editey. I know how to do things like make bold text or make an underline under the letter or number, but I don't know how to make a clickable link.
I want to make a clickable link or some text which is you click on it, it will make you go to another website. I did inspect on Chrome but I got confused and couldn't figure it out.
More posts by @Reiling115
2 Comments
Sorted by latest first Latest Oldest Best
Its really quite simple, and we were all new programmers at some point and time.
You can use this link for anything really not just text.
<a href="">Your Content here</a>
That is the basic code for linking objects. It will be the same with images or divs all the same you would just add the content in the same area.
Div Example: <a href=""><div>div is a link</div></a>
Img Example: <a href=""><img src=""></a>
Make a .html File with the following content:
<a href="http://website.com"> The Text </a>
It's simple, isn't it?
More information: www.w3schools.com/html/html_links.asp
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.