HTML/CSS

HTML | Attributes

Tag Attributes: Tags support one or more attributes. These attributes are included in attribute_name=”attribute_value” <p align=”2″> Rules for Attributes:  Any attributes in an HTML tag need to appear after the HTML tag name.  The attribute name must be followed immediately by an equal sign (=).  The attribute value needs to come immediately after the equal […]

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