0

How do you create a link in HTML

13th Nov 2019, 4:00 PM
G.Ebenezer Gono
2 odpowiedzi
0
Let answer the question
13th Nov 2019, 4:01 PM
G.Ebenezer Gono
0
Links in HTML are generally created using the anchor element with an href attribute such as: <a href="google.com">google</a> https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a
13th Nov 2019, 4:18 PM
tehpony
tehpony - avatar