HTML
HTML code to display text into multiple coloumns
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. open notepad [...]
DIV html tag and its main advantage
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
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 used to set the [...]
How to use paragraph formatting html tag and its attribute
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 on your computer<p>
click [...]
HTML headline tags – h1, h2, h3, h4, h5, h6
The headline tags are used to display headings in html pages in different sizes. These will be used to write main headings, side headings…etc. html supports 6 levels of headings. h1 is largest and h6 is smallest. All heading lines will start on new line.
We use these html heading to format text to give good [...]
HTML tags
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
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
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 processors [...]
Fundamentals of web page or web site designing
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 every [...]
What is a website?
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 public [...]
