Computer Science, asked by shreeradheyply11, 5 hours ago

what are the prerequisites for creating web pages using HTML?​

Answers

Answered by soumyagamilcom5
0

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:

Answered by anveshavijay44
0

Answer:

To create a true HTML document, you start with three container elements: <html> , <head> , and <body> . These three elements work together to describe the basic structure of your page: <html> This element wraps everything (other than the doctype) in your web page.

Similar questions