1. Question: What does HTML stand for?

    A
    Hyper Text Markup Language

    B
    Home Tool Markup Language

    C
    Hyperlinks and Text Markup Language

    Note: Not available
    1. Report
  2. Question: Who is making the Web standards?

    A
    The World Wide Web Consortium

    B
    Microsoft

    C
    Mozilla

    Note: Not available
    1. Report
  3. Question: Choose the correct HTML tag for the largest heading

    A
    <h1>

    B
    <h2>

    C
    <h3>

    D
    <h7>

    Note: Not available
    1. Report
  4. Question: How can you create an e-mail link?

    A
    <a href="xxx@yyy">

    B
    <mail>xxx@yyy</mail>

    C
    <mail href="xxx@yyy">

    D
    <a href="mailto:xxx@yyy">

    Note: Not available
    1. Report
  5. Question: How can you open a link in a new browser window?

    A
    <a href="url" new>

    B
    <a href="url" target="new">

    C
    <a href="url" target="_blank">

    Note: Not available
    1. Report
  6. Question: Which of these tags are all <table> tags?

    A
    <thead><body><tr>

    B
    <table><tr><tt>

    C
    <table><tr><td>

    D
    <table><head><tfoot>

    Note: Not available
    1. Report
  7. Question: Choose the correct HTML to left-align the content inside a table cell

    A
    <td valign="left">

    B
    <td leftalign>

    C
    <td align="left">

    D
    <tdleft>

    Note: Not available
    1. Report
  8. Question: How can you make a list that lists the items with numbers?

    A
    <ul>

    B
    <ol>

    C
    <list>

    D
    <dl>

    Note: Not available
    1. Report
  9. Question: How can you make a list that lists the items with bullets?

    A
    <list>

    B
    <ol>

    C
    <dl>

    D
    <ul>

    Note: Not available
    1. Report
  10. Question: What is the correct HTML for making a check box?

    A
    <check>

    B
    <input type="checkbox" />

    C
    <checkbox>

    D
    <input type="check" />

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd