qe

    Master this deck with 20 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 essential for organizing data visually.

    What tag is used for table headings?

    It indicates the title of a column.

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

    It allows user input in forms.

    What attribute specifies the destination of form data?

    It determines where the data is sent.

    Which tag divides a table into rows?

    It structures the table layout.

    How are frames created in HTML?

    They allow multiple web pages in one window.

    What is a LAN?

    It connects computers in a limited area.

    What is the difference between <th> and <td> tags?

    <th> is for headings, while <td> is for data.

    What is an HTML form?

    It collects user input like names and passwords.

    What are frames in HTML?

    They split a browser window into sections.

    What is computer networking?

    It connects computers to share resources.

    Name two networking devices.

    Examples include routers and switches.

    What does LAN stand for?

    Local Area Network.

    What is the difference between GET and POST methods?

    GET sends data via URL; POST sends it 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?

    Use the <HR> tag with attributes.

    What are the main parts of an HTML document?

    Includes <html>, <head>, and <body>.

    What is the purpose of the <table> tag?

    It creates a structured data display.