Saturday, 28 June 2014

HTML Editores

HYPERTEXT MARKUP LANGUAGE(HTML)  is the basic building block of the web designing. in earlier when the website is developed we use the HTML. the problem with HTML is that in this we need to manually update the database.

HTML have following editors :-
  • Adobe Dreamweaver
  • Microsoft Expression Web
  • CoffeeCup HTML Editor
for the beginners , HTML code is written in simple NOTEPAD and this page is saved with .htm or .html extension.

to work on notepad we should follow these steps:-

STEP 1
  •  Open the new blank page in the NOTEPAD.


STEP 2

 LET WE WRITE THE FOLLOWING CODE IN NOTEPAD

<!DOCTYPE html>
<html>
<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</body>
</html> 
 

When you write code you have



 STEP 3

  • Select File -> Save as in the Notepad menu.
  • When saving an HTML file, use either the .htm or the .html file extension.
STEP 4

Double click on the saved notepad you will have
 
This is the basic step towards web designing .
 
stay tuned .....
            
 HAPPY BLOGGING !!

0 comments:

Post a Comment