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-05-15
Photoshop is the most powerful and sophisticated graphics editing program on the market. With all that power and sophistication comes a complexity that is a significant hurdle for most newbies. A great way to ov...
-
2012-05-02
Most new websites, unfortunately, fail. That failure doesn’t happen because of bad ideas or a lack of effort. It happens because the site owner makes poor fundamental choices. One of the most essential and tou...
-
2012-04-16
In the United States alone, mobile devices account for 8.5 percent of all web traffic, and conservative estimates suggest that that number will double in a year. The time to create a mobile version of your websi...
-
2012-02-17
A content management system (CMS) is a platform that facilitates management of digital text and media as well as a collaborative approach. A web content management system (WCMS) is a CMS specifically tailored to...
-
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...
1
2
3
4
5
6
Commented by: Alfred, 4 October, 2011
i want to know more on html.