0
how do we use href pls tell
pls answer asap
4 Respostas
+ 1
href is an attribute in an <a> tag. <a> is used to link and href is the link you actually want to use. So if you wanted to link to google, you would put:
<a href:"google.com"> Whatever you want the link text to be</a>
+ 1
<a href="google.com">Google</a>
0
thx a ton
0
Links