Tag Archive | genwhizz

HTML | Tags | Presentation Tags

These are just three of the ten options available to indicate how text can appear in XHTML. The full list is bold, italic, monospaced, underlined, strikethrough, teletype, larger, smaller, superscripted, and subscripted text. <b>: Anything that appears in a <b> element is displayed in bold. <!DOCTYPE HTML— <p>This is <b>Bold Text</b></p> </html> <i>: The content […]

HTML | Tags | Pharse Tags

          The following elements are not just for presentational purposes; they also describe something about their content. <em>: The content of an <em> element is intended to be a point of emphasis in your document, and it is usually displayed in italicized text. <!DOCTYPE HTML— <p>This is the <em>Emphasis Text</em> </p> […]

HTML | Tags

There are lots of tags and they are all in pairs; there are   opening tags  and   closing tags .  The closing tag is always slightly different from the opening tag in that it has a forward slash after the first angled bracket:</ html >. A pair of tags and the content these include are known […]

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 […]

HTML | HyperText Markup Language

        Hypertext Markup Language (HTML) enables you to mark up text so that it canfunction as hypertext on the Web. The term markup comes from printing; editorsmark up manuscript pages with funny-looking symbols that tell the printer how toprint the page. HTML consists of its own set of funny-looking symbols that tell […]

Open Sources ERP Softwares

Enterprise resource planning (ERP) systems integrate internal and external management management information across an entire organization – embracing finance/accounting, manufacturing, sales and service, customer relationship management, etc. ERP systems automate this activity with an integrated software application. The purpose of ERP is to facilitate the flow of information between all business functions inside the boundaries […]

Stepping Of Web Design

 In 1989, whilst working at CERN Tim Berners-Lee proposed to create a global hypertext project, which later became known as the World Wide Web. Throughout 1991 to 1993 the World Wide Web was born. Text only pages could be viewed using a simple line-mode browser. In 1993 Marc Andreessen and Eric Bina, created the Mosaic browser. […]