Change md to html

This commit is contained in:
The Coding Aviator
2019-03-16 20:44:45 +05:30
committed by GitHub
parent 36000eeb36
commit d5017af204

View File

@ -7,7 +7,7 @@ videoUrl: 'https://scrimba.com/p/pVMPUv/c8EkncB'
## Description ## Description
<section id='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</code> elements need a destination web address called an <code>href</code> attribute. They also need anchor text. Here's an example:
<code>&#60;a href="https://freecodecamp.org">this links to freecodecamp.org&#60;/a&#62;</code> <code>&#60;a href="https://freecodecamp.org">this links to freecodecamp.org&#60;/a&#62;</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>. 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>.