how to create..html....
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:
please mark me as brainleist answer then I will go to next level
answer-:
The first line <!DOCTYPE html> is the document type declaration. It instructs the web browser that this document is an HTML5 document. It is case-insensitive.
The <head> element is a container for the tags that provides information about the document, for example, <title> tag defines the title of the document.
The <body> element contains the document's actual content (paragraphs, links, images, tables, and so on) that is rendered in the web browser and displayed to the user.