<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.gotopinion.info/wiki/index.php?action=history&amp;feed=atom&amp;title=Psuedo_Elements_and_Classes</id>
	<title>Psuedo Elements and Classes - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.gotopinion.info/wiki/index.php?action=history&amp;feed=atom&amp;title=Psuedo_Elements_and_Classes"/>
	<link rel="alternate" type="text/html" href="https://wiki.gotopinion.info/wiki/index.php?title=Psuedo_Elements_and_Classes&amp;action=history"/>
	<updated>2026-04-21T17:15:51Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://wiki.gotopinion.info/wiki/index.php?title=Psuedo_Elements_and_Classes&amp;diff=277&amp;oldid=prev</id>
		<title>Paul: New page: == Pseudo Classes ==  Classes that cause rules to be applied when a specific event happens. These classes are not attached to tags in  markup. p50  === Anchor Link Pseudo Classes ===  Comm...</title>
		<link rel="alternate" type="text/html" href="https://wiki.gotopinion.info/wiki/index.php?title=Psuedo_Elements_and_Classes&amp;diff=277&amp;oldid=prev"/>
		<updated>2008-05-20T00:00:50Z</updated>

		<summary type="html">&lt;p&gt;New page: == Pseudo Classes ==  Classes that cause rules to be applied when a specific event happens. These classes are not attached to tags in  markup. p50  === Anchor Link Pseudo Classes ===  Comm...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Pseudo Classes ==&lt;br /&gt;
&lt;br /&gt;
Classes that cause rules to be applied when a specific event happens. These classes are not attached to tags in  markup. p50&lt;br /&gt;
&lt;br /&gt;
=== Anchor Link Pseudo Classes ===&lt;br /&gt;
&lt;br /&gt;
Commonly used with hyperlinks. p50&lt;br /&gt;
&lt;br /&gt;
Link&lt;br /&gt;
Visited&lt;br /&gt;
Hover&lt;br /&gt;
Active&lt;br /&gt;
&lt;br /&gt;
=== Other Useful Pseudo-Classes ===&lt;br /&gt;
&lt;br /&gt;
This rule selects the first-child element with the name x.&lt;br /&gt;
&amp;lt;pre&amp;gt;x:first-child&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This rule selects the focus of the user with the name x.&lt;br /&gt;
&amp;lt;pre&amp;gt;x:focus&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Pseudo-elements ==&lt;br /&gt;
&lt;br /&gt;
Provides the effect of extra markup without the markup in your code.&lt;br /&gt;
&lt;br /&gt;
This rule selects the first letter of tag name x and applies your style.&lt;br /&gt;
&amp;lt;pre&amp;gt;x:first-letter&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This rule selects the first line of tag name x and applies your style. &lt;br /&gt;
&amp;lt;pre&amp;gt;x:first-line&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This rule adds specified text before an element of tag name x.&lt;br /&gt;
&amp;lt;pre&amp;gt;x:before&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This rule adds specified text after an element of tag name x.&lt;br /&gt;
&amp;lt;pre&amp;gt;x:after&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example of x:before and x:after&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;h1.age:before {content:&amp;quot;Age:&amp;quot;}&lt;br /&gt;
h1.age:after {content:&amp;quot;years old.&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
Code &amp;lt;h1 class=&amp;quot;age&amp;quot;&amp;gt;36&amp;lt;/h1&amp;gt; displays &amp;quot;Age: 36 years old.&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[Cascade Style Sheets|Back to Cascade Style Sheets]]&amp;lt;/center&amp;gt;&lt;/div&gt;</summary>
		<author><name>Paul</name></author>
	</entry>
</feed>