how to make bean fry

  1. Cook beans for 45 minutes.
  2. Cut vegetables in small cubes.
  3. Saute onions and garlic.
  4. Deglaze using the tomatoes.
  5. Add corn and beans.

HTML code

<ol>
<li>Add corn</li>
<li>Dice and add tomatoes</li>
<li>Add beans</li>
<li>Chop and sautee onions</li>
<li>Mince and add garlic</li>
</ol>

Nested Lists

You can also put a second list inside an li element to create a sublist or nested list. Browsers display nested lists indented further than the parent list. In nested unordered lists, the browser will usually change the style of the bullet point too.

comments example
Back to New Elements list
Lesson 2 Home