Which is the correct syntax to link XML file with CSS?

19. Which is the correct syntax to link XML file with CSS?

  1. <?xml type="text/css" href="file.css"?>
  2. <?xml type="text/css" src="file.css"?>
  3. <?xml-stylesheet type="text/css" href="file.css"?>
  4. <?xml-stylesheet type="text/css" src="file.css"?>

Answer: C) <?xml-stylesheet type="text/css" href="file.css"?>

Explanation:

The correct syntax to link XML file with CSS is:

<?xml-stylesheet type="text/css" href="file.css"?>

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.