I’ve edited your post to improve the readability of the code. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
please guide me with step 6 . it says
6. You should have a meta element within your
head element. and
step 8. You should have a body element within your html
element.
<!DOCTYPE html>
<html lang="en" >
<head>
<title> Chocolate Fudge Cake</title>
<meta charset="UTF-8"
</head>
<body>
<h1>Chocolate Fudge Cake</h1>
</html>.
<p>Chocolate Fudge Cake is one of the best flavours picked y cake lovers around the world and definetly a mouth watering one</p>
<h2>Ingredients</h2>
<ul>
<li>6eggs</li>
<li>1 cup dark chocolate</li>
<li>2 cups flour</li>
<li>1/2 cup oil</li>
<li>1 cup Sugar</li>
<li>vanilla essence</li>
<h2>Instructions</h2>
<ol>