Glubase - share your knowledge

All / Computers / Programming / HTML / XHTML

Change category:



Search results
td
The td tag is used to define one specific data cell in a table. Attributes Attribute Description rowspan = number ...

table
This element defines a table. A table consists the following table elements: Element Description tr A table row. td ...

What is HTML/XHTML?
HTML stands for 'HyperText Markup Language', and is used to build webpages. History of HTML Version history Difference between HTML and XHTML What do you need to change to convert a HTML site to XHTML? Command references ...

HTML command list reference
...

DIV
Div is a block element that is used to add content with a certain style. Attributes Attribute Description align Horizontal alignment. This is depreca ...

a
Link to another document or a place in current webpage. Type: inline element Contains: inline elements only Contained ...

!--
To add comments to a HTML text that you don't want to be shown when displaying the document. Attributes: None Additional information: Note that a comment should not include '--' or '>'. ...

address
The address element is used to display contact information to the contact persons of the webpage. For example e-mail address, postal address or a webpage. Attributes Common attributes ...

b
Makes the text inside of the tags bold. Attributes None ...

base
The base element is used to define the URL to use as base URL for all links etc. on a page. The base element is contained in the head of a document. Value Attribute Value Description ...

basefont
Deprecated. This element sets the style of the font. Attributes Attribute Description size = cdata Deprecated. This attribute sets the font size. ...

br
Inserts a line break. Syntax XHTML <br /> HTML <br> Attributes Attribute Description align = clear left | all | right | none ...

body
The body element contains the content (text, images etc.) that is shown on the webpage. Attributes Attribute Description background = uri Defines a ...

caption
Caption defines a table caption. Attributes Attribute Description align Align specifies the alignment of the caption. [ top | bottom | left | right] ...

center
Center defines a block with centered text. Attributes None. ...

cite
Cite is used to create blocks of citations. Attributes Common attributes. ...

code
Attributes Common attributes. ...

dd
The dd tag defines the definition description for an entry in a definition list(dl). Attributes Common attributes. Contained in <dl> .. </dl> ...

dl
Defines a definition list. Attributes Attribute Description compact Compact display. Common attributes. ...

dt
Defines a term in a definitin list. Attributes Common attributes. ...

Next