0
Hyperlink and tests
What exeactly is the hyperlink and hypertext in this code <a href="url"<Solo learn></a>
3 Antworten
+ 2
You are placing the brackets a bit wrong. This is the correct format:
<a href='url'>Sololearn</a>
Remember - to open any tag, you need <tag-name> and to close it, you need </tag-name>. The content must be placed between opening and closing tags like:
<a>Click Here</a>
And the "href" attribute in the <a> tag specifies the page which will be opened when the user will click on the text.
<a href='url'>Click Here</a>
0
Please i need help
0
<a href='https://www.sololearn.com/'>
Sololearn site </a>