127,109 views
24 votes
24 votes
Nesting refers to…

indicating where an element ends.
placing elements next to one another.
placing one element inside another.
saving your HTML documents in a folder.

User Tonysepia
by
3.0k points

1 Answer

18 votes
18 votes

Answer:

placing one element inside another.

Step-by-step explanation:

Example

<ol>

<li>Item 1</li>

<li>Item 2</li>

<li>Item 3</li>

</ol>

which defines an ordered list

User I Am Cavic
by
2.9k points