Are you interested in web development, but not sure where to start? Look no further than HTML (Hypertext Markup Language), the foundation of all websites. HTML is a markup language used to create web pages, and it's easy to learn with just a little bit of practice.
Here are the basic steps to get started with HTML
Setting Up Your Text Editor
- Before you start coding, you'll need a text editor to create and edit your HTML files.
- Popular text editors for web development include Sublime Text, Atom, and Visual Studio Code. (W-1-1)
(W-1-1) |
otherwise, you can use the Notepad application which is already installed on your computer.
(W-1-2) |
Use this link to download sublime text.
Creating and saving the HTML File
Creating the file:
step 1:
open your editor.
step 2:
Click on File In the top left corner. (W-1-3)
(W-1-3) |
step 3:
Click on New File(W-1-4)
(W-1-4) |
Then the new file will be created as untitled. (W-1-5)
(W-1-5) |
Saving the file:
step 1:
Click on File.
step 2:
step 3:
Enter a file name, save type, and click on save. (W-1-7)
(W-1-7) |
Post a Comment