Tell us what’s happening:
I already have the code and it even displays it but it still says I don’t have them.
14. You should have an unordered list element below your first h2 element.
16. Your second h2 element should have the text Instructions.
17. You should have an ordered list element below your second h2 element.
What’s wrong with my code?
Your code so far
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta attribute charset="utf-8">
<title>Dinuguan Recipe</title>
</head>
<body>
<body style="background-color: skyblue;">
<main>
<h1>Dinuguan Recipe</h1>
<p>This recipe is for a well know filipino dish that consists of pork blood and offals, among other things</p>
<section>
<p>
<h2>Ingredients<h2>
<ul>
<li>pigs blood</li>
<li>pigs snout</li>
<li>pigs ear</li>
<li>pig intestine</li>
<li>pork belly</li>
<li>garlic, onion, ginger, lemongrass</li>
<li>lemon</li>
<li>fish sauce</li>
<li>choice of vinegar, lemon or both</li>
<li>salt and pepper</li>
<li>Magic Sarap</li>
<li>coconut milk</li>
<li>green chili</li>
<li>dried bay leaves</li>
</ul>
<h2>Instructions</h2>
<ol>
<li>Wash the intestine and the other ingredients thoroughly</li>
<li>Boil all of the pork meat and offal with the garlic, onion, ginger, salt, pepper and lemongrass at medium heat until tender</li>
<li>Let cool</li>
<li>Once cooled, slice everything into bite sized chunks</li>
<li>Once done, start sautèing ginger, onion, garlic in that order.</li>
<li>Put in the pork belly and cook until brown</li>
<li>Once the pork belly is brown, put in all of the offals. Let cook until brown</li>
<li>Put the coconut milk</li>
<li>Once it starts boiling, put in the lemongrass. The more that you can taste the lemongrass, the better</li>
<li>Put in the salt and pepper and fish sauce. Quantities depend on how you like it.</li>
<li>Put in Magic Sarap and 1 teaspoon msg</li>
<li>Cook up to how you prefer your meat</li>
<li>Add the pork blood and gradually otherwise it will thicken into big pieces until pork blood becomes a dark color</li>
<li>Put the chilli once its a dark color</li>
<li>After 3 minutes of adding the chilli, put in the bay leaves</li>
</ol>
</section>
<img src="https://relaxlangmom.com/wp-content/uploads/2023/12/Dinuguan_RLM-Article-Image.jpg" alt="dinuguan"></a>
</p>
</main>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36
Challenge Information:
Build a Recipe Page - Build a Recipe Page