How many different levels of headings does HTML support??
A. ?5
B. ?6
C. ?7
D. ?8
Answer: B
You might also like to view...
Which of the following statements determines whether the variable temp is within the range of 0 through 100 (inclusive)?
a. if (temp >= 0 && temp <= 100) b. if (temp > 0 && temp < 100) c. if (temp >= 0 || temp <= 100) d. if (temp > 0 || temp < 100)
When a network server of a supplier connects over the Internet to a network server of a manufacturer in order to exchange data, the new network is called an ________
A) internet B) ultranet C) extranet D) intranet
In a regular expression, a(n) ____ specifies that the pattern must appear at that position in the string.
A. pointer B. anchor C. position D. spotter
The DROP VIEW command removes the tables and data on which the view is based.
Answer the following statement true (T) or false (F)