HTML EDITOR

Fazzey's world

HTML Editor

  • An HTML editor is a software for editing and creating HTML code that is used for websites or other web documents.
  • A web browser is an application for accessing websites. When a user requests a web page from a particular website.
  • It contains for html element and Filename extension in .html

How to create HTML page:

Step 1: Open the Text Editor, such as Notepad for writing an HTML code. 

Step 2: Type the HTML code. In this step, we have to type the HTML code in the text editor.



Step 3: Save the  HTML code document in Extension like ( index.html or index.htm )




Step 4: Run the HTML file and display the output in the browser.

             

Example:

  
  <!DOCTYPE html>   
  <html>   
  <head>   
  <title>This is the Title</title>  
  </head>  
  <body>  
  <h1>This is the Heading</h1>  
  <p>This is the paragraph</p>  
  </body>
  </html


Output:


Our website uses cookies to enhance your experience. Learn More
Accept !

GocourseAI

close
send