<?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>HTML5 Archives -</title>
	<atom:link href="https://mitindia.in/tag/html5/feed/" rel="self" type="application/rss+xml" />
	<link>https://mitindia.in/tag/html5/</link>
	<description></description>
	<lastBuildDate>Fri, 06 Jan 2023 08:53:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://mitindia.in/wp-content/uploads/2023/03/cropped-android-chrome-512x512-1-32x32.png</url>
	<title>HTML5 Archives -</title>
	<link>https://mitindia.in/tag/html5/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>CSS blocks-and-menus</title>
		<link>https://mitindia.in/css-blocks-and-menus/</link>
		
		<dc:creator><![CDATA[SKB]]></dc:creator>
		<pubDate>Wed, 22 Jun 2016 10:37:06 +0000</pubDate>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[css menu]]></category>
		<category><![CDATA[css shapes]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[shivling using css]]></category>
		<guid isPermaLink="false">http://www.mitindia.in/?p=140</guid>

					<description><![CDATA[<p>In this tutorial you&#8217;ll able to create a css [cascading style sheet] blocks for your web site. Below are the some of examples you can refer . Creating beautiful hyperlink buttons with CSS blocks. Example 1. &#60;html&#62; &#60;head&#62; &#60;style&#62; #corner1{ border-radius: 15px 50px 30px 5px; background: skyblue; padding: 20px; width: 100px; height: 25px; } #corner2{ [&#8230;]</p>
<p>The post <a href="https://mitindia.in/css-blocks-and-menus/">CSS blocks-and-menus</a> appeared first on <a href="https://mitindia.in"></a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In this tutorial you&#8217;ll able to create a css [cascading style sheet] blocks for your web site.<br />
Below are the some of examples you can refer .<br />
Creating beautiful hyperlink buttons with CSS blocks.<br />
Example 1.</p>
<pre>&lt;html&gt;
&lt;head&gt;
&lt;style&gt; 
#corner1{
  border-radius: 15px 50px 30px 5px;
   background: skyblue;
   padding: 20px; 
   width: 100px;
   height: 25px; 
}

#corner2{
  border-radius: 15px 50px 30px 5px;
   background: green;
   padding: 20px; 
   width: 100px;
   height: 25px; 
}


#corner3{
  border-radius: 15px 50px 30px 5px;
   background: red;
   padding: 20px; 
   width: 100px;
   height: 25px; 
}

#corner4{
  border-radius: 15px 50px 30px 5px;
   background: cyan;
   padding: 20px; 
   width: 100px;
   height: 25px; 
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;p id="corner1"&gt; About us &lt;/p&gt;
&lt;p id="corner2"&gt; Contact us &lt;/p&gt;
&lt;p id="corner3"&gt; Login here &lt;/p&gt;
&lt;p id="corner4"&gt; siteMap &lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>
<p>output of the above code is:</p>
<div class="separator"><img fetchpriority="high" decoding="async" class="alignnone" src="http://4.bp.blogspot.com/-W0xF7RbIq1Q/VmgfuShcS7I/AAAAAAAAA8I/OR8ja6DJgwc/s400/csshyperlinks_blocks1.JPG" width="166" height="400" border="0" /></div>
<p>Example 2.</p>
<pre>&lt;html&gt;
&lt;head&gt;
&lt;style&gt; 
#corner1{
  border-radius: 20px 20px 0px 0px;
   background: khaki;
   padding: 20px; 
   width: 950px;
   height: 25px; 
background-image: url("ubuntu.png");
}

#corner2{
  border-radius: 15px 15px 15px 15px;
   background: skyblue;
   padding: 50px; 
   width: 100px;
   height: 25px; 
}

#corner3{
   border-radius: 15px 15px 15px 15px;
   background: green;
   padding: 50px; 
   width: 100px;
   height: 25px; 
}

#corner4{
  border-radius: 15px 15px 15px 15px;
   background: magenta;
   padding: 50px; 
   width: 100px;
   height: 25px; 
}

#corner5{
  border-radius: 15px 15px 15px 15px;
   background: red;
   padding: 50px; 
   width: 100px;
   height: 55px; 
