How To Create Table in HTML File
- Get link
- X
- Other Apps
A Simple text editor is all you need to learn HTML.
👇👇👇👇👇
HTML Compiler
Learn HTML Using Notepad or TextEdit
Web pages can be created and modified by using professional HTML editors.
However, for learning HTML we recommend a simple text editor like Notepad (PC) or TextEdit (Mac).
We believe that using a simple text editor is a good way to learn HTML.
Follow the steps below to create your first web page with Notepad or TextEdit.
step 1: open Notepad(pc)
Open search>Application>TextEdit
Then under "Open and Save", check the box that says "Display HTML files as HTML code instead of formatted text".
Then open a new document to place the code.
step 2: write some HTML
![]() |
HTML CODE |
step 3: Save the HTML page
Save the file on your computer. Select File > Save as in the Notepad menu.
Name the file "index.htm"
![]() |
save file |
Tip: You can use either .htm or .html as file extension. There is no difference; it is up to you.
step 4: view the HTML page in Your browser
The result will look much like this:
Create a table use of html code :
![]() |
Table |
- Get link
- X
- Other Apps
Comments