Which one of the following is not one of three ways of saving a file as a webpage?
A) Webpage Template (*.htmt; *.htmtl)
B) Webpage (*.html; *.htm)
C) Single File Web Page (*.mht; *.mhtml)
D) Web Page, Filtered (*.htm; *.html)
A
Computer Science & Information Technology
You might also like to view...
The ________ function in Excel is one method that can help with creating a random sample
A) SAMPLE B) RANDOM C) RAND D) SAMP
Computer Science & Information Technology
The CSS to create the class called myfloat that floats to the right of the other page content, has a 10px margin, and a solid border is:
a. .myfloat { float:right; margin:10px; border: 1px solid #000000; } b. #myfloat { right:float: margin 10px; border: 1px solid #000000; } c. .myfloat { float:right; 10px:margin; border: 1px solid #000000; } d. .myfloat { float:right; margin:10px; border: on; }
Computer Science & Information Technology