<?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>Department of Physics &#187; css</title>
	<atom:link href="http://www.pondiuni.edu.in/departments/physics/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pondiuni.edu.in/departments/physics</link>
	<description>Prestigious Central University</description>
	<lastBuildDate>Wed, 01 Jan 2020 19:03:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>Markup: HTML Tags and Formatting</title>
		<link>http://www.pondiuni.edu.in/departments/physics/markup-html-tags-and-formatting/</link>
		<comments>http://www.pondiuni.edu.in/departments/physics/markup-html-tags-and-formatting/#comments</comments>
		<pubDate>Sat, 12 Jan 2013 03:22:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Markup]]></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[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...]]></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. <cite>Steve Jobs &#8211; Apple Worldwide Developers&#8217; Conference, 1997</cite></p></blockquote>
<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 &#8220;Big Black&#8221; Boykins, &#8220;Do Work&#8221; 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 &#8220;seriously&#8221;.</p>
<p><strong>Acronym Tag (<em>deprecated in HTML5</em>)</strong></p>
<p>The acronym <acronym title="For The Win">ftw</acronym> stands for &#8220;for the win&#8221;.</p>
<p><strong>Big Tag</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pondiuni.edu.in/departments/physics/markup-html-tags-and-formatting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Markup: Image Alignment</title>
		<link>http://www.pondiuni.edu.in/departments/physics/markup-image-alignment/</link>
		<comments>http://www.pondiuni.edu.in/departments/physics/markup-image-alignment/#comments</comments>
		<pubDate>Fri, 11 Jan 2013 03:15:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Markup]]></category>
		<category><![CDATA[alignment]]></category>
		<category><![CDATA[captions]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[markup]]></category>

		<guid isPermaLink="false">http://wptest.io/demo/?p=903</guid>
		<description><![CDATA[Welcome to image alignment! The best way to demonstrate the ebb and flow of the various image positioning options is to nestle them snuggly among an ocean of words. Grab a paddle and let&#8217;s get started. On the topic of alignment, it should be noted that users can choose from the options of...]]></description>
				<content:encoded><![CDATA[<p><span style="line-height:1.714285714;font-size:1rem;">Welcome to image alignment! The best way to demonstrate the ebb and flow of the various image positioning options is to nestle them snuggly among an ocean of words. Grab a paddle and let&#8217;s get started.</span></p>
<p>On the topic of alignment, it should be noted that users can choose from the options of</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pondiuni.edu.in/departments/physics/markup-image-alignment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Markup: Text Alignment</title>
		<link>http://www.pondiuni.edu.in/departments/physics/markup-text-alignment/</link>
		<comments>http://www.pondiuni.edu.in/departments/physics/markup-text-alignment/#comments</comments>
		<pubDate>Wed, 09 Jan 2013 16:00:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Markup]]></category>
		<category><![CDATA[alignment]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[markup]]></category>

		<guid isPermaLink="false">http://wptest.io/demo/?p=895</guid>
		<description><![CDATA[Default This is a paragraph. It should not have any alignment of any kind. It should just flow like you would normally expect. Nothing fancy. Just straight up text, free flowing, with love. Completely neutral and not picking a side or sitting on the fence. It just is. It just freaking is. It likes w...]]></description>
				<content:encoded><![CDATA[<h3>Default</h3>
<p>This is a paragraph. It should not have any alignment of any kind. It should just flow like you would normally expect. Nothing fancy. Just straight up text, free flowing, with love. Completely neutral and not picking a side or sitting on the fence. It just is. It just freaking is. It likes where it is. It does not feel compelled to pick a side. Leave him be. It will just be better that way. Trust me.</p>
<h3>Left Align</h3>
<p style="text-align:left;">This is a paragraph. It is left aligned. Because of this, it is a bit more liberal in it&#8217;s views. It&#8217;s favorite color is green. Left align tends to be more eco-friendly, but it provides no concrete evidence that it really is. Even though it likes share the wealth evenly, it leaves the equal distribution up to justified alignment.</p>
<h3>Center Align</h3>
<p style="text-align:center;">This is a paragraph. It is center aligned. Center is, but nature, a fence sitter. A flip flopper. It has a difficult time making up its mind. It wants to pick a side. Really, it does. It has the best intentions, but it tends to complicate matters more than help. The best you can do is try to win it over and hope for the best. I hear center align does take bribes.</p>
<h3>Right Align</h3>
<p style="text-align:right;">This is a paragraph. It is right aligned. It is a bit more conservative in it&#8217;s views. It&#8217;s prefers to not be told what to do or how to do it. Right align totally owns a slew of guns and loves to head to the range for some practice. Which is cool and all. I mean, it&#8217;s a pretty good shot from at least four or five football fields away. Dead on. So boss.</p>
<h3>Justify Align</h3>
<p style="text-align:justify;">This is a paragraph. It is justify aligned. It gets really mad when people associate it with Justin Timberlake. Typically, justified is pretty straight laced. It likes everything to be in it&#8217;s place and not all cattywampus</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pondiuni.edu.in/departments/physics/markup-text-alignment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Markup: Title With Markup</title>
		<link>http://www.pondiuni.edu.in/departments/physics/markup-title-with-markup/</link>
		<comments>http://www.pondiuni.edu.in/departments/physics/markup-title-with-markup/#comments</comments>
		<pubDate>Sat, 05 Jan 2013 17:00:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Markup]]></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[Verify that: The post title renders the word &#8220;with&#8221; in italics and the word &#8220;markup&#8221; in bold. The post title markup should be removed from the browser window / tab....]]></description>
				<content:encoded><![CDATA[<p>Verify that:</p>
<ul>
<li><span style="line-height:1.714285714;font-size:1rem;">The post title renders the word &#8220;with&#8221; in </span><em style="line-height:1.714285714;font-size:1rem;">italics</em><span style="line-height:1.714285714;font-size:1rem;"> and the word &#8220;markup&#8221; in </span><strong style="line-height:1.714285714;font-size:1rem;">bold</strong><span style="line-height:1.714285714;font-size:1rem;">.</span></li>
<li><span style="line-height:1.714285714;font-size:1rem;">The post title markup should be removed from the browser window / tab.</span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.pondiuni.edu.in/departments/physics/markup-title-with-markup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Antidisestablishmentarianism</title>
		<link>http://www.pondiuni.edu.in/departments/physics/title-should-not-overflow-the-content-area/</link>
		<comments>http://www.pondiuni.edu.in/departments/physics/title-should-not-overflow-the-content-area/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 19:00:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Edge Case]]></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[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 an...]]></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>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>
]]></content:encoded>
			<wfw:commentRss>http://www.pondiuni.edu.in/departments/physics/title-should-not-overflow-the-content-area/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Edge Case: Many Tags</title>
		<link>http://www.pondiuni.edu.in/departments/physics/edge-case-many-tags/</link>
		<comments>http://www.pondiuni.edu.in/departments/physics/edge-case-many-tags/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 08:00:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Edge Case]]></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[This post has many tags....]]></description>
				<content:encoded><![CDATA[<p>This post has many tags.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pondiuni.edu.in/departments/physics/edge-case-many-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Edge Case: Nested And Mixed Lists</title>
		<link>http://www.pondiuni.edu.in/departments/physics/edge-case-nested-and-mixed-lists/</link>
		<comments>http://www.pondiuni.edu.in/departments/physics/edge-case-nested-and-mixed-lists/#comments</comments>
		<pubDate>Fri, 15 May 2009 21:48:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Edge Case]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[edge case]]></category>
		<category><![CDATA[lists]]></category>
		<category><![CDATA[markup]]></category>

		<guid isPermaLink="false">http://wptest.io/demo/?p=1000</guid>
		<description><![CDATA[Nested and mixed lists are an interesting beast. It&#8217;s a corner case to make sure that Lists within lists do not break the ordered list numbering order Your list styles go deep enough. Ordered &#8211; Unordered &#8211; Ordered ordered item ordered item unordered unordered ordered item ordered i...]]></description>
				<content:encoded><![CDATA[<p>Nested and mixed lists are an interesting beast. It&#8217;s a corner case to make sure that</p>
<ul>
<li><span style="line-height:1.714285714;font-size:1rem;">Lists within lists do not break the ordered list numbering order</span></li>
<li><span style="line-height:1.714285714;font-size:1rem;">Your list styles go deep enough.</span></li>
</ul>
<h3>Ordered &#8211; Unordered &#8211; Ordered</h3>
<ol>
<li>ordered item</li>
<li>ordered item
<ul>
<li><strong>unordered</strong></li>
<li><strong>unordered</strong>
<ol>
<li>ordered item</li>
<li>ordered item</li>
</ol>
</li>
</ul>
</li>
<li>ordered item</li>
<li>ordered item</li>
</ol>
<h3>Ordered &#8211; Unordered &#8211; Unordered</h3>
<ol>
<li>ordered item</li>
<li>ordered item
<ul>
<li><strong>unordered</strong></li>
<li><strong>unordered</strong>
<ul>
<li>unordered item</li>
<li>unordered item</li>
</ul>
</li>
</ul>
</li>
<li>ordered item</li>
<li>ordered item</li>
</ol>
<h3>Unordered &#8211; Ordered &#8211; Unordered</h3>
<ul>
<li>unordered item</li>
<li>unordered item
<ol>
<li>ordered</li>
<li>ordered
<ul>
<li>unordered item</li>
<li>unordered item</li>
</ul>
</li>
</ol>
</li>
<li>unordered item</li>
<li>unordered item</li>
</ul>
<h3>Unordered &#8211; Unordered &#8211; Ordered</h3>
<ul>
<li>unordered item</li>
<li>unordered item
<ul>
<li>unordered</li>
<li>unordered
<ol>
<li><strong>ordered item</strong></li>
<li><strong>ordered item</strong></li>
</ol>
</li>
</ul>
</li>
<li>unordered item</li>
<li>unordered item</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.pondiuni.edu.in/departments/physics/edge-case-nested-and-mixed-lists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
