how to make a HTML program to create web page
Attachments:
Answers
Answered by
0
Answer:
u can fill in ur required info.....
Explanation:
hope it helps you dear
Attachments:
Answered by
1
Answer:
1. Open a text editor. On a computer running the Windows operating system, you'll usually use Notepad, or Notepad++ whereas macOS users will use ...
Windows - Open Start. , type in notepad , or notepad++ and click Notepad or "Notepad++ or sublime" at the top of the window.
macOS - Click Spotlight. , type in textedit , and double-click TextEdit at the top of the results.
2. Type in <!DOCTYPE html> and press ↵ Enter . This tells the web browser that this is an HTML document.
3. Type in <html> and press ↵ Enter . This opening tag for your HTML code.
Similar questions