please write the html coddee for the program in the above picture .I'll mark brainliest and follow who ever gives the right answer. wrong will be reported
Attachments:
Answers
Answered by
1
Explanation:
<!DOCTYPE html>
<html>
<head>
<title>Programming languages</title>
</head>
<body bgcolor="yellow">
<font color="Brown">
<h1>An unordered HTML List example:</h1>
</font>
<font color="blue">
<ul>
<li>HTML</li>
<li>PHOTOSHOP CC</li>
<li>PYTHON</li>
</ul>
</font>
<font color="brown">
<h1>An ordered HTML list example:</h1>
</font>
<font color="blue">
<ol>
<li>HTML</li>
<li>PHOTOSHOP CC</li>
<li>PYTHON</li>
</ol>
</font>
</body>
</html>
Similar questions