Change md to html
This commit is contained in:
committed by
GitHub
parent
36000eeb36
commit
d5017af204
@ -7,7 +7,7 @@ videoUrl: 'https://scrimba.com/p/pVMPUv/c8EkncB'
|
||||
|
||||
## Description
|
||||
<section id='description'>
|
||||
You can use <code>a</code> (_anchor_) elements to link to content outside of your web page.
|
||||
You can use <code>a</code> (<i>anchor</i>) elements to link to content outside of your web page.
|
||||
<code>a</code> elements need a destination web address called an <code>href</code> attribute. They also need anchor text. Here's an example:
|
||||
<code><a href="https://freecodecamp.org">this links to freecodecamp.org</a></code>
|
||||
Then your browser will display the text <strong>"this links to freecodecamp.org"</strong> as a link you can click. And that link will take you to the web address <strong>https://www.freecodecamp.org</strong>.
|
||||
|
Reference in New Issue
Block a user