HTML & CSS
What is th ...
Мова сайту: Українська
Українська
English
Русский
Тести з програмування
Вхід
Реєстрація
Тести з програмування
Теорія
Сніпети
Статті
Головна
Android
Ціни
FAQ
Історія Cosmo
Правила та умови сервісу
Політика конфіденційності
Політика щодо файлів cookie
Зворотній Зв’язок
What is the correct HTML for creating a hyperlink?
<a href="http://www.quizful.net">quizful</a>
<a url="http://www.quizful.net">quizful</a>
<a link="http://www.quizful.net">quizful</a>
<a>http://www.quizful.net</a>
<a target="http://www.quizful.net">quizful</a>
Explanation
Visit www.quizful.net
Click here!
The
<a>
tag determines a hyperlink, which is used to link from one page to another.
The most crucial attribute of the
<a>
tag is the
href
attribute, which shows the link's destination.
Click any link to find out more!
An
unvisited link.
A
visited link.
An
active link.
tag
page
link
hyper
a
active
href
element
unvisited
html
visited
Подобається
Ввійдіть
щоб вподобати
Комментувати
Ввійдіть
щоб прокоментувати
Поширити
Tweet
Пов'язані матеріали
What is the correct HTML for creating a hyperlink?
Consider following code snippet: <a href="http://www.quizful.net">Test</a> What is the href in code above?
How to use CSS for removing underlining from all links?
Consider following snippet: <a href="www.quizful.com" target="_blank">Learn HTML at Quizful</a> a linked document will be opened in ...?
What does the target attribute of <a></a> element specifies?
Тести з
H
TML & CSS
Приєднуйся і вивчай HTML & CSS
або
Дізнайся більше про
Тести з HTML & CSS онлайн
Слідкуй за CodeGalaxy
Мобільний додаток Beta
Зворотній Зв’язок
Продовжуйте вивчати
тести з HTML & CSS
How to make a shadow for text in gray?
Which of the following is true about the pseudo-class :visited?
What is the difference between pseudo-elements :after and ::after?
What is the font-variant property for?
Which color will word "text" has? <style> p{ color: green !important; } #p{ color: blue; } </style> <p id="p" style="color: red">text</>
How to change the color of a link to blue when the cursor moves over it?
Зареєструйся Зараз
або
Підпишись на майбутні тести
Ввійдіть щоб вподобати
Ввійдіть щоб прокоментувати