Get premium membership and access questions with answers, video lessons as well as revision papers.

How do you create a HTML program using notepad?

      

This question talks about how you can create your own basic HTML program using only the notepad and an internet software like Internet explorer.The answer has it all.

  

Answers


stephen
• Open notepad THEN PRESS ENTER
• Type <DOCTYPE html> to indicate that you will be using html. PRESS ENTER
• Type html. PRESS ENTER
• Type <body> to set up the body section. PRESS ENTER
• Type <h1>YOUR DESIRED HEADING</h1> and hit enter.
• Add text to your page by typing <p>your desired text</p> and hit enter.
• Close the body section type </body> and hit enter.

• Indicate the end of the page by typing </html>.

• Save your program with the extension .htm ( for example MY WEBPAGE.htm)

• Double click on the file to view your web page.

Esatia Stephen answered the question on December 24, 2018 at 16:43


Next: What is an input screen?
Previous: How do you remove a virus using the command prompt?

View More Computer Science Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions