write a html program
Answers
Answered by
0
Learn HTML Using Notepad or TextEdit. Web pages can be created and modified by using professional HTML editors.
Step 1: Open Notepad (PC)
Step 1: Open TextEdit (Mac)
Step 2: Write Some HTML.
Step 3: Save the HTML Page.
Step 4: View the HTML Page in Your Browser.
W3Schools Online Editor - "Try it Yourself"
Answered by
1
Answer:
<html>
<head>
<title>
my html program </title>
</head>
<html>
Explanation:
this is a sample html program
Similar questions