Community Forum : what are HTML Elements? how do I write the content of a link?

 Q)what are HTML Elements?

how do I write the content of a link?


A)Html elements are essential building blocks of an html document, without them its unlikely you will see content on webpages.

To write and create an anchor tag, follow this syntax:

<a href="#">This is my anchor tag, it allows me to create html links</a>

To learn more about anchor tags or html in general check out this glossary of terms

https://www.codecademy.com/articles/glossary-html 

Comments