font-size:22pt;
color:red;
background-image: url("solid.jpg");
background-color: blue;
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;p id="corner1"&gt;&lt;marquee&gt; Hello world &lt;/marquee&gt; &lt;/p&gt;
&lt;p id="corner2"&gt; Hello world &lt;/p&gt;
&lt;p id="corner3"&gt; Hello world &lt;/p&gt;
&lt;p id="corner4"&gt; Hello world &lt;/p&gt;

&lt;table border=0 cellpadding=2 cellspacing=2&gt; 
&lt;tr bgcolor=khaki&gt;
&lt;th&gt; Course Name&lt;/th&gt; 
&lt;th&gt; Duration &lt;/th&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td&gt; Web  &lt;/td&gt; 
&lt;td&gt; 2 Months &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt; Android App Development &lt;/td&gt; 
&lt;td&gt; 2 Months &lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;

&lt;h2 id="corner5"&gt; Welcome to inline CSS &lt;/h2&gt;
&lt;img src="d:\web-design.jpg" id="corner5"&gt;
&lt;h3 id="corner4"&gt; Welcome &lt;/h3&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>
<p>output:</p>
<div class="separator"><img decoding="async" class="alignnone" src="http://2.bp.blogspot.com/-sooRDLUPqTk/VmgghciLuzI/AAAAAAAAA8Y/4atM46vThY0/s400/csshyperlinks_blocks2.JPG" width="275" height="400" border="0" /></div>
<p>Example 3.</p>
<pre>&lt;html&gt;
&lt;head&gt;
&lt;style&gt; 
#corner1{
  border-radius: 35px 15px 50px 5px;
   background: khaki;
   padding: 20px; 
   width: 100px;
   height: 25px; 
}

#corner2{
  border-radius: 35px 15px 50px 5px;
   background: skyblue;
   padding: 20px; 
   width: 100px;
   height: 25px; 
}


#corner3{
  border-radius: 35px 15px 50px 5px;
   background: green;
   padding: 20px; 
   width: 100px;
   height: 25px; 
}

#corner4{
  border-radius: 35px 15px 50px 5px;
   background: skyblue;
   padding: 20px; 
   width: 100px;
   height: 25px; 
}

#corner5{
  border-radius: 15px 15px 15px 15px;
   padding: 50px; 
   width: 100px;
   height: 55px; 
font-size:22pt;
color:red;
background-color: yellow;
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;p id="corner1"&gt;Home &lt;/p&gt;
&lt;p id="corner2"&gt; About us &lt;/p&gt;
&lt;p id="corner3"&gt; Login here &lt;/p&gt;
&lt;p id="corner4"&gt; Contact us &lt;/p&gt;

&lt;table border=0 cellpadding=2 cellspacing=2&gt; 
&lt;tr bgcolor=khaki&gt;
&lt;th&gt; Course Name&lt;/th&gt; 
&lt;th&gt; Duration &lt;/th&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td&gt; Web  &lt;/td&gt; 
&lt;td&gt; 2 Months &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt; Android App Development &lt;/td&gt; 
&lt;td&gt; 2 Months &lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;

&lt;h2 id="corner5"&gt; Welcome to inline CSS &lt;/h2&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>
<p>Output:</p>
<div class="separator"><img decoding="async" class="alignnone" src="http://3.bp.blogspot.com/-Xw-VaXkphUY/VmghMs_VwaI/AAAAAAAAA8g/bVJ4SExsu7k/s400/csshyperlinks_blocks3.JPG" width="230" height="400" border="0" /></div>
<p>Example 4.</p>
<pre>&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;style&gt;
div.img {
    margin: 5px;
    padding: 5px;
    border: 1px solid #ff0000;
    height: auto;
    width: auto;
    float: left;
    text-align: center;
}   

div.img img {
    display: inline;
    margin: 5px;
    border: 1px solid #ffffff;
}

div.img a:hover img {
    border: 1px solid #0000ff;
}

