I tried to complete the Technical Documentation Page from the Responsive web design course, but it tells me that I have an error: Failed: You should have at least five code elements that are descendants of .main-section elements.
I put <header><article><p> and <ul> with its list items, I added more <p> elements and <li> but it keeps saying the same error.
Is <code> element another thing? maybe It have a diferent meaning.
Is an error from the page and I’m right with my code?
Please help me!
Your code so far
<!-- file: index.html -->
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36
Challenge Information:
Technical Documentation Page - Build a Technical Documentation Page
Notice that I have content in each of my .main-section elements, but none of them are the same. However, in all four .main-section elements combined, I have a total of three p elements.
The test wants you to do this with your .main-section elements and your code elements instead.