<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"><channel><title>The Info</title><description>Learn Full Web Designing and Graphic Designing Tutorial</description><managingEditor>noreply@blogger.com (Anonymous)</managingEditor><pubDate>Fri, 8 Nov 2024 20:55:37 +0530</pubDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">9</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">25</openSearch:itemsPerPage><link>https://theinfotechweb.blogspot.com/</link><language>en-us</language><itunes:explicit>no</itunes:explicit><itunes:subtitle>Learn Full Web Designing and Graphic Designing Tutorial</itunes:subtitle><itunes:owner><itunes:email>noreply@blogger.com</itunes:email></itunes:owner><item><title>Address Tag</title><link>https://theinfotechweb.blogspot.com/2018/09/address-tag.html</link><category>AtextTag</category><category>Tags</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sun, 23 Sep 2018 00:17:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-847187896966812030.post-8299407633718500953</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjGFk4eY6mWzlw66LUK4IWKceHqmUKD-xttgFHHqGm4B_LN-78LO8bLx-LgCCsfM-VoKvTlR9IsRll_wDaG9UMFtmFZlwPlEywGD8EZE-nM5A0CMbUysfWmK5YhPrc7FFRB-Yz3lpbaHo/s1600/d.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="address" border="0" data-original-height="430" data-original-width="775" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjGFk4eY6mWzlw66LUK4IWKceHqmUKD-xttgFHHqGm4B_LN-78LO8bLx-LgCCsfM-VoKvTlR9IsRll_wDaG9UMFtmFZlwPlEywGD8EZE-nM5A0CMbUysfWmK5YhPrc7FFRB-Yz3lpbaHo/s1600/d.jpg" title="address" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
The &lt;b&gt;&amp;lt;address&amp;gt;&lt;/b&gt; tag is a tag of HTML that allows the document to be owners and the author of the articles provide search engine, Another writer who writes the article is a writer Its information provides the search engine. And if there is a website And there is a &lt;b&gt;&amp;lt;address&amp;gt; &lt;/b&gt;tag inside it So he provides the information search engine to the owner of that document.&lt;br /&gt;
&lt;br /&gt;
If it is placed inside the &lt;b&gt;&amp;lt;address&amp;gt;&lt;/b&gt; tag &lt;b&gt;&amp;lt;body&amp;gt;&lt;/b&gt; tag, then it provides the contact information &lt;b&gt;&amp;lt;address&amp;gt;&lt;/b&gt; tag search engine of the document's owner.&lt;br /&gt;
&lt;br /&gt;
If located inside &lt;b&gt;&amp;lt;address&amp;gt;&lt;/b&gt; tag &lt;b&gt;&amp;lt;article&amp;gt;&lt;/b&gt;, then the entire author of the article provides search engine &lt;b&gt;&amp;lt;address&amp;gt;&lt;/b&gt; tag.&amp;nbsp;The &lt;b&gt;&amp;lt;address&amp;gt;&lt;/b&gt; element should be used to provide context-specific contact information (email, social media,&amp;nbsp; mailing address URLs, etc.) relevant to the author of the current site, document, page , section, or article.&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;
Example Code :&lt;/h2&gt;
&lt;div class="TagCode"&gt;
&lt;code&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;Address Tag Demo &amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;

&amp;lt;p&amp;gt; Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, &amp;lt;/p&amp;gt;&lt;br /&gt;&lt;br /&gt;

&amp;lt;address&amp;gt;&lt;br /&gt;
Vishal Khasiya &lt;br /&gt;
L.H.Road, Juni Shaktiviay,&lt;br /&gt;
Varachha Road - Surat. &lt;br /&gt;
pin:395006 &lt;br /&gt;

&amp;lt;/address&amp;gt;&lt;br /&gt;&lt;br /&gt;

&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;/code&gt;
&lt;/div&gt;
&lt;h2&gt;
Output :&lt;/h2&gt;
&lt;div class="Output"&gt;
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,&lt;br /&gt;
&lt;br /&gt;
&lt;address&gt;
Vishal Khasiya &lt;br /&gt;
L.H.Road, Juni Shaktiviay,&lt;br /&gt;
Varachha Road - Surat. &lt;br /&gt;
pin:395006
&lt;/address&gt;
&lt;/div&gt;
&lt;h2&gt;
&lt;/h2&gt;
&lt;h2&gt;
&lt;br /&gt;&lt;/h2&gt;
&lt;h2&gt;
Browser Support :&lt;/h2&gt;
&lt;div class="browser-support"&gt;
&lt;table class="browser-verions"&gt;
     &lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img alt="crome" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwNVb-b7_AQrOPPA1CdlUk83rStdTTHZEX5uIQqPT0o6qxusGe9vGP04ZBA8cCqUk94f1ZVzVBRhZEF6lKPqLTCf_Qh9E-6x7JxdfDpsKQK2L5KFfY0y0MiED2xCpBbO1Nz8hpQ6VFuIk/s1600/chrome-true.png" title="crome" /&gt;
&lt;/td&gt;&lt;td&gt;&lt;img alt="mozila" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdADSrySyoX69yZaeJfIWzsPvSOetZfEQu73myyN8jXz2sfvHmC_t7T4sOFgWmsU8ZYpHLMLAjEtGVkrUGUmd4qfK1iKayfKOOE2-MRcTa4ePyuaHxxVsy53z_uoHBji2ZSjRj67eCCcM/s1600/firefox-true.png" title="mozila" /&gt;
&lt;/td&gt;&lt;td&gt;&lt;img alt="opera" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhcBzbI50HqgirXFFiXfwvgPKcplbzcpY_3WWi-5grsrCSQSUc_PMOKGrsSxHgKPPgwaTBqXlh_xPHF3Uxosl2qgOoF9kLwHdnJdl3fUlmAz4ZOd4e039yZOt4lF1TuTc8YKLhhlpufUYA/s1600/opera-true.png" title="opera" /&gt;
&lt;/td&gt;&lt;td&gt;&lt;img alt="edge" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVS26_nyvuT87iUVrYTYKeVWBk2rssMLP6c3MKDyoLWhPgvibL14M8ceTzfF2liTPZ8QudCZ5CLyq4wnImcHv-XMRJvMMBHiCpgp0doXskOBmlPfsQMrnlnHwKmJ_DdbcSi1Eo-pCl1wE/s1600/edge-true.png" title="edge" /&gt;
&lt;/td&gt;&lt;td&gt;&lt;img alt="ei" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisj1xN7WmXNLQBdE2-WmyaeenMv2-PiQ7wWdaVxQbXuAVC7A7XHNkthYfsw8AwBemGI3Sj5B8b8_1SSA1zDm-MVzvTP-RYYzastm4zD-m-qtrkmrZn3JqBniCuIABtQN_haj9b1uoPNJo/s1600/ie-true.png" title="ei" /&gt;
&lt;/td&gt;&lt;td&gt;&lt;img alt="safari" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXEIkZIaT01UGnex2HmdC9qzda5p8fdwsIRER3SQYY3U3IKBdqj_XDALZMCbJ49VNwq_ooCBKsuHp95oH_TVCMIWssjGRzWuU8lShYbjZyTXRY54nSrZpejgy9Zf9qmx-a1y0oHh5VZpQ/s1600/safari-true.png" title="safari" /&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;b style="background: 0px 0px rgb(255, 255, 255); border: 0px; box-sizing: border-box; color: #656565; font-family: Verdana, sans-serif; font-size: 14px; outline: 0px; padding: 0px; vertical-align: baseline;"&gt;Thank You for Watching My Blog Post......&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjGFk4eY6mWzlw66LUK4IWKceHqmUKD-xttgFHHqGm4B_LN-78LO8bLx-LgCCsfM-VoKvTlR9IsRll_wDaG9UMFtmFZlwPlEywGD8EZE-nM5A0CMbUysfWmK5YhPrc7FFRB-Yz3lpbaHo/s72-c/d.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Acronym Tag</title><link>https://theinfotechweb.blogspot.com/2018/09/acronym-tag.html</link><category>AtextTag</category><category>Tags</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Thu, 20 Sep 2018 23:24:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-847187896966812030.post-7730260702656035180</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5GjPZ1HtRA5OfxnX4HbKxQXaUKHze8MOtEaW3p39fv91ce-bItXVErSGhKIbea31IUMgOtOGPDVEwszrqjGiCwU-tWKb2LY62Xhk6rwHXb3UQN9dwgvullDvarrqzb41dbmLeyFAoI5E/s1600/c.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="acronym" border="0" data-original-height="1052" data-original-width="1600" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5GjPZ1HtRA5OfxnX4HbKxQXaUKHze8MOtEaW3p39fv91ce-bItXVErSGhKIbea31IUMgOtOGPDVEwszrqjGiCwU-tWKb2LY62Xhk6rwHXb3UQN9dwgvullDvarrqzb41dbmLeyFAoI5E/s1600/c.jpg" title="acronym" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Hello Friends, First of all, you want to know that before looking at this post, you must definitely see the following post. Because the use of both of these post is the same.&lt;br /&gt;
&lt;br /&gt;
The use of the tag also shows the full word when hovering the mouse over a short text like &lt;b&gt;&amp;lt;abbr&amp;gt; &lt;/b&gt;tags.&amp;nbsp; Which is not shown in web page.&lt;br /&gt;
&lt;br /&gt;
It is the only difference between both &lt;b&gt;&amp;lt;abbr&amp;gt;&lt;/b&gt; tag and &lt;b&gt;&amp;lt;user&amp;gt;&lt;/b&gt; tag, &lt;b&gt;&amp;lt;abbr&amp;gt;&lt;/b&gt; tag was used earlier when HTML 4.0 or earlier version we used to be. But we started using the version of HTML 5.0 Since then we use more of the &lt;b&gt;&amp;lt;acronym&amp;gt;&lt;/b&gt; tag and ignore &lt;b&gt;&amp;lt;abbr&amp;gt;&lt;/b&gt; tag.&lt;br /&gt;
&lt;br /&gt;
How to use the &lt;b&gt;&amp;lt;acronym&amp;gt;&lt;/b&gt; tag in the example below and you can see by comparing it to &lt;b&gt;&amp;lt;abbr&amp;gt;&lt;/b&gt;.&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;
Example Code :&lt;/h2&gt;
&lt;div class="TagCode"&gt;
&lt;code&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt; Acronym Tag Demo &amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;

