Which of the following is correct about cases for the tag and attribute names in HTML5?
A. No restriction on cases
B. All lowercase
C. All uppercase
D. Capitalized
A. No restriction on cases
You might also like to view...
A Canvas is a layout container that allows you to position controls by defining explicit coordinates from the Canvas’s ________ corner.
a) lower-left b) lower-right c) upper-left d) upper-right
Run the following commands on one command line so that they do not terminate when you logout. What command line did you use?
find / -inum 23476 -print > all.links.hard 2> /dev/null find / -name foo -print > foo.paths 2> /dev/null
Data in a C program is global -- accessible and editable from any point in the program.
Answer the following statement true (T) or false (F)
Formatting a value so that is formatted one way or another based on whether a condition is true or false is called ________ formatting
A) true/false B) conditional C) comparison D) boolean