Didactical material
Name __________________ Class ______________________
Objective: Text formatting (font, paragraph, lists). 10.4.2 use HTML in web-development;
1) Add a list item with the text "Coffee" inside the <ul>.
<ul>
____Coffe____
</ul>
2) Finish the HTML code to make an ordered list.
____
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
____
3) Use CSS to display squares instead of bullets.
<ul style="________;">
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
4) Use the correct HTML attribute to display letters (uppercase ABC) instead of numbers.
<ol_____>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
Материалы на данной страницы взяты из открытых источников либо размещены пользователем в соответствии с договором-офертой сайта. Вы можете сообщить о нарушении.