write an HTML PROGRAM
Attachments:
Answers
Answered by
0
Answer:
Step 1: Open Notepad (PC) Windows 8 or later: ...
Step 1: Open TextEdit (Mac) Open Finder > Applications > TextEdit. ...
Step 2: Write Some HTML. ...
Step 3: Save the HTML Page. ...
Step 4: View the HTML Page in Your Browser.
Explanation:
I can tell the step only
Answered by
1
Answer:
So here's your code
Explanation:
<html>
<head>
</head>
<body>
<h2> Science subjects </h2>
<ul>
<li>Physics</li>
<li>Chemistry</li>
<li>Biology</li>
</ul>
<br>
<h2>Commerce Subject</h2>
<ol>
<li>BST</li>
<li>ECONOMIC</li>
<li>ACCOUNTANCY</li>
</ol>
</body>
</html>
Hope it helps ! You can mark it as the brainliest if you find it helpful!
Similar questions