Podcast
Questions and Answers
Which HTML element should be used to create a form with 5 name fields and a select with 3 options?
Which HTML element should be used to create a form with 5 name fields and a select with 3 options?
- <form> (correct)
- <label>
- <input>
- <select>
How many options can a select element have in HTML?
How many options can a select element have in HTML?
- 2
- 3 (correct)
- 1
- 4
What is the purpose of a name attribute in an HTML form element?
What is the purpose of a name attribute in an HTML form element?
- To add a tooltip to the element
- To provide a label for the element
- To identify the element when the form is submitted (correct)
- To style the element with CSS
Which of the following is NOT a type of network topology?
Which of the following is NOT a type of network topology?
What is the most common protocol used for communication over the internet?
What is the most common protocol used for communication over the internet?
Which of the following is NOT a type of network cable?
Which of the following is NOT a type of network cable?
Flashcards
What is the <form> element?
What is the <form> element?
Used to create a form in HTML.
How many options can a select element have?
How many options can a select element have?
A select element can have many.
Purpose of 'name' attribute
Purpose of 'name' attribute
Identifies the element when the form is submitted.
What is network topology?
What is network topology?
Signup and view all the flashcards
What is TCP/IP?
What is TCP/IP?
Signup and view all the flashcards
What is network cable?
What is network cable?
Signup and view all the flashcards
Study Notes
HTML Forms
- To create a form with 5 name fields and a select with 3 options, the
element is used to create the form, and the
element is used to create the fields, and the `` element is used to create the select dropdown with 3 options.
HTML Select Element
- A `` element can have any number of options, without a specific limit.
HTML Form Elements
- The
name
attribute in an HTML form element is used to give the element a name, which is sent to the server when the form is submitted.
Network Topology
- There are several types of network topologies, which are: Bus, Star, Ring, Mesh, and Hybrid. Distributed is NOT a type of network topology.
Internet Communication
- The most common protocol used for communication over the internet is TCP/IP (Transmission Control Protocol/Internet Protocol).
Network Cables
- There are several types of network cables, which are: Coaxial, Twisted Pair, and Fiber Optic. Wireless is NOT a type of network cable.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.