DEV Community

Cover image for Links -HTML
Melina Caroline Bernard
Melina Caroline Bernard

Posted on

Links -HTML

•The Web wouldn’t be possible without HyperText.

•HyperText is text that contains a link to another page.

•Web pages are called HyperText documents because _they are connected by hyper links _

•These hyper links allow users to move from one page to another
& Share information across different machines and systems

•The anchor tag <a> is used to create a hyperlink on a web page. 

•To create a link, you need "href" to add the destination URL

href stands for HyperText reference

•The URL needs to be enclosed in quotes to work without errors.

Top comments (0)