Nest an Anchor Element within a Paragraph - zilongxuan001/LearnFreecode GitHub Wiki


Nest an Anchor Element within a Paragraph

元素的嵌套就是把一个元素放到另外一个元素里,如把<a></a>放到<p></p>里,形式如下。

<p>Here's a <a href="https://freecodecamp.org"> link to Free Code Camp</a> for you to follow.</p>

⚠️ **GitHub.com Fallback** ⚠️