Ticker

6/recent/ticker-posts

Header Ads Widget

Responsive Advertisement

Getting Started HTML With Notepad

 

Getting Started HTML With Notepad


Basic Software Requirements:

1. Text Editor Application Software

2. Web Browser


Getting Started HTML With Notepad:

Now, we create a web page in HTML with a notepad application. This is first free of cost application in your system where we can understand the basic things and work process of HTML language.

 

Steps To Create Welcome Page In HTML Document:

 

1. From the Start menu, select "All Programs" | "Accessories" |"Notepad".

 

2. Click "File" menu in menu bar and select "Save" option.

 

3. Select the location of the folder or directory where do you want to save the HTML document.

 

4. Type the "Filename" as per your choice with HTML extension .html or .htm like - welcomepage.htm.

 

5. Write the HTML code in the proper format of the HTML document in this notepad file.

 

6. Save your work by pressing shortcut "ctrl+S".

 

7. Close the HTML document/notepad file after successfully saving your work.


8. We have successfully created a "Welcome page" in HTML.

 

HTML Code 

<!DOCTYPE html>

<html>

          <head>

                   <title>

                             My First Web page

                   </title>

          </head>

         

          <body>

                   <h1> Welcome to my First web page   <h1>

                   <p> I am too much happy to after creating the my first web page.

                       Thanks, A Lot to My Anemone

                   </p>

          </body>

</html>




 

Steps To Open Your Created Welcome Page In Web Browser:

1. Find the location of the folder or directory where we have stored our "Welcome page".

 

2. Right-click on the HTML page and select the "Open with" option and open this HTML document in your particular web browser like Google Chrome, Mozilla Firefox, Internet Explorer, etc.

 

3. Feel happy to after opening your first HTML document, successfully.

 




Output:








आशा करते है कि हमारे द्वारा लिखी हुई इस Post को आप Like, Share and Comment करेंगे | और हमें Comment करके बताये की आपको ये Post कैसी लगी | इसी तरह की Post और News पाने के लिए हमारे सभी Social Media Channels को रेगुलर Follow करे| 


Thanks
Amar Digital World
(Always Ready To Digital Serve)



Post a Comment

0 Comments