<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://bradleymonk.com/wiki/index.php?action=history&amp;feed=atom&amp;title=HTML_CSS</id>
	<title>HTML CSS - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://bradleymonk.com/wiki/index.php?action=history&amp;feed=atom&amp;title=HTML_CSS"/>
	<link rel="alternate" type="text/html" href="https://bradleymonk.com/wiki/index.php?title=HTML_CSS&amp;action=history"/>
	<updated>2026-04-09T18:36:21Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://bradleymonk.com/wiki/index.php?title=HTML_CSS&amp;diff=3244&amp;oldid=prev</id>
		<title>Bradley Monk: Created page with &quot;    ==Attributes==  === id === HTML &lt;p id=&quot;idTag&quot;&gt;Specific style for a single element. Note: The id of an element should be unique within a page, so the id selector is used to...&quot;</title>
		<link rel="alternate" type="text/html" href="https://bradleymonk.com/wiki/index.php?title=HTML_CSS&amp;diff=3244&amp;oldid=prev"/>
		<updated>2017-07-27T10:08:33Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;    ==Attributes==  === id === HTML &amp;lt;p id=&amp;quot;idTag&amp;quot;&amp;gt;Specific style for a single element. Note: The id of an element should be unique within a page, so the id selector is used to...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Attributes==&lt;br /&gt;
&lt;br /&gt;
=== id ===&lt;br /&gt;
HTML&lt;br /&gt;
&amp;lt;p id=&amp;quot;idTag&amp;quot;&amp;gt;Specific style for a single element. Note: The id of an element should be unique within a page, so the id selector is used to select one unique element!&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CSS&lt;br /&gt;
#idTag {&lt;br /&gt;
    color: blue;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---- class ATTRIBUTE ---&lt;br /&gt;
&lt;br /&gt;
HTML&lt;br /&gt;
&amp;lt;p class=&amp;quot;classTag&amp;quot;&amp;gt;To define a style for a set of elements, add a class attribute to the element&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CSS&lt;br /&gt;
p.classTag {&lt;br /&gt;
    color: red;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A block-level element always starts on a new line and takes up the full width available (stretches out to the left and right as far as it can).&lt;/div&gt;</summary>
		<author><name>Bradley Monk</name></author>
	</entry>
</feed>