QUESTION IMAGE
Question
- 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>
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>).
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
A. <P> cats ,p>
D. <h3> Designer Breeds <h3>