&amp;lt;p&amp;gt; The &amp;lt;acronym title="World Wide Web"&amp;gt; WWW &amp;lt;/acronym&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;/code&gt;
&lt;/div&gt;
&lt;h2&gt;
Output :&lt;/h2&gt;
&lt;div class="Output"&gt;
The &lt;acronym title="World Wide Web"&gt; WHO &lt;/acronym&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
This was just an example of &lt;b&gt;&amp;lt;acronym&amp;gt;&lt;/b&gt; tag, Now below we see both of &lt;b&gt;&amp;lt;abbr&amp;gt;&lt;/b&gt; and &lt;b&gt;&amp;lt;acronym&amp;gt;&lt;/b&gt; tags together with the example.&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;
Example Code :&lt;/h2&gt;
&lt;div class="TagCode"&gt;
&lt;code&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt; Acronym and Abbr Tag Demo &amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;

&amp;lt;p&amp;gt; &amp;lt;acronym title="Bachelors in Computer Application"&amp;gt; BCA &amp;lt;/acronym&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;abbr title="Master of Computer Applications"&amp;gt; MCA &amp;lt;/abbr&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;/code&gt;
&lt;/div&gt;
&lt;h2&gt;
Output :&lt;/h2&gt;
&lt;div class="Output"&gt;
&lt;acronym title="Bachelors in Computer Application"&gt; BCA &lt;/acronym&gt;&lt;br /&gt;
&lt;abbr title="Master of Computer Applications"&gt; MCA &lt;/abbr&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h2&gt;
&lt;br /&gt;&lt;/h2&gt;
&lt;h2&gt;
Browser Support :&lt;/h2&gt;
&lt;div class="browser-support"&gt;
&lt;table class="browser-verions"&gt;
     &lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img alt="crome" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwNVb-b7_AQrOPPA1CdlUk83rStdTTHZEX5uIQqPT0o6qxusGe9vGP04ZBA8cCqUk94f1ZVzVBRhZEF6lKPqLTCf_Qh9E-6x7JxdfDpsKQK2L5KFfY0y0MiED2xCpBbO1Nz8hpQ6VFuIk/s1600/chrome-true.png" title="crome" /&gt;
&lt;/td&gt;&lt;td&gt;&lt;img alt="mozila" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdADSrySyoX69yZaeJfIWzsPvSOetZfEQu73myyN8jXz2sfvHmC_t7T4sOFgWmsU8ZYpHLMLAjEtGVkrUGUmd4qfK1iKayfKOOE2-MRcTa4ePyuaHxxVsy53z_uoHBji2ZSjRj67eCCcM/s1600/firefox-true.png" title="mozila" /&gt;
&lt;/td&gt;&lt;td&gt;&lt;img alt="opera" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhcBzbI50HqgirXFFiXfwvgPKcplbzcpY_3WWi-5grsrCSQSUc_PMOKGrsSxHgKPPgwaTBqXlh_xPHF3Uxosl2qgOoF9kLwHdnJdl3fUlmAz4ZOd4e039yZOt4lF1TuTc8YKLhhlpufUYA/s1600/opera-true.png" title="opera" /&gt;
&lt;/td&gt;&lt;td&gt;&lt;img alt="edge" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVS26_nyvuT87iUVrYTYKeVWBk2rssMLP6c3MKDyoLWhPgvibL14M8ceTzfF2liTPZ8QudCZ5CLyq4wnImcHv-XMRJvMMBHiCpgp0doXskOBmlPfsQMrnlnHwKmJ_DdbcSi1Eo-pCl1wE/s1600/edge-true.png" title="edge" /&gt;
&lt;/td&gt;&lt;td&gt;&lt;img alt="ei" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisj1xN7WmXNLQBdE2-WmyaeenMv2-PiQ7wWdaVxQbXuAVC7A7XHNkthYfsw8AwBemGI3Sj5B8b8_1SSA1zDm-MVzvTP-RYYzastm4zD-m-qtrkmrZn3JqBniCuIABtQN_haj9b1uoPNJo/s1600/ie-true.png" title="ei" /&gt;
&lt;/td&gt;&lt;td&gt;&lt;img alt="safari" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXEIkZIaT01UGnex2HmdC9qzda5p8fdwsIRER3SQYY3U3IKBdqj_XDALZMCbJ49VNwq_ooCBKsuHp95oH_TVCMIWssjGRzWuU8lShYbjZyTXRY54nSrZpejgy9Zf9qmx-a1y0oHh5VZpQ/s1600/safari-true.png" title="safari" /&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;b style="background: 0px 0px rgb(255, 255, 255); border: 0px; box-sizing: border-box; color: #656565; font-family: Verdana, sans-serif; font-size: 14px; outline: 0px; padding: 0px; vertical-align: baseline;"&gt;Thank You for Watching My Blog Post......&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&lt;/div&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5GjPZ1HtRA5OfxnX4HbKxQXaUKHze8MOtEaW3p39fv91ce-bItXVErSGhKIbea31IUMgOtOGPDVEwszrqjGiCwU-tWKb2LY62Xhk6rwHXb3UQN9dwgvullDvarrqzb41dbmLeyFAoI5E/s72-c/c.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Abbreviations Tag</title><link>https://theinfotechweb.blogspot.com/2018/09/abbreviations-tag.html</link><category>AtextTag</category><category>Tags</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Thu, 20 Sep 2018 01:48:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-847187896966812030.post-1943193180293474421</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmXVjQaRzVUP8mPA168du7reMcYeV35LUfjC-vYIBAfR5pCrUsvELSiqydGrHGNYeJhLQudxZubCrDPZV7aUNDZ6o3k4Lqr5ztQwjL_oSjFkNNpFRE_2e6CutlTSwnCgipaa1-LyuWsaM/s1600/b.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="abbr" border="0" data-original-height="1068" data-original-width="1600" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmXVjQaRzVUP8mPA168du7reMcYeV35LUfjC-vYIBAfR5pCrUsvELSiqydGrHGNYeJhLQudxZubCrDPZV7aUNDZ6o3k4Lqr5ztQwjL_oSjFkNNpFRE_2e6CutlTSwnCgipaa1-LyuWsaM/s1600/b.jpg" title="abbr" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
The full name of &amp;lt;abbr&amp;gt; tag is abbreviations.&lt;br /&gt;
&lt;br /&gt;
Abbreviations means short form.Like HTML is a short form, which has full name Hypertext Markup Language. How abbreviations work, what we will see in this post today. We have a tag to use it,the html &lt;b&gt;&amp;lt;abbr&amp;gt; &lt;/b&gt;element define an abbreviation or an acronym.&lt;br /&gt;
&lt;br /&gt;
I have shown how to use &amp;lt;abbr&amp;gt; tag :&lt;br /&gt;
&lt;div&gt;
&lt;div class="TagCode"&gt;
&lt;code&gt;&amp;lt;p&amp;gt; My Name is &amp;lt;abbr title="Vishal Khasiya"&amp;gt; VK &amp;lt;/abbr&amp;gt;  &amp;lt;/p&amp;gt; &lt;/code&gt;
&lt;/div&gt;
&lt;br /&gt;
Abbreviations is your starting tag. Your title tag is written inside the starting tag, As I've explained to you in the earlier post.&lt;br /&gt;
&lt;br /&gt;
&lt;div style="text-align: left;"&gt;
Abbreviations tag is how to write it, notepad, or whatever software you use, I have given this example below&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h2&gt;
Example Code :&lt;/h2&gt;
&lt;div class="TagCode"&gt;
&lt;code&gt;
&amp;lt;html&amp;gt;&lt;br&gt;
&amp;lt;head&amp;gt;&lt;br&gt;
&amp;lt;title&amp;gt; Abbreviations Tag Demo &amp;lt;/title&amp;gt;&lt;br&gt;
&amp;lt;/head&amp;gt;&lt;br&gt;
&amp;lt;body&amp;gt;&lt;br&gt;
&amp;lt;p&amp;gt; The WHO was founded in 1948 &amp;lt;/p&amp;gt;&lt;br&gt;

