Code - Cheat Sheet

Monday, May 11, 2020

< ul > tag and < li > tag

  • <ul> element is used to define an unordered list of items
  • <li> element is used to represent an item in a list.

example:

creating a list of fruit on a webpage

HTML - Code View

<ul>
<li> apples </li>
<li> oranges </li>
<li> bananas </li>
<li> watermelon </li>
</ul>

HTML - Design view
  • apples
  • oranges
  • bananas
  • watermelon


No comments:

Post a Comment

Panels

Panels are the items at the right side of the Photoshop window that can display layer information and text options SOURCE: https://www...