Getting started in web design: how to build HTML tags

This article discusses the basics of html design. It helps youunderstand how web pages are put together and gives you basic pointerson learning HTML. The article is aimed at new entries to the field orpeople looking to understand websites and the internet a little more inorder to become knowledgeable at website design.

Learning how to create web design using HTML, will probably be the most singularly important thing you do when designing your own website. HTML is easy to learn and will allow you to control the layout, graphic design and content of your page as you begin to build it on your home Text Editor. HTML is platform independent, meaning no matter the type of computer you use you can create and view your website on any such as Windows, Mac, UNIX/Linux. All you need to do is make sure you save your document in a standard text format known as ASCII. Text Editor comes with most Window programs such as on Notepad, NoteTab, Arachnophilia or Pico. It is also possible to save it in a Word or WordPerfect format, but in cases such as these you need to make sure you save your files as Text or TextOnly or next time you view them the data will look like gibberish.From learning how to add colour, change your text size and include images from the web, once you have learnt the art of HTML codes, you will be able to show visitors exactly what you want to show them. Anyone can learn how to use HTML, it is simply a series of letters written in a abbreviated form of what they actually stand for. For example:
  • BR is a line break
  • H1 a heading for a new paragraph
  • , achieve paragraph breaks with this tag
  • allows you to open the body of your document
  • your documents title, place in teh head section
These are just a few of the terms youll come to use as you design your website. All you need to remember when using HTML tags is that they must come in a certain order for your website to work.To ensure guaranteed results, by following our basic structure plan, youll be on your way to a successful web design:
  • HTML
  • HEAD write down the head of your documents (here is also the point where you would include information on frames, language and special instructions)
  • TITLE write your title here
  • HEAD close the head of your document
  • BODY here is where you open the body of the document, including your story, pictures and links
  • H1 give your paragraph a heading
  • P write the content/ text of your document. If you want to include a link in this section, all you need to do is: A HREF=www.nameoflink.com. The P tag also enables you to separate your paragraphs
  • /BODY to close the body of your page
  • /HTML closes the html
This is only a basic web design HTML code, but it will have the desired effect of creating you an enticing webpage. And with HTML, you can alter and update your site when you choose just by altering the codes.For more complicated professional designs, Web design firms such as Soula.com can help you translate your ideas, product or company onto the internet fast and effectively.