culTest

    One of the 25 questions in this topic

    How much do you know about Semantic Architecture and Hierarchy?

    If a page contains a list of terms and their definitions, which semantic tags are the correct ones?

    Answers

    <ul> and <li>
    <ol> and <li>
    <dl>, <dt>, and <dd>Correct
    <table>, <tr>, and <td>

    The description list, <dl>, contains terms, <dt>, and their corresponding definitions, <dd>.