html, css, jQuery, PHP, mySQL
Friday, August 5th, 2011
TweetThe asterisk is known as the star selector, or wildcard. It just means “everything” and can be very useful in CSS. * { border: 1px solid red; } This example selected all of the elements in your html document at once, and told the browser to give them all a red border, one pixel wide [...]
Tags: asterisk, background color, background colour, body background, body element, body tag, caption, css properties, curly braces, dashes, dots, element name, html attributes, html body, html document, one good reason, quot, semi colon, text colour, value pair
Posted in Tutorials | No Comments »
Friday, August 5th, 2011
TweetFor links for this lesson (the W3C online validator) see separate sheet. resources HTML elements can take various attribute and value pairs, which tell the browser something extra about how to display the element, or give more information which can be used by web crawlers (Googlebot et al) or assistive devices such as screen readers. We [...]
Tags: assistive devices, attribute, background colour, bgcolor, body tag, element, elements, html attributes, lt, mypage, quality examples, quotes, screen readers, universal resource locator, value pair, value pairs, w3c schools, web crawlers, web page
Posted in Tutorials | No Comments »