&amp;lt;p&amp;gt; The &amp;lt;abbr title="World Health Organizations"&amp;gt; WHO &amp;lt;/abbr&amp;gt; was founded in 1948 &amp;lt;/p&amp;gt;&lt;br&gt;
&amp;lt;/body&amp;gt;&lt;br&gt;
&amp;lt;/html&amp;gt;&lt;br&gt;
&lt;/code&gt;
&lt;/div&gt;
&lt;h2&gt;
Output :&lt;/h2&gt;
&lt;div class="Output"&gt;
The WHO was founded in 1948&lt;br /&gt;
The &lt;abbr title="World Health Organizations"&gt; WHO &lt;/abbr&gt; was founded in 1948&lt;/div&gt;
&lt;br /&gt;
The first one in the example given above is a simple paragraph text. And in that title we have used &lt;b&gt;&amp;lt;abbr&amp;gt;&lt;/b&gt; tag in the word "WHO". Now you will place the cursor of the mouse on the "WHO" word of the second title, then you will see the title of World Health Organizations in its title.&lt;br /&gt;
&lt;br /&gt;
Simply put,In the &amp;lt;abbr&amp;gt; tag you type the word shots on any place, if you write the full name you do not want to show in the webpage. And when you hover the mouse over that text, then its full name will be displayed,Which did not show in the web page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;
Browser Support :&lt;/h2&gt;
&lt;div class="browser-support"&gt;
&lt;table class="browser-verions"&gt;
     &lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img alt="crome" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwNVb-b7_AQrOPPA1CdlUk83rStdTTHZEX5uIQqPT0o6qxusGe9vGP04ZBA8cCqUk94f1ZVzVBRhZEF6lKPqLTCf_Qh9E-6x7JxdfDpsKQK2L5KFfY0y0MiED2xCpBbO1Nz8hpQ6VFuIk/s1600/chrome-true.png" title="crome" /&gt;
&lt;/td&gt;&lt;td&gt;&lt;img alt="mozila" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdADSrySyoX69yZaeJfIWzsPvSOetZfEQu73myyN8jXz2sfvHmC_t7T4sOFgWmsU8ZYpHLMLAjEtGVkrUGUmd4qfK1iKayfKOOE2-MRcTa4ePyuaHxxVsy53z_uoHBji2ZSjRj67eCCcM/s1600/firefox-true.png" title="mozila" /&gt;
&lt;/td&gt;&lt;td&gt;&lt;img alt="opera" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhcBzbI50HqgirXFFiXfwvgPKcplbzcpY_3WWi-5grsrCSQSUc_PMOKGrsSxHgKPPgwaTBqXlh_xPHF3Uxosl2qgOoF9kLwHdnJdl3fUlmAz4ZOd4e039yZOt4lF1TuTc8YKLhhlpufUYA/s1600/opera-true.png" title="opera" /&gt;
&lt;/td&gt;&lt;td&gt;&lt;img alt="edge" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVS26_nyvuT87iUVrYTYKeVWBk2rssMLP6c3MKDyoLWhPgvibL14M8ceTzfF2liTPZ8QudCZ5CLyq4wnImcHv-XMRJvMMBHiCpgp0doXskOBmlPfsQMrnlnHwKmJ_DdbcSi1Eo-pCl1wE/s1600/edge-true.png" title="edge" /&gt;
&lt;/td&gt;&lt;td&gt;&lt;img alt="ei" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisj1xN7WmXNLQBdE2-WmyaeenMv2-PiQ7wWdaVxQbXuAVC7A7XHNkthYfsw8AwBemGI3Sj5B8b8_1SSA1zDm-MVzvTP-RYYzastm4zD-m-qtrkmrZn3JqBniCuIABtQN_haj9b1uoPNJo/s1600/ie-true.png" title="ei" /&gt;
&lt;/td&gt;&lt;td&gt;&lt;img alt="safari" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXEIkZIaT01UGnex2HmdC9qzda5p8fdwsIRER3SQYY3U3IKBdqj_XDALZMCbJ49VNwq_ooCBKsuHp95oH_TVCMIWssjGRzWuU8lShYbjZyTXRY54nSrZpejgy9Zf9qmx-a1y0oHh5VZpQ/s1600/safari-true.png" title="safari" /&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;b style="background: 0px 0px rgb(255, 255, 255); border: 0px; box-sizing: border-box; color: #656565; font-family: Verdana, sans-serif; font-size: 14px; outline: 0px; padding: 0px; vertical-align: baseline;"&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b style="background: 0px 0px rgb(255, 255, 255); border: 0px; box-sizing: border-box; color: #656565; font-family: Verdana, sans-serif; font-size: 14px; outline: 0px; padding: 0px; vertical-align: baseline;"&gt;Thank You for Watching My Blog Post......&lt;/b&gt;&lt;br /&gt;
&lt;b style="background: 0px 0px rgb(255, 255, 255); border: 0px; box-sizing: border-box; color: #656565; font-family: Verdana, sans-serif; font-size: 14px; outline: 0px; padding: 0px; vertical-align: baseline;"&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b style="background: 0px 0px rgb(255, 255, 255); border: 0px; box-sizing: border-box; color: #656565; font-family: Verdana, sans-serif; font-size: 14px; outline: 0px; padding: 0px; vertical-align: baseline;"&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmXVjQaRzVUP8mPA168du7reMcYeV35LUfjC-vYIBAfR5pCrUsvELSiqydGrHGNYeJhLQudxZubCrDPZV7aUNDZ6o3k4Lqr5ztQwjL_oSjFkNNpFRE_2e6CutlTSwnCgipaa1-LyuWsaM/s72-c/b.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Anchor Tag</title><link>https://theinfotechweb.blogspot.com/2018/09/anchor-tag.html</link><category>AtextTag</category><category>Tags</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sun, 16 Sep 2018 11:40:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-847187896966812030.post-2668346995554513711</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;div class="TagTitle"&gt;
&lt;code&gt;&amp;lt;a&amp;gt; is HTML Tag&lt;/code&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh45HDK-0k_NXrWCk9HCI33sMdRbtK4agDwtVhW7qTcyY0T1jiGxAYrFNf9uPOXoxLhHIco5ZzgETvoeaw2CBlLB4arbStXx3Wia0dBUolV5R5LtooZHzKhWBdLDDTeABqw-871gVnBcVU/s1600/a.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="anchor" border="0" data-original-height="533" data-original-width="800" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh45HDK-0k_NXrWCk9HCI33sMdRbtK4agDwtVhW7qTcyY0T1jiGxAYrFNf9uPOXoxLhHIco5ZzgETvoeaw2CBlLB4arbStXx3Wia0dBUolV5R5LtooZHzKhWBdLDDTeABqw-871gVnBcVU/s1600/a.jpg" title="anchor" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h2&gt;
&lt;br /&gt;&lt;/h2&gt;
&lt;h2&gt;
How the Anchor Tag Works.&lt;/h2&gt;
Anchor tag is used to link a text.So that we can click on that text and go from there to another page. The &lt;b&gt;&amp;lt;a&amp;gt; &lt;/b&gt;element, or anchor element, it used to create a hyperlink to another webpage or another location within the same webpage. With the use of Anchor Tag, we can not only link to text,With the help of Anchor Tag, we can keep links on any image, section or content.&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;The &lt;b&gt;&amp;lt;a&amp;gt;&lt;/b&gt; tag defines an anchor. An anchor can be used in two ways:&lt;/li&gt;
&lt;li&gt;To create a link to another document, by using the href attribute&lt;/li&gt;
&lt;li&gt;To create a bookmark inside a document, by using the name attribute&lt;/li&gt;
&lt;li&gt;The a element is usually referred to as a link or a hyperlink.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;h2&gt;
Code Example :&lt;/h2&gt;
&lt;div class="TagCode"&gt;
&lt;code&gt;&amp;lt;a href="https://theinfotechweb.blogspot.com"&amp;gt;Click here!&amp;lt;/a&amp;gt;&lt;/code&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;h2&gt;
Output :&lt;/h2&gt;
&lt;div class="Output"&gt;
&lt;a href="https://theinfotechweb.blogspot.com/"&gt;Click here!&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;
&lt;/h2&gt;
&lt;h2&gt;
Attributes of anchor :&lt;/h2&gt;
&lt;div&gt;
&lt;div&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;a href="https://www.blogger.com/blogger.g?blogID=847187896966812030#"&gt;hreflang&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.blogger.com/blogger.g?blogID=847187896966812030#"&gt;download&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.blogger.com/blogger.g?blogID=847187896966812030#"&gt;target&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.blogger.com/blogger.g?blogID=847187896966812030#"&gt;title&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.blogger.com/blogger.g?blogID=847187896966812030#"&gt;herf&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;
&lt;/h2&gt;
&lt;h2&gt;
Browser Support :&lt;/h2&gt;
&lt;div class="browser-support"&gt;
&lt;table class="browser-verions"&gt;
     &lt;tbody&gt;
&lt;tr&gt;
            &lt;td&gt;&lt;img alt="crome" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwNVb-b7_AQrOPPA1CdlUk83rStdTTHZEX5uIQqPT0o6qxusGe9vGP04ZBA8cCqUk94f1ZVzVBRhZEF6lKPqLTCf_Qh9E-6x7JxdfDpsKQK2L5KFfY0y0MiED2xCpBbO1Nz8hpQ6VFuIk/s1600/chrome-true.png" title="crome" /&gt;
