HTML & CSS

href (HTML attribute)
href (HTML attribute)

The href defines the document to which the link leads. This may be a web page in the same directory, a page somewhere else on the same server, a location within the current page, or a web page—or any another kind of document—stored on another server.

id (HTML attribute)
id (HTML attribute)

The id attribute provides a unique identifier for an element within the document. It may be used by an a element to create a hyperlink to this particular element.

CSS Comments
CSS Comments

Every programming language lets you add notes and other hints that help you understand what’s going on. Not all CSS is as understandable at first glance as, say, something like font-size.

frameset (HTML element)
frameset (HTML element)

The frameset is used to group a collection of windows together, sometimes horizontally (using the rows attribute), sometimes vertically (using the cols attribute), or even a combination of horizontal and vertical arrangements.

onmouseover (HTML element)
onmouseover (HTML element)

The onmouseover attribute is one of the most commonly used event attributes. It captures the moment that a cursor crosses the boundary of an element, moving from outside to inside the element to which the attribute is applied.

Learn CSS3 Online
Learn CSS3 Online
HTML & CSS

By Rebecca Goodwin,

Read Learn CSS3 Online and learn HTML & CSS with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.