culTest

    One of the 25 questions in this topic

    How much do you know about Semantic Architecture and Hierarchy?

    Which tag would you use to mark programming code inside a paragraph?

    Answers

    <pre>
    <script>
    <code>Correct
    <samp>

    <code> is used for short inline code fragments. <pre> is used for code blocks that must preserve spacing and line breaks.