&lt;/td&gt;&lt;td&gt;&lt;img alt="mozila" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdADSrySyoX69yZaeJfIWzsPvSOetZfEQu73myyN8jXz2sfvHmC_t7T4sOFgWmsU8ZYpHLMLAjEtGVkrUGUmd4qfK1iKayfKOOE2-MRcTa4ePyuaHxxVsy53z_uoHBji2ZSjRj67eCCcM/s1600/firefox-true.png" title="mozila" /&gt;
&lt;/td&gt;&lt;td&gt;&lt;img alt="opera" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhcBzbI50HqgirXFFiXfwvgPKcplbzcpY_3WWi-5grsrCSQSUc_PMOKGrsSxHgKPPgwaTBqXlh_xPHF3Uxosl2qgOoF9kLwHdnJdl3fUlmAz4ZOd4e039yZOt4lF1TuTc8YKLhhlpufUYA/s1600/opera-true.png" title="opera" /&gt;
&lt;/td&gt;&lt;td&gt;&lt;img alt="edge" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVS26_nyvuT87iUVrYTYKeVWBk2rssMLP6c3MKDyoLWhPgvibL14M8ceTzfF2liTPZ8QudCZ5CLyq4wnImcHv-XMRJvMMBHiCpgp0doXskOBmlPfsQMrnlnHwKmJ_DdbcSi1Eo-pCl1wE/s1600/edge-true.png" title="edge" /&gt;
&lt;/td&gt;&lt;td&gt;&lt;img alt="ei" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisj1xN7WmXNLQBdE2-WmyaeenMv2-PiQ7wWdaVxQbXuAVC7A7XHNkthYfsw8AwBemGI3Sj5B8b8_1SSA1zDm-MVzvTP-RYYzastm4zD-m-qtrkmrZn3JqBniCuIABtQN_haj9b1uoPNJo/s1600/ie-true.png" title="ei" /&gt;
&lt;/td&gt;&lt;td&gt;&lt;img alt="safari" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXEIkZIaT01UGnex2HmdC9qzda5p8fdwsIRER3SQYY3U3IKBdqj_XDALZMCbJ49VNwq_ooCBKsuHp95oH_TVCMIWssjGRzWuU8lShYbjZyTXRY54nSrZpejgy9Zf9qmx-a1y0oHh5VZpQ/s1600/safari-true.png" title="safari" /&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh45HDK-0k_NXrWCk9HCI33sMdRbtK4agDwtVhW7qTcyY0T1jiGxAYrFNf9uPOXoxLhHIco5ZzgETvoeaw2CBlLB4arbStXx3Wia0dBUolV5R5LtooZHzKhWBdLDDTeABqw-871gVnBcVU/s72-c/a.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Basic structure of an HTML document</title><link>https://theinfotechweb.blogspot.com/2018/09/basic-structure-of-html-document.html</link><category>HTML Tutorial</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sun, 16 Sep 2018 00:43:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-847187896966812030.post-4121953111349356540</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEic4HtcBd5KF3GNugCLGjtpbiWLaVpvblEfdJ0KFpQIVmuwvXsKPBwyr7aVYmZcV6FBJunGovgUnvvWQeVXwaNHkOzCLMin8tXxQ854uZxbpW1mzhCAw290XYOZYmFLYicm04-01tiuP8Q/s1600/basic+structure.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="basicstructure" border="0" data-original-height="334" data-original-width="500" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEic4HtcBd5KF3GNugCLGjtpbiWLaVpvblEfdJ0KFpQIVmuwvXsKPBwyr7aVYmZcV6FBJunGovgUnvvWQeVXwaNHkOzCLMin8tXxQ854uZxbpW1mzhCAw290XYOZYmFLYicm04-01tiuP8Q/s1600/basic+structure.jpg" title="basicstructure" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
The use of HTML tags is done only once in a single page. Start typing &amp;lt;html&amp;gt; tag in the beginning of the page and end the tag &amp;lt;/ html&amp;gt; in the last. Not only the HTML tags, they have to follow their entire structure. Not just HTML tags, they have to follow their entire structure, which I have given a screenshot of his Structure (Syntax).&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Write Code:&lt;/b&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFDOc3rUWEIQTk38g3F8arRjR6iDJ0HhMFDDrqo5ynjafEJF4yraALA6oecUI3oxIvstSmmcjKYPhU2AZoTZ0sUm8VXtXqXrCr90JDcchd2cfqO4nDaVhJhv8nVoSFCXvOtGusO0q0kGE/s1600/fullstructure.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="fullstructure" border="0" data-original-height="653" data-original-width="1131" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFDOc3rUWEIQTk38g3F8arRjR6iDJ0HhMFDDrqo5ynjafEJF4yraALA6oecUI3oxIvstSmmcjKYPhU2AZoTZ0sUm8VXtXqXrCr90JDcchd2cfqO4nDaVhJhv8nVoSFCXvOtGusO0q0kGE/s1600/fullstructure.jpg" title="fullstructure" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;When this code is rendered by a browser, it will look like this:
&lt;/b&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtl6XpmSKdUQnbCr-k3qy-DxOgCLIpFQkBGGdPDA1Bk04Xu_i7vQt3xEkRmUCtygLCXDb825M4H_jMg_IpFEEYfFCEFDkoClAASSNRd4NLPX3cjXyljjF47uXjJI9e_ov45tWK4Rqqf-Y/s1600/structure.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="strustureoutput" border="0" data-original-height="768" data-original-width="1366" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtl6XpmSKdUQnbCr-k3qy-DxOgCLIpFQkBGGdPDA1Bk04Xu_i7vQt3xEkRmUCtygLCXDb825M4H_jMg_IpFEEYfFCEFDkoClAASSNRd4NLPX3cjXyljjF47uXjJI9e_ov45tWK4Rqqf-Y/s1600/structure.jpg" title="strustureoutput" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
HTML is a markup language, which means that it is used to make websites, in this case a webpage, with structural and meaningful information that tells a browser about displaying the page.&amp;nbsp;The HTML code can only be run in the browser, it can only see its output / result in the browser itself. When an HTML document is loaded by a web browser, the browser uses the HTML tag which has marked the document to present the contents of the page.&lt;br /&gt;
&lt;br /&gt;
The website is required not only with the help of HTML code / language, it is necessary to create a website for the three languages. HTML, CSS, and Javascript, HTML controls structural elements, css styles, those elements, and javascript enables dynamic interaction between those elements.&lt;br /&gt;
&lt;br /&gt;
You have to keep in mind that the HTML file is saved from .html extension. An original HTML page is a document that typically has the file extension .html, though HTML often appears in content of other file types. All HTML documents follow the same basic structure so that the browser presenting the file knows that this is the angle file and what the output is to show. Similarly, the HTML file is saved from .html with the same CSS file and .javascript file to save the .CSS file.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style="font-size: large;"&gt;Describe HTML Tags :&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
It is now known that the use of HTML tags is used in the starting tag and in the last ending of the page. So come, now we know about all the other tags.&lt;br /&gt;
&lt;br /&gt;
An HTML document consists of two main parts / tags:&lt;br /&gt;
&lt;br /&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;b&gt;&amp;lt;head&amp;gt;&lt;/b&gt; The head element contains title and meta data of a web document.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&amp;lt;body&amp;gt;&lt;/b&gt; The body element contains the information that you want to display on a web page.&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&amp;lt;head&amp;gt; Tag :&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
The start of the &lt;b&gt;&amp;lt;head&amp;gt;&lt;/b&gt; tag is start and close on the &lt;b&gt;&amp;lt;body&amp;gt;&lt;/b&gt; tag Inside the &lt;b&gt;&amp;lt;head&amp;gt;&lt;/b&gt; tag, you can add &lt;b&gt;&amp;lt;html&amp;gt;&lt;/b&gt; to somebody tag no use. &lt;b&gt;&amp;lt;head&amp;gt; &lt;/b&gt;tag only &lt;b&gt;&amp;lt;title&amp;gt; &lt;/b&gt;tag is use. You can keep a link to all other External files in the &lt;b&gt;&amp;lt;head&amp;gt;&lt;/b&gt; tag, which is in another folder. And you want to apply the code of that file to it. And in the &lt;b&gt;&amp;lt;head&amp;gt; &lt;/b&gt;tag.&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
Inside &amp;lt;head&amp;gt;, you want to show any information or details of any continent by writing a tag and you will not see its output. You can also type internal CSS by typing &lt;b&gt;&amp;lt;style&amp;gt;&lt;/b&gt; tags in the &lt;b&gt;&amp;lt;head&amp;gt;&lt;/b&gt; tag. The &lt;b&gt;&amp;lt;head&amp;gt;&lt;/b&gt; tag is used for the head element, there is a container for all the key elements. You can include element scripts inside &lt;b&gt;&amp;lt;head&amp;gt;&lt;/b&gt;, where to find the style sheet to the browser, provide meta information, the &lt;b&gt;&amp;lt;head&amp;gt; &lt;/b&gt;element contains meta information about the document.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&amp;lt;title&amp;gt; Tag :&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;The &lt;b&gt;&amp;lt;title&amp;gt;&lt;/b&gt; tag defines the title of the document.&lt;/li&gt;
&lt;li&gt;The use of the &lt;b&gt;&amp;lt;title&amp;gt;&lt;/b&gt; tag is to give the title of the page of the website so that&amp;nbsp; the address is the page. Which is written in the browser's tab&lt;/li&gt;
&lt;li&gt;The title element is required in all HTML/XHTML documents.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;b&gt;&amp;lt;body&amp;gt; Tag :&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&amp;lt;body&amp;gt;&lt;/b&gt; is a very important tag in HTML and website. No webpage or website design can be done without using the &lt;b&gt;&amp;lt;body&amp;gt;&lt;/b&gt; tag. Like a person without a body. The website without tag &lt;b&gt;&amp;lt;body&amp;gt;&lt;/b&gt; tag is not exactly the same.&lt;br /&gt;
&lt;br /&gt;
The body element defines the document's body. If you have to design a website, you will have to keep all the content or all the information in the &lt;b&gt;&amp;lt;body&amp;gt;&lt;/b&gt; tag.All that you want to display in your website. When writing in HTML, the &lt;b&gt;&amp;lt;body&amp;gt;&lt;/b&gt; tag is used to contain a web page's content, including hyperlinks, images, tables, text, etc. It is required in every HTML document, and there may only be one &lt;b&gt;&amp;lt;body&amp;gt;&lt;/b&gt; tag per page.&amp;nbsp; including related attributes and browser compatibility. The HTML &lt;b&gt;&amp;lt;body&amp;gt;&lt;/b&gt; tag defines the main content of the HTML document or the section of the HTML document that will be directly visible on your web page. This tag is also commonly referred to as the &lt;b&gt;&amp;lt;body&amp;gt; &lt;/b&gt;element.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;
Browser Support :&lt;/h2&gt;
&lt;div class="browser-support"&gt;
&lt;table class="browser-verions"&gt;
     &lt;tbody&gt;
