In XHTML, what is one of the functions of the tag?
In XHTML, what is one of the functions of the <input> tag? A. To create a data cell in a table. B. To create a check box in a form. C. To create a record in a database. D. To create a scrolling select list in a form.
Which e-commerce protocol is defined as the interorganization exchange of documents..
Which e-commerce protocol is defined as the interorganization exchange of documents in standardized electronic form directly between participating computers?
Why this code failed validation?
Consider the following XHTML code:
This is a test page for the departmental Web page.
This code failed validation. Why?
which tag attribute and value should you use?
You are creating a user-input form for a Web page on your company’s site. You want this Web form to send information from the user’s browser to your server as securely as possible which <form> tag attribute and value should you use? A. action=”get”. B. action=”post”. C. method=”get” D. method=”post”.
What is the purpose of the link attribute when used in the HTML tag?
What is the purpose of the link attribute when used in the HTML <body> tag? A. It determines the color of visited link on a Web page. B. It specifies the style sheet used to format a Web page. C. It determines the color of unvisited link on a Web page. D. It designates text […]
Which type of Web form field will this code create?
Consider the following XHTML code from a Web form: How often do you want to be updated? <br/> <select name=Frequency”> <option> Once a week </option> <option> Once or twice a month </option> <option> Once a month </option> <option value=”NotAtAll” > Never </option> </select> Which type of Web form field will this code create? A. A […]
Which layer of the Open System Interconnection reference model (OSI/RM) organizes transmitted information into
Which layer of the Open System Interconnection reference model (OSI/RM) organizes transmitted information into datagrams or packets?
Which connection medium operates at a maximum speed of 44.736 Mbps?
Which connection medium operates at a maximum speed of 44.736 Mbps?
Which device contains a transceiver, is responsible for transmitting and receiving only digital network signal
Which device contains a transceiver, is responsible for transmitting and receiving only digital network signals, and can be attached to a workstation via various methods, including Universal Serial Bus (USB) and Peripheral Component Interconnect (PCI)?
What do you need from your ISP in order to publish your site?
You are hosting a Web server in your office. Your ISP will provide connectivity. What do you need from your ISP in order to publish your site?