17. which of these contains a bug? there is more than 1 correct answer. * 4 points <p> cats ,p> <p> cats are…

17. which of these contains a bug? there is more than 1 correct answer. * 4 points <p> cats ,p> <p> cats are a great pet! </p> <h1> ferral cats </h1> <h3> designer breeds <h3>

17. which of these contains a bug? there is more than 1 correct answer. * 4 points <p> cats ,p> <p> cats are a great pet! </p> <h1> ferral cats </h1> <h3> designer breeds <h3>

Answer

Brief Explanations:

In HTML, tags should be properly opened and closed. The first option <P> cats ,p> has incorrect capitalization for the opening <P> (should be <p>) and no closing tag. The fourth option <h3> Designer Breeds <h3> is missing the closing tag's forward - slash (</h3>).

Answer:

A. <P> cats ,p> D. <h3> Designer Breeds <h3>