http://bjarne2007.gigacities.net/
Entries Tagged as 'html'
test of the free webhost at gigacities.net
November 5th, 2007 · No Comments
Tags: html
Validation
October 11th, 2007 · No Comments
Why use valid code?
Valid code will render faster than code with errors
Valid code will render better than invalid code
Browsers are becoming more standards compliant, and it is becoming increasingly necessary to write valid and standards compliant HTML
How do you check if your code is valid
W3C Markup Validation Service
W3C CSS Validation Service
WDG HTML Validator
Stylesheets.com […]
Tags: html
Webstandards
October 11th, 2007 · No Comments
REF: Webstandards
“Web standards are intended to be a common base… a foundation for the world wide web so that browsers and other software understand the same basic vocabulary“. Eric Meyer
The W3C (World Wide Web Consortium) and other standards bodies have established technologies for creating and interpreting web-based content. The actual standards are:
Structural […]
Tags: javascript · html
Class B 1sem.
October 10th, 2007 · No Comments
Class folder
http://skolenet.ats.dk/mmd/?side=8123
Tags: html
Styling links
October 9th, 2007 · 1 Comment
a:link {COLOR: firebrick;}
a:visited {COLOR: firebrick;}
a:active {COLOR: navy;}
a:hover {COLOR: navy;}
Tags: html
Hello class B
October 8th, 2007 · No Comments
HTML Day 2 notes
Repetition of day 1
Chapter 3. Web page construction
Development proces(journal, outline , code)New elements: <q>,<blockquotes>,<br> <li>,inline, block and empty elementsNesting of elements
· chapter3/journal/journal.html - structure (Firebug Inspect element)· chapter3/quotes.html - the quote element –(<q>)· p.94 Block elementer (has linebreak before and after) vs. Inline elementer (same line = f ) ! Blackboard· […]
Tags: html
Webhosting
October 7th, 2007 · No Comments
Webhosting, FTP, URL, HTTP
http://en.wikipedia.org/wiki/Web_hosting_service
Webhosting
http://www.webhostingbluebook.com/
https://www.one.com/en/
www.hostzero.dk
Upload file (with e.g. FireFTP)
Tags: html