Section 1

Preview this deck

Use the validation tool that is built-in to the GUI editor.

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (5)

Section 1

(5 cards)

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?

Back