2007-12-12
Start your website with easy HTML
When setting your website you have to get familiar with HTML. It's not at all difficult and it will set much of the tone for your website. So, without any further ado, here are some steps you can take to create your first Web page.
- Discover the content of your site - The Web has various topics you can explain upon from tribal art and craft to Mutual Funds. Discovering what you are interested in, will create a page that is fascinating for others to go through.
- Determine the type of tools you will use to create your pages - You will need a text editor or HTML editor to write your Web pages in. You will also need photos, graphics or clip-art and a graphics program. You may also need an FTP client to get your pages and images from your computer to your Web server.
- Learn HTML or your editing software - Many people create great Web pages without ever knowing HTML. HTML is simple to learn and learning it will help you solve problems your editor might cause.
The following HTML codes will help you create interesting pages
- <p> - The paragraph marker. This tag separates groups of text with an extra space. The
closing tag is required for valid XHTML.
- <h#> - The heading marker. This tag creates headings of various sizes. Replace the #-sign with a number, 1-6. The </h#> closing tag is always required.
- <hr /> - The horizontal rule tag. This draws a line across the screen. You can change the length by adding the width attribute. e.g. <hr width="50%" /> There is no closing tag.
- <br /> - The break tag. If you want a line to end and the text to start again on the next line, use this tag. There is no closing tag.
- <strong> - The bold tag. Use this tag to make text bold. The </strong> closing tag is required.
- <em> - The italics tag. Use this tag to italicize text. The </em> closing tag is required.
- <html> - The HTML tag. This should be the first tag on your page. The closing </html> tag should be the last. These tell the browser they are working with an HTML document.
- <head> - The head tag. The head tag goes right after the HTML tag. The only thing that you need in it is the title tag. After you've included your title, use the </head> closing tag.
- <title> - The title tag. This tag gives your page a title. The </title> closing tag is required.
- <body> - The body tag. This tag comes after the </head> tag. It defines the body of your page. The </body> closing tag is required and goes right before the </html> tag at the end of your document.
-
2012-01-10
As the new year begins, web designers and Internet users alike are curious about the kinds of web design trends that will gain prominence in 2012. Every new year brings exciting changes to the world of web desig...
-
2011-10-04
A coder’s job function is to make a website work properly with the least amount of code as possible. Succinct coding creates efficient, fast websites that are easier to debug if errors occur. Although the Wor...
-
2011-08-19
Hackers use Structured Query Language (SQL) injection to steal or delete data on a database server. In extreme case...
-
2011-01-11
As people’s use and awareness of the Web grows, accessibility (or “universal design”) becomes more crucial. Accessibility is determined not only by a website’s code but by its design and content, which i...
-
2011-03-28
Designing a website consists of tying together a plethora of design details into a single user-friendly experience. One of these important design details involves the font used to communicate the website's conte...
-
2010-12-08
CMS (Content Management System) has become an indispensable super-widget for the creation and updating of a professional website with no knowledge of HTML or other code. With a dedicated server that provides exc...
-
2012-01-23
Photoshop is a powerful tool that belongs in any designers toolbox. From the range of photo editing techniques available, to creating website mockups and designs, to making fantastic wallpapers, Photoshop has a ...
-
2012-01-10
One of the often touted best features of Linux is one's ability to manipulate the system to meet their personal needs and tastes. One of the ways this is done is via themes, GTK being one such variation. For ...
-
2011-09-01
The list of skills a given web developer must possess is growing everyday. With the massive growth of web technologies, comes the demand for developers with a wide skill set. A useful tool in any developers tool...
-
2011-07-07
If you are a programmer or have messed around on a Mac for a while, chances are you might have heard of this wonderful little language known as AppleScript. So what is AppleScript? AppleScript is a scripting ...
1
2
3
4
5
6
Commented by: Alfred, 4 October, 2011
i want to know more on html.