&lt;tr&gt;
            &lt;td&gt;&lt;img alt="crome" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwNVb-b7_AQrOPPA1CdlUk83rStdTTHZEX5uIQqPT0o6qxusGe9vGP04ZBA8cCqUk94f1ZVzVBRhZEF6lKPqLTCf_Qh9E-6x7JxdfDpsKQK2L5KFfY0y0MiED2xCpBbO1Nz8hpQ6VFuIk/s1600/chrome-true.png" title="crome" /&gt;
&lt;/td&gt;&lt;td&gt;&lt;img alt="mozila" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdADSrySyoX69yZaeJfIWzsPvSOetZfEQu73myyN8jXz2sfvHmC_t7T4sOFgWmsU8ZYpHLMLAjEtGVkrUGUmd4qfK1iKayfKOOE2-MRcTa4ePyuaHxxVsy53z_uoHBji2ZSjRj67eCCcM/s1600/firefox-true.png" title="mozila" /&gt;
&lt;/td&gt;&lt;td&gt;&lt;img alt="opera" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhcBzbI50HqgirXFFiXfwvgPKcplbzcpY_3WWi-5grsrCSQSUc_PMOKGrsSxHgKPPgwaTBqXlh_xPHF3Uxosl2qgOoF9kLwHdnJdl3fUlmAz4ZOd4e039yZOt4lF1TuTc8YKLhhlpufUYA/s1600/opera-true.png" title="opera" /&gt;
&lt;/td&gt;&lt;td&gt;&lt;img alt="edge" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVS26_nyvuT87iUVrYTYKeVWBk2rssMLP6c3MKDyoLWhPgvibL14M8ceTzfF2liTPZ8QudCZ5CLyq4wnImcHv-XMRJvMMBHiCpgp0doXskOBmlPfsQMrnlnHwKmJ_DdbcSi1Eo-pCl1wE/s1600/edge-true.png" title="edge" /&gt;
&lt;/td&gt;&lt;td&gt;&lt;img alt="ei" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisj1xN7WmXNLQBdE2-WmyaeenMv2-PiQ7wWdaVxQbXuAVC7A7XHNkthYfsw8AwBemGI3Sj5B8b8_1SSA1zDm-MVzvTP-RYYzastm4zD-m-qtrkmrZn3JqBniCuIABtQN_haj9b1uoPNJo/s1600/ie-true.png" title="ei" /&gt;
&lt;/td&gt;&lt;td&gt;&lt;img alt="safari" border="0" data-original-height="240" data-original-width="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXEIkZIaT01UGnex2HmdC9qzda5p8fdwsIRER3SQYY3U3IKBdqj_XDALZMCbJ49VNwq_ooCBKsuHp95oH_TVCMIWssjGRzWuU8lShYbjZyTXRY54nSrZpejgy9Zf9qmx-a1y0oHh5VZpQ/s1600/safari-true.png" title="safari" /&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;br /&gt;
Friends, this is all in today's blog post, in the next post, we will start learning all about HTML tags.&lt;br /&gt;
&lt;br /&gt;
&lt;b style="background: 0px 0px rgb(255, 255, 255); border: 0px; box-sizing: border-box; color: #656565; font-family: Verdana, sans-serif; font-size: 14px; outline: 0px; padding: 0px; vertical-align: baseline;"&gt;Thank You for Watching My Blog Post......&lt;/b&gt;&lt;br /&gt;
&lt;b style="background: 0px 0px rgb(255, 255, 255); border: 0px; box-sizing: border-box; color: #656565; font-family: Verdana, sans-serif; font-size: 14px; outline: 0px; padding: 0px; vertical-align: baseline;"&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b style="background: 0px 0px rgb(255, 255, 255); border: 0px; box-sizing: border-box; color: #656565; font-family: Verdana, sans-serif; font-size: 14px; outline: 0px; padding: 0px; vertical-align: baseline;"&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEic4HtcBd5KF3GNugCLGjtpbiWLaVpvblEfdJ0KFpQIVmuwvXsKPBwyr7aVYmZcV6FBJunGovgUnvvWQeVXwaNHkOzCLMin8tXxQ854uZxbpW1mzhCAw290XYOZYmFLYicm04-01tiuP8Q/s72-c/basic+structure.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>HTML Tutorial</title><link>https://theinfotechweb.blogspot.com/2018/09/html-tutorial.html</link><category>HTML Tutorial</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Tue, 11 Sep 2018 23:37:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-847187896966812030.post-2391062052188366098</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJK2eBHbQ0llxDeTO97NwfOxLlsi6ji9zFWzto1y36At8HvaFGHvUEXdFPTyxsJvZOZTOYMRZ08Dyh_FgUyFC16fyXwnmuoBqjA6dHE-CBwLMPbC7iCNkYUGQ7hJHHj4WtkVzUe9_qrBA/s1600/html.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="htmltutorial" border="0" data-original-height="720" data-original-width="1280" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJK2eBHbQ0llxDeTO97NwfOxLlsi6ji9zFWzto1y36At8HvaFGHvUEXdFPTyxsJvZOZTOYMRZ08Dyh_FgUyFC16fyXwnmuoBqjA6dHE-CBwLMPbC7iCNkYUGQ7hJHHj4WtkVzUe9_qrBA/s1600/html.jpg" title="html" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h2&gt;
What is HTML?&lt;/h2&gt;
&lt;div&gt;
HTML is the standard markup language for creating Web pages.&lt;/div&gt;
&lt;br /&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;HTML stands for Hyper Text Markup Language&lt;/li&gt;
&lt;li&gt;HTML elements are represented by tags&lt;/li&gt;
&lt;li&gt;HTML is not a programming language, it is a markup language&lt;/li&gt;
&lt;li&gt;HTML A markup language is a set of markup tags&lt;/li&gt;
&lt;li&gt;HTML elements are the building blocks of HTML pages&lt;/li&gt;
&lt;li&gt;HTML uses markup tags to describe web pages.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;div&gt;
HTML is the language in which most websites are written. HTML is used to design website as well.HTML is used to create pages and make them functional. Website is not designed without HTML and CSS. The code used to make them visually appealing is known as CSS and we shall focus on this in a later tutorial. For now, we will focus on teaching you how to build rather than design.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Markup tells the browser to display the text, Link or Image for the user through the code. HTML is the recursive form of the Hyper Text Markup Language. HTML is a group of Markup Symbols, or a code is written on the World Wide Web (WWW) browser by writing it in a text editor.&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;h2&gt;
The History of HTML?&amp;nbsp;&lt;/h2&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
HTML was invented by Tim-Berners-Lee in 1990. Prior to this, Tim-Berners-Lee was working as CERN (European Organization for Nuclear Research) in the French Organization as a Grievous Science contractor. Before the invention of HTML, in 1980, when Tim-Berners-Lee was working as a contractor in the CERN, he constructed the ENQUIRE this softwer to share the document. This softwer was a simple HyperText progam After that, in the end of 1990, specifying HTML, he wrote Browser and Server Software.&amp;nbsp;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;h2&gt;
HTML Documents&lt;/h2&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;HTML documents describe web pages&lt;/li&gt;
&lt;li&gt;HTML documents contain HTML tags and plain text&lt;/li&gt;
&lt;li&gt;HTML documents are also called web pages&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;b&gt;&lt;span style="color: #0b5394;"&gt;How to view the HTML code of a webpage?&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;span style="color: #0b5394;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUvfTuZ9gsSXIcdlJHBF7ghBC0C8LybijpoJs7dEPEKZh1x5dUBQx780MceM7e3p7Z0UhVG2Ol3CzcJx0mDTS4W2zqCR4f5Pjxu6bqcO18h2sTGNiLGJD9f4KcCSLsnLtOYT8PiO6Igl4/s1600/view.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="viewsorce" border="0" data-original-height="287" data-original-width="292" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUvfTuZ9gsSXIcdlJHBF7ghBC0C8LybijpoJs7dEPEKZh1x5dUBQx780MceM7e3p7Z0UhVG2Ol3CzcJx0mDTS4W2zqCR4f5Pjxu6bqcO18h2sTGNiLGJD9f4KcCSLsnLtOYT8PiO6Igl4/s1600/view.jpg" title="view" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;span style="color: #0b5394;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;In Mozilla Firefox : Press Ctrl + U / Press Alt for Menu Bar and After Click Tool &amp;gt; Web Developer &amp;gt; Page Source.&lt;/li&gt;
&lt;li&gt;In Chrome : Press Ctrl + U / Right Click &amp;gt; View page source.&lt;/li&gt;
&lt;li&gt;In Microsoft Internet Explorer : Press Ctrl + U / Press Alt for Menu Bar and After Click View &amp;gt; Source.&lt;/li&gt;
&lt;li&gt;In Microsoft Edge : Right Click &amp;gt; View source / Press F12 and go to Deugger.&lt;/li&gt;
&lt;li&gt;In Safari : Press Command + Option + U / Right Click &amp;gt; Show page source.&lt;/li&gt;
&lt;li&gt;In Opera : Press Ctrl + U / Right Click &amp;gt; View page source.&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;h2&gt;
HTML Documents Tag&lt;/h2&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;HTML &amp;lt;html&amp;gt; tag :---&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Definition and Usage:---&lt;/li&gt;
&lt;li&gt;The &amp;lt;html&amp;gt; tag tells the browser that this is an HTML document.&lt;/li&gt;
&lt;li&gt;The html element is the outermost element in HTML and XHTML documents. The html element is also known as the root element.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h2&gt;
A Simple HTML Document (&amp;nbsp;syntax )&lt;/h2&gt;
&lt;div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;html&amp;gt; &amp;lt;!-- starting tag --&amp;gt;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;head&amp;gt;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;title&amp;gt;Title of the document&amp;lt;/title&amp;gt;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/head&amp;gt;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;body&amp;gt;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; The content of the document......&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/body&amp;gt;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/html&amp;gt; &amp;lt;-- end tag --&amp;gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;The use of HTML can be coded with the help of many software which I have shown with the screenshot below :&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
HTML can be coded in any software, but the files should always be used (.html) extension.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;span style="color: #0b5394;"&gt;Softwer List :&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;span style="color: #0b5394;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;Notepad&lt;/li&gt;
&lt;li&gt;Notepad ++&lt;/li&gt;
&lt;li&gt;Sublime Text3&lt;/li&gt;
&lt;li&gt;Adobe Dreamweaver&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="color: #0b5394;"&gt;&lt;b&gt;Softwer Screenshot :&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="color: #0b5394;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Notepad :&lt;/b&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmHeHT6U47OWqEoXOTkPS9cMtLYXho_rY7OQm5x3EIMZNQsWoXnatPr8Vp82tzU2Iv2MkRin5XkNOh-50jwmPfBcWB5h80kPzKovMHjziNaMLmvW314l431d5AxdcpqbFrK5rstDj6ky8/s1600/notped.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="notped" border="0" data-original-height="522" data-original-width="900" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmHeHT6U47OWqEoXOTkPS9cMtLYXho_rY7OQm5x3EIMZNQsWoXnatPr8Vp82tzU2Iv2MkRin5XkNOh-50jwmPfBcWB5h80kPzKovMHjziNaMLmvW314l431d5AxdcpqbFrK5rstDj6ky8/s1600/notped.jpg" title="notped" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="color: #0b5394;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Notepad ++ :&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjHevVGT0vaGUy8-F2bdIqWyvq2UaxAN_v4NKnc1VRnl_ZhmlwDHOR6bwkY67SGse1jkHNiY_cU7-L_thq6sY11WiKfX4UoC3twwQ7_ohBgPj6Qis574xgIufJiuUtNzGH_toLqrkg5Tco/s1600/notped%252B%252B.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="notepade" border="0" data-original-height="542" data-original-width="1014" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjHevVGT0vaGUy8-F2bdIqWyvq2UaxAN_v4NKnc1VRnl_ZhmlwDHOR6bwkY67SGse1jkHNiY_cU7-L_thq6sY11WiKfX4UoC3twwQ7_ohBgPj6Qis574xgIufJiuUtNzGH_toLqrkg5Tco/s1600/notped%252B%252B.jpg" title="notepadpuse" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;b&gt;Adobe Dreamweaver :&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhy-6Y5tACe4_eWUz9Gw4FRVecA-edYY6_IUOEJMqFbY1lKbb3xM4aOVDBCw7Z9HPrO8Os01oK7KvEbwvYr8IE1aZnx64QnGghF8m8fjGxlUeyyCqB88CO0vbPqd-RjrdScpnkRBWcxQ60/s1600/dreamweaver.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="dearmweaver" border="0" data-original-height="768" data-original-width="1366" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhy-6Y5tACe4_eWUz9Gw4FRVecA-edYY6_IUOEJMqFbY1lKbb3xM4aOVDBCw7Z9HPrO8Os01oK7KvEbwvYr8IE1aZnx64QnGghF8m8fjGxlUeyyCqB88CO0vbPqd-RjrdScpnkRBWcxQ60/s1600/dreamweaver.jpg" title="dearmweaver" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
You can also coding HTML in any of these software formats.&lt;br /&gt;
&lt;br /&gt;
HTML is a scripting language in which lots of tags are used. With the help of all those tags, the HTML code itself comes in and a website is ready. There is no HTML code without HTML and HTML tags in simple language and website design can not be done.&lt;br /&gt;
&lt;br /&gt;
Friends are so much in today's blog post that in the next post, we will talk about HTML structure and after that we will start all HTML tags.&lt;br /&gt;
&lt;br /&gt;
&lt;b style="background: 0px 0px rgb(255, 255, 255); border: 0px; box-sizing: border-box; color: #656565; font-family: Verdana, sans-serif; font-size: 14px; outline: 0px; padding: 0px; vertical-align: baseline;"&gt;Thank You for Watching My Blog Post......&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJK2eBHbQ0llxDeTO97NwfOxLlsi6ji9zFWzto1y36At8HvaFGHvUEXdFPTyxsJvZOZTOYMRZ08Dyh_FgUyFC16fyXwnmuoBqjA6dHE-CBwLMPbC7iCNkYUGQ7hJHHj4WtkVzUe9_qrBA/s72-c/html.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Difference Between Static and Dynamic Website</title><link>https://theinfotechweb.blogspot.com/2018/09/difference-between-static-and-dynamic.html</link><category>HTML Tutorial</category><category>Web Designing Basic</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Thu, 6 Sep 2018 01:48:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-847187896966812030.post-973049365088526397</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZdNQfmXL01CFZ31cpXa6e1HUwMky5lN5t0VyB2l2knKlqW6dldBIKF4Ws_b-hqRJjlzX56-0eFHZ8Yk8jWH0Q1mhSZN5eT8q0vFdcmYffFCI6izr1RAURT6RN6XELifbvIQUbJRi6WN0/s1600/1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="staticanddnamic" border="0" data-original-height="540" data-original-width="1024" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZdNQfmXL01CFZ31cpXa6e1HUwMky5lN5t0VyB2l2knKlqW6dldBIKF4Ws_b-hqRJjlzX56-0eFHZ8Yk8jWH0Q1mhSZN5eT8q0vFdcmYffFCI6izr1RAURT6RN6XELifbvIQUbJRi6WN0/s1600/1.png" title="deffrence" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h2&gt;
What is Website ?&lt;/h2&gt;
A website, also written Web site is a collection of related web pages containing images, videos or other digital assets. A web page is a document, typically written in plain text interspersed with formatting instructions of Hypertext Markup Language (HTML, XHTML). A web page may incorporate elements from other websites with suitable markup.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiz1YwW5Z7pf0TnmilcpQXKcxiHtlGb2G_yTAaRLKfXZgp-KNyDn9MMDtbERdNVeVC290Nku9frPuwkAZeogJjSnDvSmqm1lyKloUxbEVdlEEjMuWR0hK89Xe1wl02gGv0e0GFmeaTF-nY/s1600/2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="statics" border="0" data-original-height="442" data-original-width="700" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiz1YwW5Z7pf0TnmilcpQXKcxiHtlGb2G_yTAaRLKfXZgp-KNyDn9MMDtbERdNVeVC290Nku9frPuwkAZeogJjSnDvSmqm1lyKloUxbEVdlEEjMuWR0hK89Xe1wl02gGv0e0GFmeaTF-nY/s1600/2.png" title="static" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;h2&gt;
What is Static Website ?&lt;/h2&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
Static website is a way of marketing. In which only the client's information is provided. Each page exists as individual files coded in HTML with no interactivity features other than hyperlinks, pictures or graphics.It’s the most basic kind of website that’s coded in plain HTML with no custom&amp;nbsp; coding and dynamic features. It requires no server-side scripting, only client-side such as HTML and CSS. Static web pages will remain same for the time until and unless someone changes it manually.&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
Static websites can be designed only by the help of HTML, CSS, and just design the website.&amp;nbsp; Static web pages are simple and written in the HTML language and stored in web server.&amp;nbsp; The peculiar thing in a static web page is that the content in these types of the web page&amp;nbsp; does not change depending on the request. They are always the same unless the content is changed&amp;nbsp; physically on the server’s hard disk. That is the reason these web pages are known as static web pages.&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
To create static website, use only scripting language. Only HTML, CSS, HTML5, CSS3, Javascript, Jquery and Bootstrap are used. Only static website will show the same information that we have inserted when creating a website Static website does not work any way as if it has submitted all the information of a form and submitted&amp;nbsp; the data then the data has been scanned so that it does not have such a coherent design. O Design is simply&amp;nbsp; displaying information which is called a static website&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
The Static Website uses information about any of your company or shop. As the company works / what works, like your company's contact number and corporate address, which service providers, you can show all your company information in your website.&lt;br /&gt;
&lt;br /&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;The static web page is simple to construct while,&amp;nbsp;&lt;/li&gt;
&lt;li&gt;There is no database used in a static web page,&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Basic HTML pages can be loaded quickly by consuming less time,&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Static web pages are difficult to alter because it requires the change to be implemented at each&amp;nbsp; point manually that is the reason its content doesn’t change regularly,&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;That’s why the static web pages load in less time,&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
If you want to know what Static website looks like, then you click on the link below which is the complete Static Website that I myself have created.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Click Here -&amp;nbsp;&amp;nbsp;&lt;/b&gt;&lt;a href="https://nikeshose.000webhostapp.com/Nike/" target="_blank"&gt;https://nikeshose.000webhostapp.com/Nike&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
It is called static website&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHXzC2lwcDjqRFFEmzUzav-z2qBKRO1dUhmgwNZIxTzPE4YHx6SmuGzsy5hn1re114c-A3bvDr9309YblgYKjpyOjwor9xSTS_Q8eaK_lLY9A8ioTjCee8-_rSFiNttbsTL0u9PLv9a38/s1600/3.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="dynamics" border="0" data-original-height="673" data-original-width="1024" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHXzC2lwcDjqRFFEmzUzav-z2qBKRO1dUhmgwNZIxTzPE4YHx6SmuGzsy5hn1re114c-A3bvDr9309YblgYKjpyOjwor9xSTS_Q8eaK_lLY9A8ioTjCee8-_rSFiNttbsTL0u9PLv9a38/s1600/3.png" title="dynamic" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h2&gt;
What is Dynamic&amp;nbsp;Website ?&lt;/h2&gt;
&lt;/div&gt;
&lt;div&gt;
Dynamic websites can have two types of dynamic activity: Code and Content. Dynamic code is invisible or behind the scenes and dynamic content is visible or fully displayed.&lt;span style="white-space: pre;"&gt; &lt;/span&gt;&amp;nbsp;Dynamic web pages are behavioral and have the capacity to produce distinctive content for different visitors. Dynamic website means that we created static website with the help of HTML, CSS, with the help&amp;nbsp; of all the programming, it will convert from short code to dynamic.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Dynamic website has to be created in the database. There are several tools used for the creation of dynamic web pages. For example, CGI (Common Gateway Interface), ASP (Active Server Pages),&amp;nbsp; JSP (Java Server Pages), ASP.NET, AJAX (Asynchronous JavaScript and XML) and PHP, etc. With the help of all these programming languages, you can change the static website to the dynamic website.&lt;span style="background-color: #f3f3f3; color: #222222; font-family: &amp;quot;verdana&amp;quot; , &amp;quot;tahoma&amp;quot; , &amp;quot;georgia&amp;quot; , &amp;quot;arial&amp;quot; , &amp;quot;open sans&amp;quot; , &amp;quot;gandhi_serifregular&amp;quot;; font-size: 15.4px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
After creating a dynamic website, the website becomes complete. Dynamic web pages provide a solution&amp;nbsp; for the static web pages. The dynamic web page content can vary depending on the number of parameters. The web server calls a program located on the hard disk which can access a database, perform transaction procedure, etcetera. If the application program produces HTML output, which is used to construct an HTTP response by the web server. The web server sends the HTTP response thus created, back to the web browser.&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;Dynamic web pages are complex to construct and design,&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;A database is used in at the server end in a dynamic web page,&amp;nbsp;&lt;/li&gt;
&lt;li&gt;The static web pages load in less time. Conversely, the dynamic web pages take more time while loading.&lt;/li&gt;
&lt;li&gt;The structure of dynamic pages is different from static web pages which contain server code and allows&amp;nbsp; the server to generate unique content each time the page is loaded with the same source code,&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;The dynamic web pages take more time while loading,&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Now, from the next post, we start the HTML.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b style="background: 0px 0px rgb(255, 255, 255); border: 0px; box-sizing: border-box; color: #656565; font-family: Verdana, sans-serif; font-size: 14px; outline: 0px; padding: 0px; vertical-align: baseline;"&gt;Thank You for Watching My Blog Post......&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b style="background: 0px 0px rgb(255, 255, 255); border: 0px; box-sizing: border-box; color: #656565; font-family: Verdana, sans-serif; font-size: 14px; outline: 0px; padding: 0px; vertical-align: baseline;"&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZdNQfmXL01CFZ31cpXa6e1HUwMky5lN5t0VyB2l2knKlqW6dldBIKF4Ws_b-hqRJjlzX56-0eFHZ8Yk8jWH0Q1mhSZN5eT8q0vFdcmYffFCI6izr1RAURT6RN6XELifbvIQUbJRi6WN0/s72-c/1.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Difference Between Graphics Design and Web Design</title><link>https://theinfotechweb.blogspot.com/2018/09/difference-between-graphics-design-and.html</link><category>HTML Tutorial</category><category>Web Designing Basic</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Mon, 3 Sep 2018 02:31:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-847187896966812030.post-455890944388605178</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;h1 style="text-align: left;"&gt;
&lt;/h1&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiv0qUJKKwF4cVw6lk-n99JTY7AfwHv-Uji-q2y1HyMaVOJiGTBcXQWUKwZqwFG5-5KWA_QwuMPl0PrTTGtUGgeWAvZeJ7GJdNYsJzb8Kh3xFhuYXMUKTRnLuMje-uuKEtnL5ctc7hMKOQ/s1600/1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="diffences" border="0" data-original-height="512" data-original-width="1024" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiv0qUJKKwF4cVw6lk-n99JTY7AfwHv-Uji-q2y1HyMaVOJiGTBcXQWUKwZqwFG5-5KWA_QwuMPl0PrTTGtUGgeWAvZeJ7GJdNYsJzb8Kh3xFhuYXMUKTRnLuMje-uuKEtnL5ctc7hMKOQ/s1600/1.png" title="diffence " /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h2&gt;
What is Graphics Designer&lt;/h2&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQjRa0kQ2fD8bTdzzxnhJSNcuI7AM4Q9dX7wIrRviq0I20SG7Hf-oLXZmz6Sc5r_wD0D8trISEDY78iEsDNl3-yJuJ6KKF_KOwYvnFIY0LKL289T9kahE10W6SU9sipga_OO9kGryoak4/s1600/3.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="graphic" border="0" data-original-height="408" data-original-width="612" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQjRa0kQ2fD8bTdzzxnhJSNcuI7AM4Q9dX7wIrRviq0I20SG7Hf-oLXZmz6Sc5r_wD0D8trISEDY78iEsDNl3-yJuJ6KKF_KOwYvnFIY0LKL289T9kahE10W6SU9sipga_OO9kGryoak4/s1600/3.png" title="graphic" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Graphic design is a creative process that combines art and technology to communicate ideas. Graphic design, also known as communication design, is the art and practice of planning and projecting ideas and experiences with visual and textual content.&lt;br /&gt;
&lt;br /&gt;
The use of graphic design is also used in website layout that is PSD.&amp;nbsp;Graphic design is art with a purpose. It involves a creative and systematic plan to solve a problem or achieve certain objectives, with the use of images, symbols or even words. It is visual communication and the aesthetic expression of concepts and ideas using various graphic elements and tools. The graphic design is used to create the layout theme of the logo, icon and website at the most used website.&lt;br /&gt;
&lt;br /&gt;
&lt;b style="color: #0b5394;"&gt;Elements of Graphic Design:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Graphic design is made with the help of all the tools that make different shapes. Graphic design can use image-based designs involving photos, illustrations, logos and symbols, type-based designs, or a combination of both techniques. These designs can include various combinations of the following elements.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Colour :&lt;/b&gt;&lt;br /&gt;
Without a color, there is no design all like. Colour, or the absence of colour, is an important element of any design. With a solid understanding of colour theory, designers can amazingly influence a design and a brand, seamlessly integrating colour boldly or with brilliant subtlety.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Shapes :&lt;/b&gt;&lt;br /&gt;
The shape is called as a Rectangle, Circle, Triangle, Square, Octagon, Hexagon, Rhombus, rapezoid, Parallelogram etc.&amp;nbsp;This is all called shape.&amp;nbsp;A all shade is redundant.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Texture :&lt;/b&gt;&lt;br /&gt;
Even a smooth and glossy advertisement can seem tangible with texture. It gives a sense of a tactile surface through its visual appearance and adds a sense of depth, enhanced by selection of appropriate paper and material.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Lines :&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
The line is of very type, it is thick, curved, thin, straightforward, then the possibilities are unlimited. The lines allow the designers to split a location or separate material into a layout. The use of the line is used everywhere in shaping the shape, and it is used to guide the viewer's eyes.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Type :&lt;/b&gt;&lt;br /&gt;
Any texture is good when it has been planned.&amp;nbsp;Type can transform a message from mere text to a work of art. Different fonts, combined with customized alignments, spacing, size, and colour, can add power to the point you are communicating to the world.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;
What is Web Designer&lt;/h2&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4LfgBI__v8nEkmKIKKlJvylFiMkC0pDRIvLRVYW0GVBjTrRMxBnLV-DzwBXBQwTLJPMTjMBPj7WAxaZ0mLdPpOK09mtPhcLEJ_YdAKqslItqcBsQyQ2mHqFWFt6tPZTgP7enNcZKhJjA/s1600/2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="408" data-original-width="612" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4LfgBI__v8nEkmKIKKlJvylFiMkC0pDRIvLRVYW0GVBjTrRMxBnLV-DzwBXBQwTLJPMTjMBPj7WAxaZ0mLdPpOK09mtPhcLEJ_YdAKqslItqcBsQyQ2mHqFWFt6tPZTgP7enNcZKhJjA/s1600/2.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
Web design means that web pages we create by coding can be seen in the browser. For web design we have to learn some programming language. Including HTML, CSS, HTML5, CSS3, JavaScript, Jquery and Bootstrap is a scripting language. With the help of this whole language, we can design the entire website.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Simply put, web design is what the end user can use through the internet with the help of a web browser.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b style="color: #0b5394;"&gt;Elements of Web&amp;nbsp;Design:&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b style="color: #0b5394;"&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
Web design uses many of the same key visual elements as all types of design such as:&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;b&gt;Graphics :&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
Graphic is a most important part of web design, Graphics can include logos, photos, clipart or icons,&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
all of which enhance the web design. For user friendliness, these need to be placed appropriately,&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
working with the colour and content of the web page.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Layout :&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
Layout means The content is placed on a conic image which is said to be set and it is called layout.In the web design world, one important goal is to help the client see the information they want at a glance.All client information needs to be set in layout&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;b&gt;Content :&lt;/b&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
Written text should always be relevant and useful, so as not to confuse the reader and to give them what they want so they will remain on the site. Content should be optimized for search engines and be of a suitable length, incorporating relevant keywords.&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;b&gt;Fonts :&lt;/b&gt;&amp;nbsp;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
We also have to keep the font according to the theme of the website. The use of various fonts can enhance a website design. Most web browsers can only read a select number of fonts, known as "web-safe fonts", so your designer will generally work within this widely accepted group.&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Colour :&lt;/b&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
The color should be according to the theme of the website. The choice of colours depends on the purpose and clientele; it could be simple black-and-white to multi-coloured design, conveying the personality of a person or the brand of an organization, using web-safe colours.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b style="background: 0px 0px rgb(255, 255, 255); border: 0px; box-sizing: border-box; color: #656565; font-family: Verdana, sans-serif; font-size: 14px; outline: 0px; padding: 0px; vertical-align: baseline;"&gt;Thank You for Watching My Blog Post......&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiv0qUJKKwF4cVw6lk-n99JTY7AfwHv-Uji-q2y1HyMaVOJiGTBcXQWUKwZqwFG5-5KWA_QwuMPl0PrTTGtUGgeWAvZeJ7GJdNYsJzb8Kh3xFhuYXMUKTRnLuMje-uuKEtnL5ctc7hMKOQ/s72-c/1.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>This is My First Post is Web Designing</title><link>https://theinfotechweb.blogspot.com/2018/09/this-is-my-first-post-is-web-designing.html</link><category>HTML Tutorial</category><category>Web Designing Basic</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sun, 2 Sep 2018 02:36:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-847187896966812030.post-8721039740281311955</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWuO79y3DAxhR9DrtDCjjt6L983LQCINLf1uFZ9P1UOfINbC8AVdcqa1syAuTE-N0Odfxdu9JdKXj3A4-jTn32XGgCFDPxyvfib-56CF5AbnNARfeZC-EBvwttd9XwSLfAJJjBJaWf6Cw/s1600/2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="whatiswebdesign" border="0" data-original-height="784" data-original-width="1600" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWuO79y3DAxhR9DrtDCjjt6L983LQCINLf1uFZ9P1UOfINbC8AVdcqa1syAuTE-N0Odfxdu9JdKXj3A4-jTn32XGgCFDPxyvfib-56CF5AbnNARfeZC-EBvwttd9XwSLfAJJjBJaWf6Cw/s1600/2.png" title="firstpost" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;b style="color: #1a8fe9;"&gt;Hello Friends,&lt;/b&gt;&amp;nbsp;In this blog I will teach you what is web designing&amp;nbsp;&amp;nbsp;And what to learn to build a website.&lt;br /&gt;
&lt;b style="color: #1a8fe9; font-size: x-large;"&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b style="color: #1a8fe9; font-size: x-large;"&gt;What is Web Designing ?&lt;/b&gt;&lt;br /&gt;
&lt;b style="color: #1a8fe9; font-size: x-large;"&gt;&lt;br /&gt;&lt;/b&gt;

