Multiple choice general knowledge

HTML documents should be saved as text only, and the file name should have .html as the ending. Cascading stylesheets should also be saved as text, but the file name should end with:

  1. .xml

  2. .css

  3. .ccs

  4. .xhtml

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

CSS files always use the .css extension as the standard file naming convention. .xml is for XML data files, .ccs is not a recognized extension, and .xhtml is specifically for XHTML documents.