<br />
Examples, continued
Which other tag-pairs can hold our <br /> securely in a page? Can you think of any? Here are some of them:
| <h1> | <br /> | </h1> |
| <h2> | </h2> | |
| <div> | </div> | |
| <th> | </th> | |
| <td> | </td> | |
| <p> | </p> | |
| <li> | </li> | |
| <dd> | </dd> | |
| etc. | etc. |
Yes, each of these tag-pairs is a structural element that can nest our <br />.
