Code Description Button
Readme
Change the text content inside the <div class="CodeD-text">
.
Element
Source code
index.html
<link
rel="stylesheet"
href="https://codefinity-content-media.s3.eu-west-1.amazonaws.com/css_custom_styles/TextFormatting.css"
/>
<link
rel="stylesheet"
href="https://codefinity-content-media.s3.eu-west-1.amazonaws.com/css_custom_styles/CodeDescription.css"
/>
<details>
<summary class="CodeD">Code Description</summary>
<!-- Change the text inside of the `div` tag. -->
<div class="CodeD-text">
<b>This</b> is a <b>bold</b> text.<br />
<i>This</i> is an <i>italic</i> text.<br />
<i><code>This</code></i> is a <i><code>code</code></i> snippet.<br />
<br />
List:<br />
<ul>
<li>123</li>
<li>123</li>
<li>123</li>
</ul>
<br />
Numbered List:<br />
<ol>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ol>
</div>
</details>
Spanish
Portuguese
French
German
Ukrainian
Tout était clair ?
Merci pour vos commentaires !
Section 1. Chapitre 4