write a HTML programs
Answers
Answer:
Follow the steps below to create your first web page with Notepad or TextEdit.
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 hope it helps you
Answer:Which html program you need?Explanation:I'll just tell an example
see for html program you should do like this-
after doing this it comes like this
4. Fruits
• Banana
• Apple
• Mango
• Orange
<html> (this means the tag is opened)
<body>
</html> (this means the tag is closed)
</body>
when ever you do html program make sure that after opening the tag you should never forget to close the tag.
Hope this helps you ✌
Mark me as brainiest to get a perfect and a better answers
