Use the validation tool that is built-in to the GUI editor.
Front
Alena is coding a Web site using a GUI editor. She wants to be able to quickly check her code for errors and ensure that it complies with the HTML standard. What should she do?
Back
validator
Front
Which web-based tool should be used to validate HTML files?
Back
the <form> needs the type attribute
Front
The <form> tag includes the method attribute but something is missing. What?
Back
<file> should be source <source>
Front
Colton wrote the following HTML code but it does not render in the browser correctly. Why?<video width="640" height="480" controls="controls"> <file src="video.web" type="video/webm"> The video could not be displayed.</video> *
Back
type attribute
Front
Which attribute is used with the <input> tag to determine the type of field that will appear?