Web designing is how do we design a website. We can create website in two ways Front-End website and Back-End website.&lt;br /&gt;
&lt;br /&gt;
Backend website is what makes web developer. In which it coding from programming, Click on any button to generate what, And where to store all the data on any form. All that is not visible in the website is all background process.&amp;nbsp;this is backend site.&lt;br /&gt;
&lt;br /&gt;
In web design, we will learn the frontend site. Which comes in the layout of the entire website should look like, In which the logo should look, How to place the image on the entire website and where to place it, What are the fonts in the website, How the website header should look and what the footer should look like, How to keep content in full website etc.&lt;br /&gt;
&lt;br /&gt;
Simply say that we should see the complete website, we have to set its entire layout, which is called Frontend website. Which we will learn in this My &lt;b&gt;The Info&lt;/b&gt; Blog.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Web design has two fields :&lt;/b&gt;&lt;br /&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;Graphic Design&lt;/li&gt;
&lt;li&gt;Web Design&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;span style="color: #212121; font-family: &amp;quot;arial&amp;quot; , sans-serif;"&gt;&lt;span style="white-space: pre-wrap;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
With the help of this two field, we can design the entire website.&lt;/div&gt;
&lt;div&gt;
&lt;span style="color: #212121; font-family: &amp;quot;arial&amp;quot; , sans-serif;"&gt;&lt;span style="white-space: pre-wrap;"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , sans-serif;"&gt;&lt;span style="color: #1a8fe9;"&gt;&lt;b style="white-space: pre-wrap;"&gt;Use Of Graphics P&lt;/b&gt;&lt;span style="white-space: pre-wrap;"&gt;&lt;b&gt;opular Softwars&lt;/b&gt;&lt;/span&gt;&lt;b style="white-space: pre-wrap;"&gt; :&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;Adobe Photoshop&lt;/li&gt;
&lt;li&gt;CorelDrow&lt;/li&gt;
&lt;li&gt;Illustrator&lt;/li&gt;
&lt;li&gt;Adobe Flash Professional&lt;/li&gt;
&lt;li&gt;Adobe In Design&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;b style="color: #1a8fe9;"&gt;&lt;b style="font-family: arial, sans-serif; white-space: pre-wrap;"&gt;How Many Skill Required In Web Designing:&lt;/b&gt;&lt;/b&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;HTML, HTTML5 ( HyperText Markup Language )&lt;/li&gt;
&lt;li&gt;CSS, CSS3 ( Cascading Style Sheets )&lt;/li&gt;
&lt;li&gt;Java Script&lt;/li&gt;
&lt;li&gt;Jquery&lt;/li&gt;
&lt;li&gt;Bootstrap&lt;/li&gt;
&lt;/ul&gt;
&lt;div style="background: 0px 0px rgb(255, 255, 255); border: 0px; outline: 0px; padding: 0px; vertical-align: baseline;"&gt;
&lt;div style="background: 0px 0px; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="background: 0px 0px; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline;"&gt;
This is the same in today's first blog post, And in the next post we will learn what the graphics design and web design is and what to do.&amp;nbsp;&lt;/div&gt;
&lt;div style="background: 0px 0px; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="background: 0px 0px; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline;"&gt;
&lt;b&gt;Thank You for Watching My Blog Post......&lt;/b&gt;&lt;/div&gt;
&lt;div style="background: 0px 0px; border: 0px; outline: 0px; padding: 0px; vertical-align: baseline;"&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWuO79y3DAxhR9DrtDCjjt6L983LQCINLf1uFZ9P1UOfINbC8AVdcqa1syAuTE-N0Odfxdu9JdKXj3A4-jTn32XGgCFDPxyvfib-56CF5AbnNARfeZC-EBvwttd9XwSLfAJJjBJaWf6Cw/s72-c/2.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total></item></channel></rss>