Genevieve Flashcards
1
Q
Test card
A
Here I want to use html code to format my text. Samples:
Unordered lists
<ul>
<li>
<ul>
<li>Item 1
<ul>
<li>Item 1.1</li>
</ul>
</li>
</ul>
</li>
</ul>
Ordered lists
<ul>
<li>
<ol>
<li>Item 1
<ol>
<li>Item 1.1</li>
</ol>
</li>
</ol>
</li>
</ul>
Tag to format my text
<p>Here is my <strong>formated</strong> <em>text</em>.</p>
2
Q
Test Card 2
A
Unordered lists
- Item 1
- Item1.1
Here is my formatted text