<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.twig.es/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.twig.es/index.php?action=history&amp;feed=atom&amp;title=Basic_html%2Fcss</id>
		<title>Basic html/css - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.twig.es/index.php?action=history&amp;feed=atom&amp;title=Basic_html%2Fcss"/>
		<link rel="alternate" type="text/html" href="https://wiki.twig.es/index.php?title=Basic_html/css&amp;action=history"/>
		<updated>2026-05-06T14:01:25Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.0</generator>

	<entry>
		<id>https://wiki.twig.es/index.php?title=Basic_html/css&amp;diff=2800&amp;oldid=prev</id>
		<title>George2: Created page with &quot;Example of a very simple nav bar &lt;br&gt; &lt;source lang=&quot;text&quot;&gt;  &lt;a href &quot;index.html&quot; &gt; Home &lt;/a&gt; &amp;nbsp; &lt;a href &quot;contact.html&quot; &gt; Contact &lt;/a&gt; &lt;hr&gt;&lt;/hr&gt;  &lt;img src=&quot;my.png&quot; width=&quot;5...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.twig.es/index.php?title=Basic_html/css&amp;diff=2800&amp;oldid=prev"/>
				<updated>2015-11-17T17:53:32Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;Example of a very simple nav bar &amp;lt;br&amp;gt; &amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;  &amp;lt;a href &amp;quot;index.html&amp;quot; &amp;gt; Home &amp;lt;/a&amp;gt;   &amp;lt;a href &amp;quot;contact.html&amp;quot; &amp;gt; Contact &amp;lt;/a&amp;gt; &amp;lt;hr&amp;gt;&amp;lt;/hr&amp;gt;  &amp;lt;img src=&amp;quot;my.png&amp;quot; width=&amp;quot;5...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Example of a very simple nav bar &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href &amp;quot;index.html&amp;quot; &amp;gt;&lt;br /&gt;
Home&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&lt;br /&gt;
&amp;lt;a href &amp;quot;contact.html&amp;quot; &amp;gt;&lt;br /&gt;
Contact&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&amp;lt;/hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;img src=&amp;quot;my.png&amp;quot; width=&amp;quot;50%&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
Adding a stylesheet in a separate file&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt; Georges documentation&amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;lt;link rel=&amp;quot;stylesheet&amp;quot;&lt;br /&gt;
     type=&amp;quot;text/css&amp;quot;&lt;br /&gt;
     href=&amp;quot;style.css&amp;quot;&lt;br /&gt;
/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
Stuff in the csss file :&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
body {&lt;br /&gt;
     background: green;&lt;br /&gt;
     color: white;&lt;br /&gt;
     text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a{ &lt;br /&gt;
   color: grey;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
Fonts : &amp;lt;br&amp;gt;&lt;br /&gt;
There are three categories of fonts :&amp;lt;br&amp;gt;&lt;br /&gt;
Serif, Sans-serif and monospace&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
h1{&lt;br /&gt;
   font-family: &amp;quot;Times new roman&amp;quot; serif;&lt;br /&gt;
   font-size: 100px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a:hover{&lt;br /&gt;
        color: black;&lt;br /&gt;
        background: white;&lt;br /&gt;
      text-decoration: none;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>George2</name></author>	</entry>

	</feed>