Buy me a beer
Nanowrimo

Administration
Categories
Tag Archives: HTML
XHTML Phrase Elements
<abbr> Specifies abbreviated text <acronym> Identifies an acronym <cite> Defines a citation <code> Identifies computer code <dfn> Marks a definition <em> Defines emphasized text <kbd> Indicates text that is to be entered by a visitor to a Web site <q> … Continue reading
Beginning HTML
Every HTML document must contain the following tags: • <html> tag: Indicates the HTML language to the browser • <head> tag: Indicates the document’s header area • <title> tag: Displays the page’s name in the browser’s title bar • <body> … Continue reading

