<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-450057434686886619</id><updated>2020-06-26T07:39:34.770-07:00</updated><title type='text'>HTML</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://htmlcourse2018.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/450057434686886619/posts/default'/><link rel='alternate' type='text/html' href='https://htmlcourse2018.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Html</name><uri>http://www.blogger.com/profile/09778108890450130162</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-450057434686886619.post-4347838448681752874</id><published>2020-06-26T05:07:00.007-07:00</published><updated>2020-06-26T06:22:51.970-07:00</updated><title type='text'>Html</title><content type='html'>&lt;meta name=&quot;google-site-verification&quot; content=&quot;D1SvVx_rFcF3YLUrr4wyA4Ja_T-kWh2oZY12KqvRIUU&quot; /&gt; &lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;  &lt;a     href=&quot;https://1.bp.blogspot.com/-3hJibUkSkko/XvXiAvJkX2I/AAAAAAAAACA/vCQLugfX3nwgv1CsnZYlYIXiC87gdgcIACK4BGAsYHg/s544/Screenshot_2020-06-26-17-23-36-299_com.google.android.googlequicksearchbox.png&quot;     style=&quot;margin-left: 1em; margin-right: 1em;&quot;     &gt;&lt;img       border=&quot;0&quot;       data-original-height=&quot;382&quot;       data-original-width=&quot;544&quot;       src=&quot;https://1.bp.blogspot.com/-3hJibUkSkko/XvXiAvJkX2I/AAAAAAAAACA/vCQLugfX3nwgv1CsnZYlYIXiC87gdgcIACK4BGAsYHg/s320/Screenshot_2020-06-26-17-23-36-299_com.google.android.googlequicksearchbox.png&quot;       width=&quot;320&quot;   /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;  &lt;b&gt;HTML&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;  &lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;h1 style=&quot;clear: both; text-align: left;&quot;&gt;&lt;b&gt;About HTML&lt;/b&gt;&lt;/h1&gt;&lt;p style=&quot;text-align: left;&quot;&gt;  &lt;b     &gt;&amp;nbsp;&lt;font color=&quot;#b51200&quot;       &gt;Html stands for hypertext markup language.&lt;/font     &gt;    It is a document layout and hyperlink specification language i.e a language     used to design the layout of a document and to specify the hyperlink.&lt;/b   &gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;  &lt;b     &gt;&amp;nbsp;HTML&amp;nbsp; is made up of elements or tags and attributes which work     together to identify document parts and tell browser how to display them.&lt;/b   &gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;  &lt;b     &gt;HTML tag are content with angle brackets (&amp;lt;&amp;gt;) e.g &amp;lt;head&amp;gt; is a     tag HTML is not case sensitive that means we can type HTML in capital     letters as well as small letters.&lt;/b   &gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;  &lt;b     &gt;the basic structure of HTML document is simple with the entire document     bound by a pair of &amp;lt;html&amp;gt; and&amp;lt;/html&amp;gt; tags.&lt;/b   &gt;&lt;/p&gt;&lt;h2 style=&quot;text-align: left;&quot;&gt;&lt;b&gt;Example of HTML document&lt;/b&gt;&lt;/h2&gt;&lt;div&gt;  &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;    &lt;a       href=&quot;https://1.bp.blogspot.com/-9NERN5kuPiw/XvXj3obzMrI/AAAAAAAAACc/yrpxKfke8eQOZEwJqMxO2EsfYHrUljengCK4BGAsYHg/s2250/IMG_20200626_173218.jpg&quot;       style=&quot;margin-left: 1em; margin-right: 1em;&quot;       &gt;&lt;img         border=&quot;0&quot;         data-original-height=&quot;1033&quot;         data-original-width=&quot;2250&quot;         src=&quot;https://1.bp.blogspot.com/-9NERN5kuPiw/XvXj3obzMrI/AAAAAAAAACc/yrpxKfke8eQOZEwJqMxO2EsfYHrUljengCK4BGAsYHg/s320/IMG_20200626_173218.jpg&quot;         width=&quot;320&quot;     /&gt;&lt;/a&gt;  &lt;/div&gt;  &lt;br /&gt;&lt;/div&gt;&lt;div&gt;  &lt;b     &gt;The &amp;lt;head&amp;gt; ....&amp;lt;/head&amp;gt;tags make the header of document and     &amp;lt;body&amp;gt;....&amp;lt;/body&amp;gt;tags make the body of HTML document . Header     that appear on the top of the window and body that appear in the window.&lt;/b   &gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='https://htmlcourse2018.blogspot.com/feeds/4347838448681752874/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://htmlcourse2018.blogspot.com/2020/06/html-about-html-html-stands-for.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/450057434686886619/posts/default/4347838448681752874'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/450057434686886619/posts/default/4347838448681752874'/><link rel='alternate' type='text/html' href='https://htmlcourse2018.blogspot.com/2020/06/html-about-html-html-stands-for.html' title='Html'/><author><name>Html</name><uri>http://www.blogger.com/profile/09778108890450130162</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://1.bp.blogspot.com/-3hJibUkSkko/XvXiAvJkX2I/AAAAAAAAACA/vCQLugfX3nwgv1CsnZYlYIXiC87gdgcIACK4BGAsYHg/s72-c/Screenshot_2020-06-26-17-23-36-299_com.google.android.googlequicksearchbox.png" height="72" width="72"/><thr:total>1</thr:total></entry></feed>