Tag Archive | pondicherry software company

HTML | Form

HTML forms simply place a handful of GUI controls on the user agent screen to allow the user to enter data. The controls can allow text input and selection of pre-defined options from a list, radio buttons or check boxes, or other standard GUI controls. Every <form> element should carry at least two attributes:     […]

HTML | Tags | Paragraph & Align

Paragraph: The <p> element offers another way to structure your text. Each paragraph of text should go in between an opening <p> and closing </p> tag. Elements can all carry the universal attributes: align class id style title dir lang xml:lang <DOCTYPE HTML– <p> This is First Paragraph </p> <p> This is Second Paragraph </p> […]

HTML | Tags | Lists

There are many reasons you might want to add a list to your pages.You can create three types of lists in XHTML: Unordered lists ,which are like lists of bullet points Ordered lists ,which use a sequence of numbers or letters instead  of bullet points Definition lists ,which allow you to specify a term and […]

HTML | Comments

Comments: HTML comments are fairly simple to include in your document, as they have a simple format. A comment in your document might resemble the following: <!– This is a comment –> Anything after    <  !–    until the closing    –>    will not be displayed. It can still be seen in the source code for  the […]

HTML | Tags | Headings | Breaks

  Headings: XHTML offers six levels of headings, which use the elements <h1> ,<h2> ,<h3> ,<h4> ,<h5> and <h6>. Browsers display the <h1> element as the largest of the six and <h6> as the smallest. Most browsers display the contents of the <h1> ,<h2> and <h3> elements  larger than the default size of text in […]

CSS (Cascading Style Sheet)

Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation semantics (the look and formatting) of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML, but the language can also be applied to any kind of XML document, including […]

Web Design Technologies

 Web designers use a variety of different tools depending on what part of the production process they are involved in. These tools are updated over time by newer standards and software but the principles behind them remain the same. Web graphic designers use vector and raster graphics packages for creating web formatted imagery or design […]