<?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>Mohan Yadav, Author at Codeplaners</title>
	<atom:link href="https://codeplaners.com/author/mohan/feed/" rel="self" type="application/rss+xml" />
	<link>https://codeplaners.com/author/mohan/</link>
	<description>Code Solution</description>
	<lastBuildDate>Fri, 09 Apr 2021 08:25:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>

<image>
	<url>https://codeplaners.com/wp-content/uploads/2020/09/cropped-favicon-social-32x32.png</url>
	<title>Mohan Yadav, Author at Codeplaners</title>
	<link>https://codeplaners.com/author/mohan/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Bootstrap Rating Example</title>
		<link>https://codeplaners.com/bootstrap-rating-example/</link>
					<comments>https://codeplaners.com/bootstrap-rating-example/#respond</comments>
		
		<dc:creator><![CDATA[Mohan Yadav]]></dc:creator>
		<pubDate>Fri, 09 Apr 2021 08:25:31 +0000</pubDate>
				<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[HTML&CSS]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[bootstrap]]></category>
		<category><![CDATA[bootstrap 3]]></category>
		<guid isPermaLink="false">https://codeplaners.com/?p=558</guid>

					<description><![CDATA[<p>In this article, we will show you Bootstrap Rating Example. This article will give you simple example of Bootstrap Rating Example.</p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/bootstrap-rating-example/">Bootstrap Rating Example</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In this article, we will show you Bootstrap Rating Example. This article will give you simple example of Bootstrap Rating Example. </p>
<pre class="brush: xml; title: ; notranslate">
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
	&lt;title&gt;Bootstrap rating example&lt;/title&gt;
	&lt;link href=&quot;http://netdna.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.css&quot; rel=&quot;stylesheet&quot;&gt;
	&lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.js&quot;&gt;&lt;/script&gt;
	&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/bootstrap-star-rating/4.0.2/css/star-rating.min.css&quot; /&gt;
	&lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/bootstrap-star-rating/4.0.2/js/star-rating.min.js&quot;&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;


&lt;div class=&quot;container&quot;&gt;


	&lt;h2&gt;Bootstrap rating example&lt;/h2&gt;


    &lt;br/&gt;
    &lt;label for=&quot;input-1&quot; class=&quot;control-label&quot;&gt;Give a rating for Java:&lt;/label&gt;
    &lt;input id=&quot;input-1&quot; name=&quot;input-1&quot; class=&quot;rating rating-loading&quot; data-min=&quot;0&quot; data-max=&quot;5&quot; data-step=&quot;0.1&quot; value=&quot;2&quot;&gt;


    &lt;br/&gt;
    &lt;label for=&quot;input-2&quot; class=&quot;control-label&quot;&gt;Give a rating for Laravel:&lt;/label&gt;
    &lt;input id=&quot;input-2&quot; name=&quot;input-2&quot; class=&quot;rating rating-loading&quot; data-min=&quot;0&quot; data-max=&quot;5&quot; data-step=&quot;0.1&quot; value=&quot;4&quot;&gt;


    &lt;br/&gt;
    &lt;label for=&quot;input-3&quot; class=&quot;control-label&quot;&gt;Give a rating for PHP:&lt;/label&gt;
    &lt;input id=&quot;input-3&quot; name=&quot;input-3&quot; class=&quot;rating rating-loading&quot; data-min=&quot;0&quot; data-max=&quot;5&quot; data-step=&quot;0.1&quot; value=&quot;5&quot;&gt;


&lt;/div&gt;


&lt;script&gt;
$(&quot;#input-id&quot;).rating();
&lt;/script&gt;


&lt;/body&gt;
&lt;/html&gt;
</pre>
<p>The post <a rel="nofollow" href="https://codeplaners.com/bootstrap-rating-example/">Bootstrap Rating Example</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://codeplaners.com/bootstrap-rating-example/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
