Answers for "html li'"

0

html li tag

<ul>
  <li>this is li</li>
  <li>tagt</li>
  </ul>

<ol type="1">
  <li>this is li tag in ol tag</li>
</ol>
Posted by: Guest on January-12-2022

Browse Popular Code Answers by Language