can any one write the program in .HTML format fast don't make any mistake
Attachments:
Answers
Answered by
1
Explanation:
<!DOCTYPE html>
<head>
<title>Translocation</title>
</head>
<style>
body{
background colour:blue;
}
#p3{
text-decoration: underline;
}
#p4{
background-color: yellow;
color: black;
}
. paragraph{
color: white;
}
<body>
<H1> TRANSLOCATION</h1>
<div class="paragraph">
<p id= "p1"><b>Transport of food through Phloem is called Translocation.</b></p>
<p id="p2"><i>Transport of food through Phloem is called Translocation.</i></p>
<p id="p3"> Transport of food through Phloem is called Translocation.</p>
</div>
<p id="p4">Transport of food through Phloem is called Translocation.</p>
</body>
</html>
Hope it will you. Took very hard to type. Please mark me as brainliest
Similar questions