Ans:
Ans:
Ans:
Ans:
Ans:
Ans:
Ans:
Ans:
Ans:
Ans:
Ans:
Ans:
Ans:
Ans:
Ans:
Ans:
Ans:
Ans:
Ans:
Ans:
The typical file extension for an HTML document is .html or .htm.
Notepad (Windows) and TextEdit (Mac) are two basic text editors for writing HTML.
A web browser interprets HTML code and displays it as a web page.
Notepad++ and Visual Studio Code are two advanced editors recommended for writing HTML.
Advanced editors provide features like syntax highlighting, auto-completion, and easier debugging.
The first step is to open a text editor.
You should save it with the .html extension and choose 'All Files' as the file type.
It defines the document type and version of HTML being used.
By double-clicking the file or opening it with a web browser.
HTML files are created in a text editor and saved with .html or .htm extension.
An editor is a tool for writing HTML code, while a browser is used for viewing the rendered webpage.
You should type a name like index.html, ensuring it ends with .html.
To prevent Notepad from adding a .txt extension, which would make it a text file rather than an HTML file.
The <title> tag inside the <head> section contains the page title.
The tags are <html> to start and </html> to end the document.
Google Chrome and Mozilla Firefox are two popular web browsers for viewing HTML files.
It will be saved as a plain text file, and browsers won't render it as a web page.
The <h1> tag is used to create a main heading.
Saving it on the Desktop or Documents folder makes it easy to locate and open for viewing.
Use a text editor to write HTML code, save the file with a .html extension, and open it in a web browser to view the webpage.