0
Hyperlink and tests
What exeactly is the hyperlink and hypertext in this code <a href="url"<Solo learn></a>
5 odpowiedzi
+ 6
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>
+ 4
<a href='https://www.sololearn.com/'>
Sololearn site </a>
+ 1
Hyperlink: the URL in href="url"
Hypertext: the visible text Solo learn
<a href="url">Solo learn</a>
0
Please i need help
0
A&P Asuku, we are all here to help each other and learn together.
Please let us know you problem or question specifically. If you are facing problems while coding, kindly share your code here, using the insert (+) button.
If you do not understand something, please do not ask vague questions. Instead, try to be specific and share relevant information in the question body and use appropriate tags.