html, css, jQuery, PHP, mySQL

Posts Tagged ‘body tag’

CSS From Scratch 4:2 Syntax

Friday, August 5th, 2011

The 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: , , , , , , , , , , , , , , , , , , ,
Posted in Tutorials | No Comments »

HTML From Scratch. 3:1 HTML Attributes

Friday, August 5th, 2011

For 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: , , , , , , , , , , , , , , , , , ,
Posted in Tutorials | No Comments »