div.desc {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 5px;
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;h1&gt; CSS Blocks &lt;/h1&gt;
&lt;div class="img"&gt;
 &lt;a target="f3" href="wp2.html"&gt;&lt;img src="ubuntu.png" width="110" height="90"&gt;&lt;/a&gt;
 &lt;div class="desc"&gt;Ubuntu, a description of the image here&lt;/div&gt;
&lt;/div&gt;

&lt;div class="img"&gt;
 &lt;a target="f3" href="wp3.html"&gt;&lt;img src="solid.jpg" alt="Solid" width="110" height="90"&gt;&lt;/a&gt;
 &lt;div class="desc"&gt;Solid, a description of the image here&lt;/div&gt;
&lt;/div&gt;

&lt;div class="img"&gt;
 &lt;a target="f3" href="wp4.html"&gt;&lt;img src="java-logo.jpg" alt="java" width="110" height="90"&gt;&lt;/a&gt;
 &lt;div class="desc"&gt;Java,  a description of the image here&lt;/div&gt;
&lt;/div&gt;

&lt;div class="img"&gt;
 &lt;a target="f3" href="wp5.html"&gt;&lt;img src="web-design.jpg" alt="web" width="110" height="90"&gt;&lt;/a&gt;
 &lt;div class="desc"&gt;web, a description of the image here&lt;/div&gt;
&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;</pre>
<p>output:</p>
<p><img loading="lazy" decoding="async" class="alignnone" src="http://1.bp.blogspot.com/-vAhfVrPvcBg/VmghwuqJFrI/AAAAAAAAA8o/g18_xq48inU/s640/csshyperlinks_blocks4.JPG" width="640" height="339" border="0" /></p>
<p>Example 5. Table with CSS properties.</p>
<pre>&lt;html&gt;
&lt;head&gt;
&lt;style&gt;
table, td, th {
    border: 5px solid blue;
color:black;
}

th {
    background-color: blue;
    color: white;
}
&lt;/style&gt;
&lt;/head&gt;

&lt;body&gt;
&lt;table&gt;
  &lt;tr&gt;
    &lt;th&gt;Firstname&lt;/th&gt;
    &lt;th&gt;Lastname&lt;/th&gt;
    &lt;th&gt;Address&lt;/th&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;Ramu&lt;/td&gt;
    &lt;td&gt;Gopi&lt;/td&gt;
    &lt;td&gt;Mumbai&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;Suman&lt;/td&gt;
    &lt;td&gt;Rastogi&lt;/td&gt;
    &lt;td&gt;Indore&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;Kevin&lt;/td&gt;
    &lt;td&gt;Saman&lt;/td&gt;
    &lt;td&gt;Delhi&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>
<p>output:</p>
<div class="separator"><img loading="lazy" decoding="async" class="alignnone" src="http://3.bp.blogspot.com/--w_E4K3u3zI/VmgiZa8ASYI/AAAAAAAAA80/VgsFG8KiTC0/s400/csshyperlinks_blocks5.JPG" width="400" height="226" border="0" /></div>
<div>Example 6 (create shivling using css blocks!)</div>
<div>
<pre class="EnlighterJSRAW" data-enlighter-language="css">&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;style&gt;
h1{color:blue;font-family: tahoma; font-size:18pt; background-image:linear-gradient(to bottom, orange,skyblue,white); width:250px; height:30px; border-radius:0px 30px 0px 30px; text-shadow:black 2px 2px;}

#br{background-color:black; width:50px; height:150px; border-radius:30px; padding: 10px; color: white;}
#vs{background-color:black; width:250px; height:30px; border-radius:30px;}
#sh{background-color:black; width:250px; height:30px; border-radius:30px; }

body{background-image:linear-gradient(to bottom, skyblue, white); background-repeat: no-repeat;}

&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;center&gt;
&lt;h1&gt;Om Namaha Shivay &lt;/h1&gt;
&lt;p id="br"&gt;=== &lt;/p&gt;
&lt;p id="vs"&gt; &lt;/p&gt;
&lt;p id="sh"&gt; &lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>
<p>and the Output is as following!</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1296" src="http://www.mitindia.in/wp-content/uploads/2016/06/shivlings-300x287.png" alt="" width="300" height="287" srcset="https://mitindia.in/wp-content/uploads/2016/06/shivlings-300x287.png 300w, https://mitindia.in/wp-content/uploads/2016/06/shivlings.png 570w" sizes="(max-width: 300px) 100vw, 300px" /></p>
</div>
<p>&nbsp;</p>
<p><a class="a2a_button_whatsapp" href="https://www.addtoany.com/add_to/whatsapp?linkurl=https%3A%2F%2Fmitindia.in%2Fcss-blocks-and-menus%2F&amp;linkname=CSS%20blocks-and-menus" title="WhatsApp" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fmitindia.in%2Fcss-blocks-and-menus%2F&amp;linkname=CSS%20blocks-and-menus" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fmitindia.in%2Fcss-blocks-and-menus%2F&#038;title=CSS%20blocks-and-menus" data-a2a-url="https://mitindia.in/css-blocks-and-menus/" data-a2a-title="CSS blocks-and-menus"><img src="https://static.addtoany.com/buttons/favicon.png" alt="Share"></a></p><p>The post <a href="https://mitindia.in/css-blocks-and-menus/">CSS blocks-and-menus</a> appeared first on <a href="https://mitindia.in"></a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>HTML5 Validation</title>
		<link>https://mitindia.in/html5-validation/</link>
					<comments>https://mitindia.in/html5-validation/#comments</comments>
		
		<dc:creator><![CDATA[SKB]]></dc:creator>
		<pubDate>Wed, 22 Jun 2016 10:33:44 +0000</pubDate>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML5]]></category>
		<guid isPermaLink="false">http://www.mitindia.in/?p=137</guid>

					<description><![CDATA[<p>Following example states the use of HTML5 control form validation. &#60;!DOCTYPE html&#62; &#60;html&#62; &#60;body&#62; &#60;h1&#62; HTML5 Form Validation &#60;/h1&#62; &#60;hr&#62; &#60;form name=f1&#62; Enter name: &#60;input type="text" pattern="[a-zA-Z]+" title="Your name without space" required /&#62; &#60;/br&#62; Email id: &#60;input type="email" required /&#62; &#60;/br&#62; WebAddress: &#60;input type="url" required/&#62; starts with http:// &#60;/br&#62; Phone number: &#60;input type="tel" pattern="^\d{2}-\d{10}" required/&#62; [&#8230;]</p>
<p>The post <a href="https://mitindia.in/html5-validation/">HTML5 Validation</a> appeared first on <a href="https://mitindia.in"></a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Following example states the use of HTML5 control form validation.</p>
<pre>&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;body&gt;
&lt;h1&gt; HTML5 Form Validation &lt;/h1&gt;
&lt;hr&gt;
&lt;form name=f1&gt;
Enter name: &lt;input type="text" pattern="[a-zA-Z]+" title="Your name without space" required /&gt; &lt;/br&gt;
Email id: &lt;input type="email" required /&gt; &lt;/br&gt;
WebAddress: &lt;input type="url" required/&gt; starts with http:// &lt;/br&gt;
Phone number: &lt;input type="tel"  pattern="^\d{2}-\d{10}" required/&gt; [e.g:91-9876543210]  &lt;/br&gt;

Enter date: &lt;input type="date"&gt; &lt;/br&gt;
Enter Age: &lt;input type="number" size="6" name="age" min="18" max="99" value="21"&gt;&lt;/br&gt;

&lt;input type="submit" /&gt;
&lt;/form&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>
<p>Output of the above page is:</p>
<div class="separator"><img loading="lazy" decoding="async" class="alignnone" src="http://1.bp.blogspot.com/-gPzb9VhVnWo/Vm_apQujKSI/AAAAAAAAA_M/kbPgqlJFUVM/s640/html5.JPG" width="640" height="459" border="0" /></div>
<p>Thank you for reading!</p>
<p><a class="a2a_button_whatsapp" href="https://www.addtoany.com/add_to/whatsapp?linkurl=https%3A%2F%2Fmitindia.in%2Fhtml5-validation%2F&amp;linkname=HTML5%20Validation" title="WhatsApp" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fmitindia.in%2Fhtml5-validation%2F&amp;linkname=HTML5%20Validation" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fmitindia.in%2Fhtml5-validation%2F&#038;title=HTML5%20Validation" data-a2a-url="https://mitindia.in/html5-validation/" data-a2a-title="HTML5 Validation"><img src="https://static.addtoany.com/buttons/favicon.png" alt="Share"></a></p><p>The post <a href="https://mitindia.in/html5-validation/">HTML5 Validation</a> appeared first on <a href="https://mitindia.in"></a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mitindia.in/html5-validation/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
