ict ae

    Master this deck with 21 terms through effective study methods.

    No description available

    Created by @renntl

    What does HTML stand for?

    It is a markup language for web pages.

    Which tag creates a table in HTML?

    It is <table>.

    What tag is used for table headings?

    It is <th>.

    What is the purpose of the <input type='text'> tag?

    It creates a text box in a form.

    What attribute specifies the destination of form data?

    It is the action attribute.

    Which tag divides a table into rows?

    It is <tr>.

    How are frames created in HTML?

    Using <frameset> and <frame> tags.

    What is a LAN?

    It connects computers in a small area like a school.

    What is the function of the <td> tag?

    It creates a data cell in a table.

    Differentiate between <th> and <td> tags.

    <th> is for headings; <td> is for data.

    What is an HTML form?

    It collects user input.

    What are frames in HTML?

    They split a browser window into sections.

    Define computer networking.

    It interconnects computers to share resources.

    Name two networking devices.

    Router and switch.

    What does LAN stand for?

    Local Area Network.

    What is the difference between GET and POST methods?

    GET sends data via URL; POST sends data in the body.

    What is a container tag?

    It has both opening and closing tags.

    What is an empty tag?

    It has no closing tag and performs an action.

    How do you insert a line in an HTML document?

    Using the <HR> tag with attributes.

    What are the main parts of an HTML document?

    Root element, head, and body.

    What is the purpose of the <form> tag?

    It defines a form for user input.