SEO Software
Closed Thread
Results 1 to 9 of 9

Thread: Html INTRODUCTION

  1. #1

    Default Html INTRODUCTION

    Hi,
    Webpages are written in HTML - a simple scripting language.

    HTML is short for HyperText Markup Language.

    * Hypertext is simply a piece of text that works as a link.


    * Markup Language is a way of writing layout information within documents.


    Basically an HTML document is a plain text file that contains text and nothing else.

    When a browser opens an HTML file, the browser will look for HTML codes in the text and use them to change the layout, insert images, or create links to other pages.

    Since HTML documents are just text files they can be written in even the simplest text editor.

    A more popular choice is to use a special HTML editor - maybe even one that puts focus on the visual result rather than the codes - a so-called WYSIWYG editor ("What You See Is What You Get").

    Some of the most popular HTML editors, such as FrontPage or Dreamweaver will let you create pages more or less as you write documents in Word or whatever text editor you're using.

    However, there are some very good reasons to create your own pages - or parts of them - by hand...
    Thanks & regards,
    Lokananth
    Live Chat Software By miOOt


  2. SEO Software

  3. #2
    Fulltime Member Alan has a reputation beyond repute Alan has a reputation beyond repute Alan has a reputation beyond repute Alan has a reputation beyond repute Alan has a reputation beyond repute Alan has a reputation beyond repute Alan has a reputation beyond repute Alan has a reputation beyond repute Alan has a reputation beyond repute Alan has a reputation beyond repute Alan has a reputation beyond repute Alan's Avatar
    Join Date
    Jan 2009
    Location
    Ayr. Scotland
    Posts
    766
    Thanks
    26
    Thanked 62 Times in 57 Posts
    Blog Entries
    1

    Default

    Quote Originally Posted by gilbertsavier View Post
    Hi,
    Some of the most popular HTML editors, such as FrontPage or Dreamweaver will let you create pages more or less as you write documents in Word or whatever text editor you're using.

    However, there are some very good reasons to create your own pages - or parts of them - by hand...
    Why would you write them "by hand" when there are exemplary tools like Dreamweaer about. Anyone who writes web pages for publication using Word needs to consider giving up any serious thought of web design and development, the code is full of rubbish. USe the rght tool for the right job.


    Seen a good post - give some reputation
    Keeping the forum clean - SPAMMERS BEWARE!!

  4. #3

    Default

    Please explain why these reasons as I can't see why you would want to do that. As Alan said you can use Dreamweaver. Type the code on one part of its view pane and see how it would look like on the browser on the other part of the view.

  5. #4

    Default

    I would rather write the code "by hand" as it gives you complete and full control of your code.

    It's like using C++ to write code. ASM (assembly language) gives you complete control; however, you are sacrificing the ease of use given by C++.

    In this case, however, HTML is extremely simple to code by hand, so I would suggest that anyone that wants to create websites to learn how to code one by hand.

  6. #5
    Mr. BindasS ankur0412 is on a distinguished road ankur0412's Avatar
    Join Date
    Feb 2009
    Location
    India
    Posts
    717
    Thanks
    24
    Thanked 55 Times in 42 Posts
    Blog Entries
    2

    Default

    ya ... even i agree... html codes written by hands give u full control of the html... bt it would be better if you code it in softwares like dreamweaver..
    this would give u an edge over the others who just drag and drop in dreamweaver, etc..

  7. #6

    Default

    html is coded better when in dreamweaver because if you make a typo notepad will not know but dreamweaver will.

  8. #7

    Default

    It just saves time to edit the code in a HTML WYSISWYG editor. However, it's not difficult to grasp HTML. There are CSS, Javascript, PHP behind.

  9. #8
    Junior Member alibaba-clone is on a distinguished road alibaba-clone's Avatar
    Join Date
    Dec 2009
    Location
    Johannesburg, South Africa
    Posts
    92
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default

    for learners, the best practice is to learn and practice on notepad for html code.. when u will get an expert and will come into professional development, then to save the time dreamweaver is very nice..

  10. #9

    Default

    Word can work however tools like dreamweaver assist the designer and speeds up the progress so you can charge less and earn more.

Closed Thread

Similar Threads

  1. Introduction
    By DGenerationX in forum New Member Introductions
    Replies: 4
    Last Post: 06-25-2009, 03:22 AM
  2. Html
    By GioBuffon in forum HTML & CSS Help
    Replies: 22
    Last Post: 06-22-2009, 04:09 AM
  3. My Introduction Post
    By InterShark in forum New Member Introductions
    Replies: 7
    Last Post: 03-05-2009, 03:45 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts