HTML

Java script, PHP and MySql skill set

Posted by on May 5, 2010 at 12:03 am

We should have following skills to become a web application developer. PHP and MySql are most important open source applications which are available at free of cost online. We can develop very tight security websites using all of the skills mentioned below. HTML skills Basic principles of html Creating web pages using different html tags [...]

HTML code to display text into multiple coloumns

Posted by on July 7, 2009 at 5:46 am

The <MULTICOL></MULTICOL> tag is used to place text of a document into multiple, equal width columns. This tag is useful when you are planning for only text in your web page. This can be implemented very easily by following step by step procedure. Steps to create a web page which consists of multiple columns 1. [...]

DIV html tag and its main advantage

Posted by on July 1, 2009 at 11:45 pm

The DIV tag is used mainly for laying of web page and to apply alignment and style to a particular section of a document. We normally use tables to align pages. We use div tags to take control of total page layout easily. Div tag is very easy to understand if you follow me in [...]

HTML font settings tag

Posted by on June 26, 2009 at 11:13 pm

HTML font tag is used to text style specifications. The tag is <FONT> ….</FONT>. The attributes are as follows. We can apply different font, colour, size to given text using this tag and its attributes. The attributes are as follows. FACE SIZE COLOR FACE Attribute will be used inside the FONT tag. This tag is [...]

How to use paragraph formatting html tag and its attribute

Posted by on June 24, 2009 at 4:38 pm

We will use starting tag <p> and ending tag </p> to format the given text in a paragraph format in a html page. You can understand clearly by seeing following example. Input: <p>I am teaching you the lesson of paragraph formatting html tag in this post<p> <p>Just read and learn, download source code to practice [...]

HTML tags

Posted by on June 22, 2009 at 11:02 pm

HTML tags are the command lines used to format text, image, video in different format and used to align properly in a web page. All the text and images can be arranged in a proper way using html tags. So that user can easily understand our web content and helps us to get the same [...]

Which application is better to make html pages and structure of html document

Posted by on June 21, 2009 at 9:21 am

Notepad which will come along with operating systems is just enough to write html document. So simple software we use to create powerful web pages using html. I will show you how to crate simple html document in step-by-step procedure below. Fin steps to create a simple html document below. click start – all programs [...]

An introduction to HTML

Posted by on June 20, 2009 at 9:49 am

HTML – Hypertext Mark-up Language – developed by World Wide Web consortium (WWWC or W3C) and Web Hypertext Application Technology Working Group (WHATWG) and it was extended from SGML (Standard Generalized Mark-up Language) Extended to XHTML (Extended Hypertext mark-up language). File name extension of these files may .html or .htm All most all the word [...]

Fundamentals of web page or web site designing

Posted by on June 18, 2009 at 8:30 am

The website should contain information about the business or which it is being designed. The information can be any thing like text, image or a video. The layout of the page should be very simple and should be easily readable and accessible by a visitor. We can not design a web page such way that [...]

What is a website?

Posted by on June 17, 2009 at 9:04 pm

Information can be displayed through internet using web pages. one or more than web pages linked together is called web site. All the web pages are designed or prepared individually and linked together in required sequence depending on the logical makeup of information on the site. We can provide any type of information to the [...]