<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Website &#8211; Die Trommelwerkstatt</title>
	<atom:link href="http://www.trommelwerkstatt.com/tag/website/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trommelwerkstatt.com</link>
	<description>Schule für afrikanische Percussion</description>
	<lastBuildDate>Thu, 03 Mar 2016 20:54:36 +0000</lastBuildDate>
	<language>de-DE</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.7.2</generator>

<image>
	<url>http://www.trommelwerkstatt.com/wp-content/uploads/2021/01/cropped-Unbenannt-3-32x32.png</url>
	<title>Website &#8211; Die Trommelwerkstatt</title>
	<link>http://www.trommelwerkstatt.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Markup: HTML Tags and Formatting</title>
		<link>http://www.trommelwerkstatt.com/2016/03/03/markup-html-tags-and-formatting/</link>
					<comments>http://www.trommelwerkstatt.com/2016/03/03/markup-html-tags-and-formatting/#respond</comments>
		
		<dc:creator><![CDATA[]]></dc:creator>
		<pubDate>Thu, 03 Mar 2016 20:54:36 +0000</pubDate>
				<category><![CDATA[Free PSD Graphics]]></category>
		<category><![CDATA[Modern Layouts]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Website]]></category>
		<guid isPermaLink="false">http://oscend.templines.org/?p=58</guid>

					<description><![CDATA[<p>Headings Header one Header two Header three Header four Header five Header six Blockquotes Single line blockquote: Stay hungry. Stay foolish. Multi line blockquote with a cite reference: People think focus means saying yes to the thing you&#8217;ve got to focus on. But that&#8217;s not what it means at all. It means saying no to [&#8230;]</p>
<p>Der Beitrag <a rel="nofollow" href="http://www.trommelwerkstatt.com/2016/03/03/markup-html-tags-and-formatting/">Markup: HTML Tags and Formatting</a> erschien zuerst auf <a rel="nofollow" href="http://www.trommelwerkstatt.com">Die Trommelwerkstatt</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Headings</h2>
<h1>Header one</h1>
<h2>Header two</h2>
<h3>Header three</h3>
<h4>Header four</h4>
<h5>Header five</h5>
<h6>Header six</h6>
<h2>Blockquotes</h2>
<p>Single line blockquote:</p>
<blockquote><p>Stay hungry. Stay foolish.</p></blockquote>
<p>Multi line blockquote with a cite reference:</p>
<blockquote><p>People think focus means saying yes to the thing you&#8217;ve got to focus on. But that&#8217;s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I&#8217;m actually as proud of the things we haven&#8217;t done as the things I have done. Innovation is saying no to 1,000 things.</p></blockquote>
<p><cite>Steve Jobs</cite> &#8211; Apple Worldwide Developers&#8216; Conference, 1997</p>
<h2>Tables</h2>
<table>
<thead>
<tr>
<th>Employee</th>
<th>Salary</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<th><a href="http://example.org/">John Doe</a></th>
<td>$1</td>
<td>Because that&#8217;s all Steve Jobs needed for a salary.</td>
</tr>
<tr>
<th><a href="http://example.org/">Jane Doe</a></th>
<td>$100K</td>
<td>For all the blogging she does.</td>
</tr>
<tr>
<th><a href="http://example.org/">Fred Bloggs</a></th>
<td>$100M</td>
<td>Pictures are worth a thousand words, right? So Jane x 1,000.</td>
</tr>
<tr>
<th><a href="http://example.org/">Jane Bloggs</a></th>
<td>$100B</td>
<td>With hair like that?! Enough said&#8230;</td>
</tr>
</tbody>
</table>
<h2>Definition Lists</h2>
<dl>
<dt>Definition List Title</dt>
<dd>Definition list division.</dd>
<dt>Startup</dt>
<dd>A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.</dd>
<dt>#dowork</dt>
<dd>Coined by Rob Dyrdek and his personal body guard Christopher &#8222;Big Black&#8220; Boykins, &#8222;Do Work&#8220; works as a self motivator, to motivating your friends.</dd>
<dt>Do It Live</dt>
<dd>I&#8217;ll let Bill O&#8217;Reilly will <a title="We'll Do It Live" href="https://www.youtube.com/watch?v=O_HyZ5aW76c">explain</a> this one.</dd>
</dl>
<h2>Unordered Lists (Nested)</h2>
<ul>
<li>List item one
<ul>
<li>List item one
<ul>
<li>List item one</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ul>
</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ul>
</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ul>
<h2>Ordered List (Nested)</h2>
<ol>
<li>List item one
<ol>
<li>List item one
<ol>
<li>List item one</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ol>
</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ol>
</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ol>
<h2>HTML Tags</h2>
<p>These supported tags come from the WordPress.com code <a title="Code" href="http://en.support.wordpress.com/code/">FAQ</a>.</p>
<p><strong>Address Tag</strong></p>
<address>1 Infinite Loop<br />
Cupertino, CA 95014<br />
United States</address>
<p><strong>Anchor Tag (aka. Link)</strong></p>
<p>This is an example of a <a title="Apple" href="http://apple.com">link</a>.</p>
<p><strong>Abbreviation Tag</strong></p>
<p>The abbreviation <abbr title="Seriously">srsly</abbr> stands for &#8222;seriously&#8220;.</p>
<p><strong>Acronym Tag (<em>deprecated in HTML5</em>)</strong></p>
<p>The acronym <acronym title="For The Win">ftw</acronym> stands for &#8222;for the win&#8220;.</p>
<p><strong>Big Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong></p>
<p>These tests are a <big>big</big> deal, but this tag is no longer supported in HTML5.</p>
<p><strong>Cite Tag</strong></p>
<p>&#8222;Code is poetry.&#8220; &#8212;<cite>Automattic</cite></p>
<p><strong>Code Tag</strong></p>
<p>You will learn later on in these tests that <code>word-wrap: break-word;</code> will be your best friend.</p>
<p><strong>Delete Tag</strong></p>
<p>This tag will let you <del>strikeout text</del>, but this tag is no longer supported in HTML5 (use the <code>&lt;strike&gt;</code> instead).</p>
<p><strong>Emphasize Tag</strong></p>
<p>The emphasize tag should <em>italicize</em> text.</p>
<p><strong>Insert Tag</strong></p>
<p>This tag should denote <ins>inserted</ins> text.</p>
<p><strong>Keyboard Tag</strong></p>
<p>This scarcely known tag emulates <kbd>keyboard text</kbd>, which is usually styled like the <code>&lt;code&gt;</code> tag.</p>
<p><strong>Preformatted Tag</strong></p>
<p>This tag styles large blocks of code.</p>
<pre>.post-title {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 38px;
	line-height: 1.2;
	and here's a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows;
}</pre>
<p><strong>Quote Tag</strong></p>
<p><q>Developers, developers, developers&#8230;</q> &#8211;Steve Ballmer</p>
<p><strong>Strike Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong></p>
<p>This tag shows <span style="text-decoration: line-through;">strike-through text</span></p>
<p><strong>Strong Tag</strong></p>
<p>This tag shows <strong>bold<strong> text.</strong></strong></p>
<p><strong>Subscript Tag</strong></p>
<p>Getting our science styling on with H<sub>2</sub>O, which should push the &#8222;2&#8220; down.</p>
<p><strong>Superscript Tag</strong></p>
<p>Still sticking with science and Isaac Newton&#8217;s E = MC<sup>2</sup>, which should lift the 2 up.</p>
<p><strong>Teletype Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong></p>
<p>This rarely used tag emulates <tt>teletype text</tt>, which is usually styled like the <code>&lt;code&gt;</code> tag.</p>
<p><strong>Variable Tag</strong></p>
<p>This allows you to denote <var>variables</var>.		</p>
<p>Der Beitrag <a rel="nofollow" href="http://www.trommelwerkstatt.com/2016/03/03/markup-html-tags-and-formatting/">Markup: HTML Tags and Formatting</a> erschien zuerst auf <a rel="nofollow" href="http://www.trommelwerkstatt.com">Die Trommelwerkstatt</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://www.trommelwerkstatt.com/2016/03/03/markup-html-tags-and-formatting/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Consect etur adipisicing elit sed do</title>
		<link>http://www.trommelwerkstatt.com/2016/02/16/consect-etur-adipisicing-elit-sed-do/</link>
					<comments>http://www.trommelwerkstatt.com/2016/02/16/consect-etur-adipisicing-elit-sed-do/#respond</comments>
		
		<dc:creator><![CDATA[]]></dc:creator>
		<pubDate>Tue, 16 Feb 2016 15:54:42 +0000</pubDate>
				<category><![CDATA[3D Animation]]></category>
		<category><![CDATA[Business Analysis]]></category>
		<category><![CDATA[Team]]></category>
		<category><![CDATA[Website]]></category>
		<guid isPermaLink="false">http://oscend.templines.org/?p=16</guid>

					<description><![CDATA[<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, [&#8230;]</p>
<p>Der Beitrag <a rel="nofollow" href="http://www.trommelwerkstatt.com/2016/02/16/consect-etur-adipisicing-elit-sed-do/">Consect etur adipisicing elit sed do</a> erschien zuerst auf <a rel="nofollow" href="http://www.trommelwerkstatt.com">Die Trommelwerkstatt</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>				Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>
<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.</p>
<p>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc,		</p>
<p>Der Beitrag <a rel="nofollow" href="http://www.trommelwerkstatt.com/2016/02/16/consect-etur-adipisicing-elit-sed-do/">Consect etur adipisicing elit sed do</a> erschien zuerst auf <a rel="nofollow" href="http://www.trommelwerkstatt.com">Die Trommelwerkstatt</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://www.trommelwerkstatt.com/2016/02/16/consect-etur-adipisicing-elit-sed-do/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
