<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Aubrière asso &#187; Tous les messages</title>
		<atom:link href="https://www.aubriereinfo.com/forums/forum/coding/html/feed/" rel="self" type="application/rss+xml" />
		<link>https://www.aubriereinfo.com/forums/forum/coding/html/feed/</link>
		<description></description>
		<pubDate>Thu, 16 Apr 2026 22:48:25 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.4-5380</generator>
		<language>fr-FR</language>

		
		
					
				<item>
					<guid>https://www.aubriereinfo.com/forums/topic/new-elements-in-html5/#post-227</guid>
					<title><![CDATA[R&eacute;pondre &agrave;: New Elements in HTML5]]></title>
					<link>https://www.aubriereinfo.com/forums/topic/new-elements-in-html5/#post-227</link>
					<pubDate>Thu, 08 May 2014 16:30:55 +0000</pubDate>
					<dc:creator>aubriere</dc:creator>

					<description>
						<![CDATA[
						<p>Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae.</p>
<p>Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.&nbsp;&raquo;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://www.aubriereinfo.com/forums/topic/new-elements-in-html5/#post-223</guid>
					<title><![CDATA[New Elements in HTML5]]></title>
					<link>https://www.aubriereinfo.com/forums/topic/new-elements-in-html5/#post-223</link>
					<pubDate>Thu, 08 May 2014 16:28:25 +0000</pubDate>
					<dc:creator>aubriere</dc:creator>

					<description>
						<![CDATA[
						<p>The internet, and the use of the internet, has changed a lot since 1999, when HTML 4.01 became a standard.</p>
<p>Today, several elements in HTML 4.01 are obsolete, never used, or not used the way they were intended. All those elements are removed or re-written in HTML5.</p>
<p>To better handle today&rsquo;s internet needs, HTML5 has also included new elements for drawing graphics, displaying media content, for better page structure and better form handling, and several new APIs, such as drag and drop, get the geographical position of a user, store local data, and more.</p>
<p>Below is a list of the new HTML elements, introduced by HTML5, and a description of what they are used for.</p>
<p>The New &lt;canvas&gt; Element<br />
Note: The links in the tables below point to our HTML5 Reference. However, you will learn more about these new elements in this tutorial.</p>
<p>Tag Description<br />
&lt;canvas&gt; Defines graphic drawing using JavaScript</p>
<p>New Media Elements<br />
Tag Description</p>
<ul>
<li>&lt;audio&gt; Defines sound or music content</li>
<li>&lt;embed&gt; Defines containers for external applications (like plug-ins)</li>
<li>&lt;source&gt; Defines sources for &lt;video&gt; and &lt;audio&gt;</li>
<li>&lt;track&gt; Defines tracks for &lt;video&gt; and &lt;audio&gt;</li>
<li>&lt;video&gt; Defines video or movie content</li>
</ul>
<p>New Form Elements<br />
Tag Description</p>
<ul>
<li>&lt;datalist&gt; Defines pre-defined options for input controls</li>
<li>&lt;keygen&gt; Defines a key-pair generator field (for forms)</li>
<li>&lt;output&gt; Defines the result of a calculation</li>
</ul>
<p>New Semantic/Structural Elements<br />
HTML5 offers new elements for better structure:</p>
<p>Tag Description</p>
<ul>
<li>&lt;article&gt; Defines an article in the document</li>
<li>&lt;aside&gt; Defines content aside from the page content</li>
<li>&lt;bdi&gt; Defines a part of text that might be formatted in a different direction from other text outside it</li>
<li>&lt;details&gt; Defines additional details that the user can view or hide</li>
<li>&lt;dialog&gt; Defines a dialog box or window</li>
<li>&lt;figcaption&gt; Defines a caption for a &lt;figure&gt; element</li>
<li>&lt;figure&gt; Defines self-contained content, like illustrations, diagrams, photos, code listings, etc.</li>
<li>&lt;footer&gt; Defines a footer for the document or a section</li>
<li>&lt;header&gt; Defines a header for the document or a section</li>
<li>&lt;main&gt; Defines the main content of a document</li>
<li>&lt;mark&gt; Defines marked or highlighted text</li>
<li>&lt;menuitem&gt; Defines a command/menu item that the user can invoke from a popup menu</li>
<li>&lt;meter&gt; Defines a scalar measurement within a known range (a gauge)</li>
<li>&lt;nav&gt; Defines navigation links in the document</li>
<li>&lt;progress&gt; Defines the progress of a task</li>
<li>&lt;rp&gt; Defines what to show in browsers that do not support ruby annotations</li>
<li>&lt;rt&gt; Defines an explanation/pronunciation of characters (for East Asian typography)</li>
<li>&lt;ruby&gt; Defines a ruby annotation (for East Asian typography)</li>
<li>&lt;section&gt; Defines a section in the document</li>
<li>&lt;summary&gt; Defines a visible heading for a &lt;details&gt; element</li>
<li>&lt;time&gt; Defines a date/time</li>
<li>&lt;wbr&gt; Defines a possible line-break</li>
</ul>
<p>Removed Elements<br />
The following HTML 4.01 elements has been removed from HTML5:</p>
<ul>
<li>&lt;acronym&gt;</li>
<li>&lt;applet&gt;</li>
<li>&lt;basefont&gt;</li>
<li>&lt;big&gt;</li>
<li>&lt;center&gt;</li>
<li>&lt;dir&gt;</li>
<li>&lt;font&gt;</li>
<li>&lt;frame&gt;</li>
<li>&lt;frameset&gt;</li>
<li>&lt;noframes&gt;</li>
<li>&lt;strike&gt;</li>
<li>&lt;tt&gt;</li>
</ul>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://www.aubriereinfo.com/forums/topic/what-is-html5/#post-221</guid>
					<title><![CDATA[What is HTML5?]]></title>
					<link>https://www.aubriereinfo.com/forums/topic/what-is-html5/#post-221</link>
					<pubDate>Thu, 08 May 2014 16:25:05 +0000</pubDate>
					<dc:creator>aubriere</dc:creator>

					<description>
						<![CDATA[
						<p>HTML5 is the latest standard for HTML.</p>
<p>The previous version of HTML, HTML 4.01, came in 1999, and the internet has changed significantly since then.</p>
<p>HTML5 was designed to replace both HTML 4, XHTML, and the HTML DOM Level 2.</p>
<p>It was specially designed to deliver rich content without the need for additional plugins. The current version delivers everything from animation to graphics, music to movies, and can also be used to build complicated web applications.</p>
<p>HTML5 is also cross-platform. It is designed to work whether you are using a PC, or a Tablet, a Smartphone, or a Smart TV.</p>
<p>How Did HTML5 Get Started?<br />
HTML5 is a cooperation between the World Wide Web Consortium (W3C) and the Web Hypertext Application Technology Working Group (WHATWG).</p>
<p>WHATWG was working with web forms and applications, and W3C was working with XHTML 2.0. In 2006, they decided to cooperate and create a new version of HTML.</p>
<p>Some rules for HTML5 were established:</p>
<p>New features should be based on HTML, CSS, DOM, and JavaScript<br />
The need for external plugins (like Flash) should be reduced<br />
Error handling should be easier than in previous versions<br />
Scripting has to be replaced by more markup<br />
HTML5 should be device-independent<br />
The development process should be visible to the public<br />
The HTML5 &lt;!DOCTYPE&gt;<br />
In HTML5 there is only one DOCTYPE declaration, and it is very simple:</p>
<p>&lt;!DOCTYPE html&gt;</p>
<p>A Minimum HTML5 Document<br />
Below is a simple HTML5 document, with the minimum of required tags:</p>
<p>[php]<br />
&lt;!DOCTYPE html&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;meta charset=&quot;UTF-8&quot;&gt;<br />
&lt;title&gt;Title of the document&lt;/title&gt;<br />
&lt;/head&gt;</p>
<p>&lt;body&gt;<br />
Content of the document&#8230;&#8230;<br />
&lt;/body&gt;<br />
&lt;/html&gt;<br />
[/php]</p>
<p>&nbsp;</p>
<p>HTML5 &#8211; New Features<br />
Some of the most interesting new features in HTML5 are:</p>
<p>The &lt;canvas&gt; element for 2D drawing<br />
The &lt;video&gt; and &lt;audio&gt; elements for media playback<br />
Support for local storage<br />
New content-specific elements, like &lt;article&gt;, &lt;footer&gt;, &lt;header&gt;, &lt;nav&gt;, &lt;section&gt;<br />
New form controls, like calendar, date, time, email, url, search<br />
Browser Support for HTML5<br />
All major browsers (Chrome, Firefox, Internet Explorer, Safari, Opera) support the new HTML5 elements and APIs, and continue to add new HTML5 features to their latest versions.</p>
<p>The HTML 5 working group includes AOL, Apple, Google, IBM, Microsoft, Mozilla, Nokia, Opera, and hundreds of other vendors.</p>
<p>HTML5 References<br />
At W3Schools you will find complete references with all HTML4/HTML5 tags, global attributes, standard events, and more.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

