[?] Subscribe To This Site

XML RSS
Add to Google
Add to My Yahoo!
Add to My MSN
Subscribe with Bloglines


Home
Blog
Facts
Brainstorming
Domain Name
Web Hosting
Create a blog
Get Traffics
Make Money
Ecommerce Sites
Build Free Sites
Web Design
Building Tools
HTML HELP
Writing Tips
Add-on
Social Network
Contact me
Guest Writers
 

HTML Tips for Beginners...

These are some HTML tips to help you edit your website without using an editor.

Of course you can build a website using an editor. It's much easier to do. Building websites by only writing HTML code takes a lot of time.

You do not need any program. All you have to do is to open a text editor and write codes over codes. You just need to save it as ".html" at the end.

You can view the html codes for any website in any web browser. If you are using Internet Explorer or Firefox, click on VIEW-->SOURCE.

It will show you the codes used by the developers to build that site. Just browse through the codes, it helps understanding many things.

Basic HTML Tips...

HTML code always starts with "" and ends with "< /html>". All the information on your website is stored between these codes. You need to use different codes for different purposes.

Always double check your codes every time you write it. HTML code is a kind of a programming language that tells the browser about your code. An editor lets you visualize it and you can easily fix the bugs. A small error can make a big issue.


Next Level HTML Tips...

Building a website only in text editor is a lot of time consuming. As you need to continuously test your website on different browsers. Most webmasters build their site using the combination of both text editor and HTML editor.

HTML code is pretty simple and easy to understand. It's logical such the code for bold letter starts with < b > and ends with < /b >. For italic letters, it's < i >. Take a look at some free HTML code.

HTML Editor

It saves your time and a lot of work. It helps you visualize and test your work instantly. Dreamweaver is the best among all of them, as it has all the functionality you need to build any kind of website.

Some editors come with ready-made templates and all you need to do is change the design. I have always used an editor to build a website but some of the changes I have done using the code manually. Read more on HTML editor.

Some Video Tutorials on HTML
HEX colors


Return from HTML Tips to Create A Website

footer for html tips page