<?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>html Archive - Jausenstation Schwarzachtal in Gerlos im Zillertal</title>
	<atom:link href="https://www.schwarzachtal.at/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.schwarzachtal.at/tag/html/</link>
	<description>Das Ausflugsziel für die ganze Familie in Gerlos</description>
	<lastBuildDate>Sat, 12 Jan 2013 03:22:19 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.schwarzachtal.at/wp-content/uploads/2017/09/cropped-Dekoriertes-Almfoto-012-1-1-32x32.jpg</url>
	<title>html Archive - Jausenstation Schwarzachtal in Gerlos im Zillertal</title>
	<link>https://www.schwarzachtal.at/tag/html/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Markup: HTML Tags and Formatting</title>
		<link>https://www.schwarzachtal.at/markup-html-tags-and-formatting/</link>
					<comments>https://www.schwarzachtal.at/markup-html-tags-and-formatting/#respond</comments>
		
		<dc:creator><![CDATA[SZhansl19]]></dc:creator>
		<pubDate>Sat, 12 Jan 2013 03:22:19 +0000</pubDate>
				<category><![CDATA[Grüß Gott im Schwarzachtal]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[formatting]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[markup]]></category>
		<guid isPermaLink="false">http://wptest.io/demo/?p=919</guid>

					<description><![CDATA[<p>This post will show you how do HTML Tags and Formatting look on the theme! 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 [&#8230;]</p>
<p>Der Beitrag <a href="https://www.schwarzachtal.at/markup-html-tags-and-formatting/">Markup: HTML Tags and Formatting</a> erschien zuerst auf <a href="https://www.schwarzachtal.at">Jausenstation Schwarzachtal in Gerlos im Zillertal</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This post will show you how do HTML Tags and Formatting look on the theme!</p>
<p><span id="more-1178"></span></p>
<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 href="https://www.schwarzachtal.at/markup-html-tags-and-formatting/">Markup: HTML Tags and Formatting</a> erschien zuerst auf <a href="https://www.schwarzachtal.at">Jausenstation Schwarzachtal in Gerlos im Zillertal</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.schwarzachtal.at/markup-html-tags-and-formatting/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Markup: Title With Special Characters</title>
		<link>https://www.schwarzachtal.at/title-with-special-characters/</link>
					<comments>https://www.schwarzachtal.at/title-with-special-characters/#respond</comments>
		
		<dc:creator><![CDATA[SZhansl19]]></dc:creator>
		<pubDate>Sat, 05 Jan 2013 18:00:20 +0000</pubDate>
				<category><![CDATA[Grüß Gott im Schwarzachtal]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[title]]></category>
		<guid isPermaLink="false">http://wptest.io/demo/?p=867</guid>

					<description><![CDATA[<p>Putting special characters in the title should have no adverse effect on the layout or functionality. Special characters in the post title have been known to cause issues with JavaScript when it is minified, especially in the admin when editing the post itself (ie. issues with metaboxes, media upload, etc.). Latin Character Tests This is [&#8230;]</p>
<p>Der Beitrag <a href="https://www.schwarzachtal.at/title-with-special-characters/">Markup: Title With Special Characters</a> erschien zuerst auf <a href="https://www.schwarzachtal.at">Jausenstation Schwarzachtal in Gerlos im Zillertal</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Putting special characters in the title should have no adverse effect on the layout or functionality.</p>
<p>Special characters in the post <a href="http://localhost/demo/elegance/">title</a> have been known to cause issues with JavaScript when it is minified, especially in the admin when editing the post itself (ie. issues with metaboxes, media upload, etc.).</p>
<p><span id="more-1174"></span></p>
<h2>Latin Character Tests</h2>
<p>This is a test to see if the fonts used in this theme support basic Latin characters.</p>
<table>
<tbody>
<tr>
<td>!</td>
<td>&#8222;</td>
<td>#</td>
<td>$</td>
<td>%</td>
<td>&amp;</td>
<td>&#8218;</td>
<td>(</td>
<td>)</td>
<td>*</td>
</tr>
<tr>
<td>+</td>
<td>,</td>
<td>&#8211;</td>
<td>.</td>
<td>/</td>
<td>0</td>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
</tr>
<tr>
<td>5</td>
<td>6</td>
<td>7</td>
<td>8</td>
<td>9</td>
<td>:</td>
<td>;</td>
<td>&gt;</td>
<td>=</td>
<td>&lt;</td>
</tr>
<tr>
<td>?</td>
<td>@</td>
<td>A</td>
<td>B</td>
<td>C</td>
<td>D</td>
<td>E</td>
<td>F</td>
<td>G</td>
<td>H</td>
</tr>
<tr>
<td>I</td>
<td>J</td>
<td>K</td>
<td>L</td>
<td>M</td>
<td>N</td>
<td>O</td>
<td>P</td>
<td>Q</td>
<td>R</td>
</tr>
<tr>
<td>S</td>
<td>T</td>
<td>U</td>
<td>V</td>
<td>W</td>
<td>X</td>
<td>Y</td>
<td>Z</td>
<td>[</td>
<td></td>
</tr>
<tr>
<td>]</td>
<td>^</td>
<td>_</td>
<td>`</td>
<td>a</td>
<td>b</td>
<td>c</td>
<td>d</td>
<td>e</td>
<td>f</td>
</tr>
<tr>
<td>g</td>
<td>h</td>
<td>i</td>
<td>j</td>
<td>k</td>
<td>l</td>
<td>m</td>
<td>n</td>
<td>o</td>
<td>p</td>
</tr>
<tr>
<td>q</td>
<td>r</td>
<td>s</td>
<td>t</td>
<td>u</td>
<td>v</td>
<td>w</td>
<td>x</td>
<td>y</td>
<td>z</td>
</tr>
<tr>
<td>{</td>
<td>|</td>
<td>}</td>
<td>~</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<p>Der Beitrag <a href="https://www.schwarzachtal.at/title-with-special-characters/">Markup: Title With Special Characters</a> erschien zuerst auf <a href="https://www.schwarzachtal.at">Jausenstation Schwarzachtal in Gerlos im Zillertal</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.schwarzachtal.at/title-with-special-characters/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Markup: Title With Markup</title>
		<link>https://www.schwarzachtal.at/markup-title-with-markup/</link>
					<comments>https://www.schwarzachtal.at/markup-title-with-markup/#respond</comments>
		
		<dc:creator><![CDATA[SZhansl19]]></dc:creator>
		<pubDate>Sat, 05 Jan 2013 17:00:49 +0000</pubDate>
				<category><![CDATA[Grüß Gott im Schwarzachtal]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[title]]></category>
		<guid isPermaLink="false">http://wptest.io/demo/?p=861</guid>

					<description><![CDATA[<p>Verify that: The post title renders the word &#8222;with&#8220; in italics and the word &#8222;markup&#8220; in bold. The post title markup should be removed from the browser window / tab.</p>
<p>Der Beitrag <a href="https://www.schwarzachtal.at/markup-title-with-markup/">Markup: Title With Markup</a> erschien zuerst auf <a href="https://www.schwarzachtal.at">Jausenstation Schwarzachtal in Gerlos im Zillertal</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Verify that:</strong></p>
<ul>
<li>The post title renders the word &#8222;with&#8220; in <em>italics</em> and the word &#8222;markup&#8220; in <strong>bold</strong>.</li>
<li>The post title markup should be removed from the browser window / tab.</li>
</ul>
<p>Der Beitrag <a href="https://www.schwarzachtal.at/markup-title-with-markup/">Markup: Title With Markup</a> erschien zuerst auf <a href="https://www.schwarzachtal.at">Jausenstation Schwarzachtal in Gerlos im Zillertal</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.schwarzachtal.at/markup-title-with-markup/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Antidisestablishmentarianism</title>
		<link>https://www.schwarzachtal.at/title-should-not-overflow-the-content-area/</link>
					<comments>https://www.schwarzachtal.at/title-should-not-overflow-the-content-area/#respond</comments>
		
		<dc:creator><![CDATA[SZhansl19]]></dc:creator>
		<pubDate>Mon, 05 Oct 2009 19:00:59 +0000</pubDate>
				<category><![CDATA[Grüß Gott im Schwarzachtal]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[edge case]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[title]]></category>
		<guid isPermaLink="false">http://wptest.io/demo/?p=877</guid>

					<description><![CDATA[<p>Title should not overflow the content area A few things to check for: Non-breaking text in the title, content, and comments should have no adverse effects on layout or functionality. Check the browser window / tab title. If you are a plugin or widget developer, check that this text does not break anything. The following [&#8230;]</p>
<p>Der Beitrag <a href="https://www.schwarzachtal.at/title-should-not-overflow-the-content-area/">Antidisestablishmentarianism</a> erschien zuerst auf <a href="https://www.schwarzachtal.at">Jausenstation Schwarzachtal in Gerlos im Zillertal</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Title should not overflow the content area</h2>
<p>A few things to check for:</p>
<ul>
<li>Non-breaking text in the title, content, and comments should have no adverse effects on layout or functionality.</li>
<li>Check the browser window / tab title.</li>
<li>If you are a plugin or widget developer, check that this text does not break anything.</li>
</ul>
<p><span id="more-1175"></span></p>
<p>The following CSS properties will help you support non-breaking text.</p>
<pre>-ms-word-wrap: break-word;
word-wrap: break-word;</pre>
<p>&nbsp;</p>
<p>Der Beitrag <a href="https://www.schwarzachtal.at/title-should-not-overflow-the-content-area/">Antidisestablishmentarianism</a> erschien zuerst auf <a href="https://www.schwarzachtal.at">Jausenstation Schwarzachtal in Gerlos im Zillertal</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.schwarzachtal.at/title-should-not-overflow-the-content-area/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Edge Case: Many Tags</title>
		<link>https://www.schwarzachtal.at/edge-case-many-tags/</link>
					<comments>https://www.schwarzachtal.at/edge-case-many-tags/#respond</comments>
		
		<dc:creator><![CDATA[SZhansl19]]></dc:creator>
		<pubDate>Mon, 01 Jun 2009 08:00:34 +0000</pubDate>
				<category><![CDATA[Grüß Gott im Schwarzachtal]]></category>
		<category><![CDATA[8BIT]]></category>
		<category><![CDATA[alignment]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[captions]]></category>
		<category><![CDATA[categories]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[Codex]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[dowork]]></category>
		<category><![CDATA[edge case]]></category>
		<category><![CDATA[embeds]]></category>
		<category><![CDATA[excerpt]]></category>
		<category><![CDATA[Fail]]></category>
		<category><![CDATA[featured image]]></category>
		<category><![CDATA[FTW]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[jetpack]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[Love]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[Mothership]]></category>
		<category><![CDATA[Must Read]]></category>
		<category><![CDATA[Nailed It]]></category>
		<category><![CDATA[Pictures]]></category>
		<category><![CDATA[Post Formats]]></category>
		<category><![CDATA[quote]]></category>
		<category><![CDATA[shortcode]]></category>
		<category><![CDATA[standard]]></category>
		<category><![CDATA[Success]]></category>
		<category><![CDATA[Swagger]]></category>
		<category><![CDATA[Tags]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Unseen]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[videopress]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress.tv]]></category>
		<guid isPermaLink="false">http://wpthemetestdata.wordpress.com/2007/11/24/many-tags/</guid>

					<description><![CDATA[<p>This post has many tags. Integer id leo sit amet nibh ullamcorper ultricies. Phasellus commodo, urna vitae pulvinar viverra, augue quam facilisis ex, et venenatis mi tellus sed odio. Maecenas libero eros, consequat a sem in, feugiat rutrum quam. Suspendisse potenti. Fusce eu elit metus. Suspendisse vestibulum nisi sit amet arcu hendrerit blandit. Praesent urna [&#8230;]</p>
<p>Der Beitrag <a href="https://www.schwarzachtal.at/edge-case-many-tags/">Edge Case: Many Tags</a> erschien zuerst auf <a href="https://www.schwarzachtal.at">Jausenstation Schwarzachtal in Gerlos im Zillertal</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This post has many tags.</p>
<p>Integer id leo sit amet nibh ullamcorper ultricies. Phasellus commodo, urna vitae pulvinar viverra, augue quam facilisis ex, et venenatis mi tellus sed odio.</p>
<p><span id="more-1151"></span></p>
<p>Maecenas libero eros, consequat a sem in, feugiat rutrum quam. Suspendisse potenti. Fusce eu elit metus. Suspendisse vestibulum nisi sit amet arcu hendrerit blandit. Praesent urna diam, molestie in velit id, commodo sagittis diam. Nam volutpat vulputate mauris sollicitudin semper. Integer viverra, dolor non dictum pellentesque, ligula ante pulvinar diam, eu mattis urna eros lacinia turpis.</p>
<p>Maecenas non hendrerit eros. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean iaculis efficitur blandit. Duis volutpat fermentum gravida. Morbi sollicitudin gravida maximus. Phasellus convallis purus a volutpat molestie.</p>
<p>Nam sit amet arcu lectus. Etiam vel diam at diam sollicitudin tincidunt id ac nibh. Proin molestie cursus placerat. Mauris enim ligula, interdum sed erat ut, ultrices fermentum purus. Proin accumsan nisi justo, vel ultricies nisl tincidunt sit amet. Ut tristique nunc elit, eu molestie lectus venenatis at. In condimentum faucibus mauris quis ullamcorper.</p>
<p>Der Beitrag <a href="https://www.schwarzachtal.at/edge-case-many-tags/">Edge Case: Many Tags</a> erschien zuerst auf <a href="https://www.schwarzachtal.at">Jausenstation Schwarzachtal in Gerlos im Zillertal</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.schwarzachtal.at/edge-case-many-tags/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
