<?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-6600475901872688952</id><updated>2024-11-05T18:44:35.029-08:00</updated><title type='text'>W3Teacher Online Web Tutorials</title><subtitle type='html'>W3Teacher is the best blog to learn HTML, CSS, JavaScript, jQuery, ASP, PHP, SQL, XML, Bootstrap, Blogger, Wordpress and SEO.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://w3teachers.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6600475901872688952/posts/default'/><link rel='alternate' type='text/html' href='http://w3teachers.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>RAFIQUE</name><uri>http://www.blogger.com/profile/13342391822462001846</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>8</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6600475901872688952.post-7999870437843105437</id><published>2016-04-29T08:49:00.000-07:00</published><updated>2018-02-28T22:27:59.569-08:00</updated><title type='text'>HTML Headings</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Headings are important in HTML Pages.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5Q_A6wC7m_Up8uTqYrBE32fZk3meiwxv86ix4DWjzavTyCBbGYsoAk3FEVZoDfyd7rYvvzwxij-9KzCS9SecGIEsGy9rXKDqrC3QUQENVlKJPsWNicnm8RrwuZ71M8eGobiw4b1B_KKEf/s640/06+HTML+Headings.png&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h2&gt;
HTML Headings&lt;/h2&gt;
Headings are defined with the &amp;lt;h1&amp;gt; to &amp;lt;h6&amp;gt; tags.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h1&amp;gt; defines the most important heading. &amp;lt;h6&amp;gt; defines the least important heading.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;cbox&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Example :&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;ccode&quot;&gt;
&amp;lt;h1&amp;gt;This is a heading&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;This is a heading&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;This is a heading&amp;lt;/h3&amp;gt;
&lt;/div&gt;
&lt;div class=&quot;tryButton&quot;&gt;
&lt;a href=&quot;http://w3examples.blogspot.in/2016/04/html-headings.html&quot; target=&quot;_blank&quot;&gt;Try it Yourself &amp;gt;&amp;gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
Headings Are Important&lt;/h2&gt;
Use HTML headings for headings only. Don&#39;t use headings to make text BIG or bold.&lt;br /&gt;
&lt;br /&gt;
Search engines use your headings to index the structure and content of your web pages.&lt;br /&gt;
&lt;br /&gt;
Users skim your pages by its headings. It is important to use headings to show the document structure.&lt;br /&gt;
&lt;br /&gt;
h1 headings should be main headings, followed by h2 headings, then the less important h3, and so on.&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
HTML Horizontal Rules&lt;/h2&gt;
The &amp;lt;hr&amp;gt; tag creates a horizontal line in an HTML page.&lt;br /&gt;
&lt;br /&gt;
The hr element can be used to separate content:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;cbox&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Example :&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;ccode&quot;&gt;
&amp;lt;p&amp;gt;This is a paragraph.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;This is a paragraph.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;This is a paragraph.&amp;lt;/p&amp;gt;
&lt;/div&gt;
&lt;div class=&quot;tryButton&quot;&gt;
&lt;a href=&quot;http://w3examples.blogspot.com/2016/04/html-headings-hr.html&quot; target=&quot;_blank&quot;&gt;Try it Yourself &amp;gt;&amp;gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
The HTML &amp;lt;head&amp;gt; Element

&lt;/h2&gt;
The HTML &amp;lt;head&amp;gt; element has nothing to do with HTML headings.&lt;br /&gt;
&lt;br /&gt;
The HTML &amp;lt;head&amp;gt; element contains meta data. Meta data are not displayed.&lt;br /&gt;
&lt;br /&gt;
The HTML &amp;lt;head&amp;gt; element is placed between the &amp;lt;html&amp;gt; tag and the &amp;lt;body&amp;gt; tag:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;cbox&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Example :&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;ccode&quot;&gt;
&amp;lt;!DOCTYPE html&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;title&amp;gt;My First HTML&amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;meta charset=&quot;UTF-8&quot;&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
-&lt;br /&gt;
-&lt;br /&gt;
-&lt;br /&gt;
-&lt;/div&gt;
&lt;div class=&quot;tryButton&quot;&gt;
&lt;a href=&quot;http://w3examples.blogspot.com/2016/04/html-headings-head.html&quot; target=&quot;_blank&quot;&gt;Try it Yourself &amp;gt;&amp;gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
The HTML &amp;lt;title&amp;gt; Element
&lt;/h2&gt;
The HTML &amp;lt;title&amp;gt; element is meta data. It defines the HTML document&#39;s title.&lt;br /&gt;
&lt;br /&gt;
The title will not be displayed in the document, but might be displayed in the browser tab.&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
The HTML  Element&lt;/h2&gt;
The HTML &amp;lt;meta&amp;gt; element is also meta data.&lt;br /&gt;
&lt;br /&gt;
It can be used to define the character set, and other information about the HTML document.&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
More Meta Elements&lt;/h2&gt;
In the chapter about HTML styles you discover more meta elements:
&lt;br /&gt;
&lt;br /&gt;
The HTML &amp;lt;style&amp;gt; element is used to define internal CSS style sheets.&lt;br /&gt;
&lt;br /&gt;
The HTML &amp;lt;link&amp;gt; element is used to define external CSS style sheets.&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
HTML Tip - How to View HTML Source&lt;/h2&gt;
Have you ever seen a Web page and wondered &quot;Hey! How did they do that?&quot;&lt;br /&gt;
&lt;br /&gt;
To find out, right-click in the page and select &quot;View Page Source&quot; (in Chrome) or &quot;View Source&quot; (in IE), or similar in another browser.&lt;br /&gt;
&lt;br /&gt;
This will open a window containing the HTML code of the page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://w3teachers.blogspot.com/feeds/7999870437843105437/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://w3teachers.blogspot.com/2016/04/html-headings.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6600475901872688952/posts/default/7999870437843105437'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6600475901872688952/posts/default/7999870437843105437'/><link rel='alternate' type='text/html' href='http://w3teachers.blogspot.com/2016/04/html-headings.html' title='HTML Headings'/><author><name>RAFIQUE</name><uri>http://www.blogger.com/profile/13342391822462001846</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://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5Q_A6wC7m_Up8uTqYrBE32fZk3meiwxv86ix4DWjzavTyCBbGYsoAk3FEVZoDfyd7rYvvzwxij-9KzCS9SecGIEsGy9rXKDqrC3QUQENVlKJPsWNicnm8RrwuZ71M8eGobiw4b1B_KKEf/s72-c/06+HTML+Headings.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6600475901872688952.post-4328014347247751999</id><published>2016-04-26T00:37:00.001-07:00</published><updated>2018-02-28T22:27:59.529-08:00</updated><title type='text'>HTML Attributes</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;div class=&quot;myNote&quot;&gt;
&amp;nbsp; &amp;nbsp;Attributes provide additional information about HTML elements.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiB4uH3G6AdQSaXZHG13HfUwQy1ifGyZ7Bur7xrqGVGcVZLoGNH4AXrO7SmJ5kKGl16Rzv7F7AxlRIy0qW1yDoiwkAw_-_qw8twD7h1ZcN-H8_84uf2R3iKXdDvrs3aM5XClHdhyphenhyphenTQGhbzZ/s640/06+HTML+Attributes.png&quot; /&gt;&lt;br /&gt;
&lt;h2&gt;
HTML Attributes &lt;/h2&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;HTML elements can have &lt;b&gt;attributes&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Attributes provide &lt;b&gt;additional information&lt;/b&gt; about an element&lt;/li&gt;
&lt;li&gt;Attributes are always specified in the &lt;b&gt;start tag&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Attributes come in name/value pairs like: &lt;b&gt;name=&quot;value&quot;&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;h2&gt;
The lang Attribute &lt;/h2&gt;
The document language can be declared in the &amp;lt;html&amp;gt; tag.&lt;br /&gt;
&lt;br /&gt;
The language is declared in the lang attribute.&lt;br /&gt;
&lt;br /&gt;
Declaring a language is important for accessibility applications (screen readers) and search engines:
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;cbox&quot;&gt;
&lt;div class=&quot;ccode&quot;&gt;
&amp;lt;!DOCTYPE html&amp;gt;&lt;br /&gt;
&amp;lt;html lang=&quot;en-US&quot;&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h1&amp;gt;My First Heading&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;My first paragraph.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
The first two letters specify the language (en). If there is a dialect, use two more letters (US).
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
The title Attribute &lt;/h2&gt;
HTML paragraphs are defined with the &amp;lt;p&amp;gt; tag.&lt;br /&gt;
&lt;br /&gt;
In this example, the &amp;lt;p&amp;gt; element has a title attribute. The value of the attribute is &quot;About W3Teacher&quot;:

&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;cbox&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Example :&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;ccode&quot;&gt;
&amp;lt;p title=&quot;About W3Teacher&quot;&amp;gt;&lt;br /&gt;
W3Teacher is a web developer&#39;s site.&lt;br /&gt;
It provides tutorials and references covering&lt;br /&gt;
many aspects of web programming,&lt;br /&gt;
including HTML, CSS, JavaScript, XML, SQL, PHP, ASP, etc.&lt;br /&gt;
&amp;lt;/p&amp;gt;
&lt;/div&gt;
&lt;div class=&quot;tryButton&quot;&gt;
&lt;a href=&quot;http://w3examples.blogspot.com/2016/04/title-attribute.html&quot; target=&quot;_blank&quot;&gt;Try it Yourself &amp;gt;&amp;gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;myNote&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; When you move the mouse over the element, the title will be displayed as a tooltip.
&lt;/div&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
The href Attribute &lt;/h2&gt;
HTML links are defined with the &lt;b&gt;&amp;lt;a&amp;gt;&lt;/b&gt; tag. The link address is specified in the &lt;b&gt;href attribute&lt;/b&gt;:
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;cbox&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Example :&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;ccode&quot;&gt;
&amp;lt;a href=&quot;http://www.w3teacher.in&quot;&amp;gt;This is a link&amp;lt;/a&amp;gt;
&lt;/div&gt;
&lt;div class=&quot;tryButton&quot;&gt;
&lt;a href=&quot;http://w3examples.blogspot.com/2016/04/html-links.html&quot; target=&quot;_blank&quot;&gt;Try it Yourself &amp;gt;&amp;gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
You will learn more about links and the &amp;lt;a&amp;gt; tag later in this tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
Size Attributes &lt;/h2&gt;
HTML images are defined with the &lt;b&gt;&amp;lt;img&amp;gt;&lt;/b&gt; tag.&lt;br /&gt;
&lt;br /&gt;
The filename of the source (&lt;b&gt;src&lt;/b&gt;), and the size of the image (&lt;b&gt;width and height&lt;/b&gt;) are all provided as attributes:
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;cbox&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Example :&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;ccode&quot;&gt;
&amp;lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXKGQ63xJpEhyphenhyphen0bOAStvCOV19dlBSc5XI6lRS7xBVWrHgODqBuzKjooRumpMKTjueVBPWjrKx79Gr2-S4cgyC4I1GHVXQ_GMV1yNJkLV8fsGF7V4n_TL40mTE-8gxJMQuB7ylsvYBC842M/s512/Avator+TCW+Final.png&quot; alt=&quot;www.w3teacher.in&quot; width=&quot;200&quot; height=&quot;200&quot;&amp;gt;
&lt;/div&gt;
&lt;div class=&quot;tryButton&quot;&gt;
&lt;a href=&quot;http://w3examples.blogspot.in/2016/04/html-images.html&quot; target=&quot;_blank&quot;&gt;Try it Yourself &amp;gt;&amp;gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
The image size is specified in pixels: width=&quot;200&quot; means 200 screen pixels wide.&lt;br /&gt;
&lt;br /&gt;
You will learn more about images and the &amp;lt;img&amp;gt; tag later in this tutorial.
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
The alt Attribute &lt;/h2&gt;
The alt attribute specifies an alternative text to be used, when an HTML element cannot be displayed.&lt;br /&gt;
&lt;br /&gt;
The value of the attribute can be read by &quot;screen readers&quot;. This way, someone &quot;listening&quot; to the webpage, i.e. a blind person, can &quot;hear&quot; the element.
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;cbox&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Example :&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;ccode&quot;&gt;
&amp;lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXKGQ63xJpEhyphenhyphen0bOAStvCOV19dlBSc5XI6lRS7xBVWrHgODqBuzKjooRumpMKTjueVBPWjrKx79Gr2-S4cgyC4I1GHVXQ_GMV1yNJkLV8fsGF7V4n_TL40mTE-8gxJMQuB7ylsvYBC842M/s512/Avator+TCW+Final.png&quot; alt=&quot;www.w3teacher.in&quot; width=&quot;200&quot; height=&quot;200&quot;&amp;gt;
&lt;/div&gt;
&lt;div class=&quot;tryButton&quot;&gt;
&lt;a href=&quot;http://w3examples.blogspot.in/2016/04/html-images.html&quot; target=&quot;_blank&quot;&gt;Try it Yourself &amp;gt;&amp;gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
We Suggest: Always Use Lowercase Attributes &lt;/h2&gt;
The HTML5 standard does not require lower case attribute names.&lt;br /&gt;
&lt;br /&gt;
The title attribute can be written with upper or lower case like Title and/or TITLE.&lt;br /&gt;
&lt;br /&gt;
W3C recommends lowercase in HTML4, and demands lowercase for stricter document types like XHTML.
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;myNote&quot;&gt;
&amp;nbsp; &amp;nbsp; Lower case is the most common. Lower case is easier to type.
At W3Teacher we always use lower case attribute names.
&lt;/div&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
We Suggest: Always Quote Attribute Values &lt;/h2&gt;
The HTML5 standard does not require quotes around attribute values.

The href attribute, demonstrated above, can be written as:
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;cbox&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Example :&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;ccode&quot;&gt;
&amp;lt;a href=&quot;http://www.w3teacher.in&quot;&amp;gt;This is a link&amp;lt;/a&amp;gt;
&lt;/div&gt;
&lt;div class=&quot;tryButton&quot;&gt;
&lt;a href=&quot;http://w3examples.blogspot.com/2016/04/html-links.html&quot; target=&quot;_blank&quot;&gt;Try it Yourself &amp;gt;&amp;gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
W3C recommends quotes in HTML4, and demands quotes for stricter document types like XHTML.

Sometimes it is necessary to use quotes. This will not display correctly, because it contains a space:
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;cbox&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Example :&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;ccode&quot;&gt;
&amp;lt;p title=About &lt;span style=&quot;color: red;&quot;&gt;W3Teacher&lt;/span&gt;&amp;gt;&lt;br /&gt;
You cannot omit quotes around an attribute value&lt;br /&gt;
if the value contains spaces.&lt;br /&gt;
&amp;lt;/p&amp;gt;
&lt;/div&gt;
&lt;div class=&quot;tryButton&quot;&gt;
&lt;a href=&quot;http://w3examples.blogspot.in/2016/04/html-attributes.html&quot; target=&quot;_blank&quot;&gt;Try it Yourself &amp;gt;&amp;gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;myNote&quot;&gt;
&amp;nbsp; &amp;nbsp; Using quotes are the most common. Omitting quotes can produce errors. 
At W3Teacher we always use quotes around attribute values.
&lt;/div&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
Single or Double Quotes? &lt;/h2&gt;
Double style quotes are the most common in HTML, but single style can also be used.&lt;br /&gt;
&lt;br /&gt;
In some situations, when the attribute value itself contains double quotes, it is necessary to use single quotes:
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;cbox&quot;&gt;
&lt;div class=&quot;ccode&quot;&gt;
&amp;lt;p title=&#39;Mohammad &quot;Abdul&quot; Rahman&#39;&amp;gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
Or vice versa:
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;cbox&quot;&gt;
&lt;div class=&quot;ccode&quot;&gt;
&amp;lt;p title=&quot;Mohammad &#39;Abdul&#39; Rahman&quot;&amp;gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
Lesson Summary &lt;/h2&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;All HTML elements can have attributes&lt;/li&gt;
&lt;li&gt;The HTML title attribute provides additional &quot;tool-tip&quot; information&lt;/li&gt;
&lt;li&gt;The HTML href attribute provides address information for links&lt;/li&gt;
&lt;li&gt;The HTML width and height attributes provide size information for images&lt;/li&gt;
&lt;li&gt;The HTML alt attribute provides text for screen readers&lt;/li&gt;
&lt;li&gt;At W3Teacher we always use lowercase HTML attribute names&lt;/li&gt;
&lt;li&gt;At W3Teacher we always quote attributes with double quotes&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;hr /&gt;
&lt;h2&gt;
Test Yourself with Exercises!&lt;/h2&gt;
&lt;br /&gt;
&lt;div class=&quot;tryButton&quot;&gt;
&lt;a href=&quot;http://w3examples.blogspot.in/2016/04/exercise-attributes1.html&quot; target=&quot;_blank&quot;&gt;Exercise 1&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;tryButton&quot;&gt;
&lt;a href=&quot;http://w3examples.blogspot.com/2016/04/html-images.html&quot; target=&quot;_blank&quot;&gt;Exercise 2&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;tryButton&quot;&gt;
&lt;a href=&quot;http://w3examples.blogspot.com/2016/04/html-links.html&quot; target=&quot;_blank&quot;&gt;Exercise 3&lt;/a&gt;&lt;/div&gt;
&lt;hr /&gt;
&lt;h2&gt;
HTML Attributes &lt;/h2&gt;
&lt;br /&gt;
&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-fq-Uwocf-Qz_BsJQT-jx8L1-vsFR3QWX1lt2o_IxNMsg1vl8HQPNxEqAelULVyC5wxPX1ABxbaNLrsu7MysaBQmJPoJKyRK-XxxSkw_P6rXB9jZZvLSJG28sHwnBJSls9ealXZFJrUYo/s1600/Attributes.png&quot; /&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;lButton&quot;&gt;
&lt;a href=&quot;http://www.w3teacher.in/2016/04/html-elements.html&quot;&gt;&amp;lt;&amp;lt; Previous Lesson&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;rButton&quot;&gt;
&lt;a href=&quot;http://www.w3teacher.in/&quot;&gt;Next Lesson &amp;gt;&amp;gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://w3teachers.blogspot.com/feeds/4328014347247751999/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://w3teachers.blogspot.com/2016/04/html-attributes.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6600475901872688952/posts/default/4328014347247751999'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6600475901872688952/posts/default/4328014347247751999'/><link rel='alternate' type='text/html' href='http://w3teachers.blogspot.com/2016/04/html-attributes.html' title='HTML Attributes'/><author><name>RAFIQUE</name><uri>http://www.blogger.com/profile/13342391822462001846</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://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiB4uH3G6AdQSaXZHG13HfUwQy1ifGyZ7Bur7xrqGVGcVZLoGNH4AXrO7SmJ5kKGl16Rzv7F7AxlRIy0qW1yDoiwkAw_-_qw8twD7h1ZcN-H8_84uf2R3iKXdDvrs3aM5XClHdhyphenhyphenTQGhbzZ/s72-c/06+HTML+Attributes.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6600475901872688952.post-7841963593246711453</id><published>2016-04-25T23:28:00.000-07:00</published><updated>2018-02-28T22:27:59.542-08:00</updated><title type='text'>HTML Elements</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;b&gt;HTML documents&lt;/b&gt; are made up by &lt;b&gt;HTML elements&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVMYtuizzqHvdv68WISYl1P9kLhripNq5tCNP-k2X1HT9HRErTNr4oobWVd0QxIlpKlcpZVJMRmo79GkFTJjc2zCxmmMl6UDURq4a5wzE0uyVnOr4EKxa059_u7qwjlltYRw0QEM12BHYE/s640/05+HTML+Elements.png&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
HTML elements are written with a &lt;b&gt;start tag&lt;/b&gt;, with an &lt;b&gt;end tag&lt;/b&gt;, with the &lt;b&gt;content&lt;/b&gt; in between:&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;span style=&quot;color: blue;&quot;&gt;&amp;lt;tagname&amp;gt;&lt;/span&gt;content&lt;span style=&quot;color: blue;&quot;&gt;&amp;lt;/tagname&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
The &lt;b&gt;HTML element&lt;/b&gt; is everything from the start tag to the end tag:&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Example:&amp;nbsp;&lt;span style=&quot;font-size: large;&quot;&gt;&amp;lt;p&amp;gt;My first HTML paragraph.&amp;lt;/p&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;myNote&quot;&gt;
Some HTML elements do not have an end tag.
&lt;/div&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
Nested HTML Elements &lt;/h2&gt;
HTML elements can be nested (elements can contain elements).&lt;br /&gt;
&lt;br /&gt;
All HTML documents consist of nested HTML elements.&lt;br /&gt;
&lt;br /&gt;
This example contains 4 HTML elements:
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;cbox&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Example :&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;ccode&quot;&gt;
&amp;lt;!DOCTYPE html&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h1&amp;gt;My First Heading&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;My first paragraph.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;
&lt;/div&gt;
&lt;div class=&quot;tryButton&quot;&gt;
&lt;a href=&quot;http://w3examples.blogspot.com/2016/04/html-5-example.html&quot; target=&quot;_blank&quot;&gt;Try it Yourself &amp;gt;&amp;gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
HTML Example Explained &lt;/h2&gt;
The &lt;b&gt;&amp;lt;html&amp;gt;&lt;/b&gt; element defines the whole document.&lt;br /&gt;
&lt;br /&gt;
It has a start tag &lt;b&gt;&amp;lt;html&amp;gt;&lt;/b&gt; and an end tag &lt;b&gt;&amp;lt;/html&amp;gt;&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
The element content is another &lt;b&gt;HTML&lt;/b&gt; element (the &lt;b&gt;&amp;lt;body&amp;gt;&lt;/b&gt; element).&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;cbox&quot;&gt;
&lt;div class=&quot;ccode&quot;&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h1&amp;gt;My First Heading&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;My first paragraph.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
The&lt;b&gt; &amp;lt;body&amp;gt;&lt;/b&gt; element defines the document body.&lt;br /&gt;
&lt;br /&gt;
It has a start tag &lt;b&gt;&amp;lt;body&amp;gt;&lt;/b&gt; and an end tag&lt;b&gt; &amp;lt;/body&amp;gt;&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
The element content is two other HTML elements (&lt;b&gt;&amp;lt;h1&amp;gt; &lt;/b&gt;and&lt;b&gt; &amp;lt;p&amp;gt;&lt;/b&gt;).&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;cbox&quot;&gt;
&lt;div class=&quot;ccode&quot;&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h1&amp;gt;My First Heading&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;My first paragraph.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/body&amp;gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
The &lt;b&gt;&amp;lt;h1&amp;gt;&lt;/b&gt; element defines a heading.&lt;br /&gt;
&lt;br /&gt;
It has a start tag &lt;b&gt;&amp;lt;h1&amp;gt;&lt;/b&gt; and an end tag &lt;b&gt;&amp;lt;/h1&amp;gt;&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
The element content is: My First Heading.
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;cbox&quot;&gt;
&lt;div class=&quot;ccode&quot;&gt;
&amp;lt;h1&amp;gt;My First Heading&amp;lt;/h1&amp;gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
The &lt;b&gt;&amp;lt;p&amp;gt;&lt;/b&gt; element defines a paragraph.&lt;br /&gt;
&lt;br /&gt;
It has a start tag &lt;b&gt;&amp;lt;p&amp;gt;&lt;/b&gt; and an end tag &lt;b&gt;&amp;lt;/p&amp;gt;&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
The element content is: My first paragraph.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;cbox&quot;&gt;
&lt;div class=&quot;ccode&quot;&gt;
&amp;lt;p&amp;gt;My first paragraph.&amp;lt;/p&amp;gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
Don&#39;t Forget the End Tag &lt;/h2&gt;
Some HTML elements will display correctly, even if you forget the end tag:
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;cbox&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Example :&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;ccode&quot;&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;This is a paragraph&lt;br /&gt;
&amp;lt;p&amp;gt;This is a paragraph&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;
&lt;/div&gt;
&lt;div class=&quot;tryButton&quot;&gt;
&lt;a href=&quot;http://w3examples.blogspot.com/2016/04/dont-forget-end-tag.html&quot; target=&quot;_blank&quot;&gt;Try it Yourself &amp;gt;&amp;gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
The example above works in all browsers, because the closing tag is considered optional.&lt;br /&gt;
&lt;br /&gt;
Never rely on this. It might produce unexpected results and/or errors if you forget the end tag.&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
Empty HTML Elements &lt;/h2&gt;
HTML elements with no content are called empty elements.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; is an empty element without a closing tag (the &amp;lt;br&amp;gt; tag defines a line break).&lt;br /&gt;
&lt;br /&gt;
Empty elements can be &quot;closed&quot; in the opening tag like this: &amp;lt;br /&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
HTML5 does not require empty elements to be closed. But if you want stricter validation, or you need to make your document readable by XML parsers, you should close all HTML elements.
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
HTML Tip: Use Lowercase Tags &lt;/h2&gt;
HTML tags are not case sensitive: &lt;b&gt;&amp;lt;P&amp;gt;&lt;/b&gt; means the same as &lt;b&gt;&amp;lt;p&amp;gt;&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
The &lt;b&gt;HTML5&lt;/b&gt; standard does not require lowercase tags, but W3C recommends lowercase in HTML4, and demands lowercase for stricter document types like XHTML.
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;myNote&quot;&gt;
&amp;nbsp; &amp;nbsp;W3Teacher.in always uses lowercase tags.
&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;lButton&quot;&gt;
&lt;a href=&quot;http://www.w3teacher.in/2016/04/html-basic.html&quot;&gt;&amp;lt;&amp;lt; Previous Lesson&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;rButton&quot;&gt;
&lt;a href=&quot;http://www.w3teacher.in/&quot;&gt;Next Lesson &amp;gt;&amp;gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://w3teachers.blogspot.com/feeds/7841963593246711453/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://w3teachers.blogspot.com/2016/04/html-elements.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6600475901872688952/posts/default/7841963593246711453'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6600475901872688952/posts/default/7841963593246711453'/><link rel='alternate' type='text/html' href='http://w3teachers.blogspot.com/2016/04/html-elements.html' title='HTML Elements'/><author><name>RAFIQUE</name><uri>http://www.blogger.com/profile/13342391822462001846</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://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVMYtuizzqHvdv68WISYl1P9kLhripNq5tCNP-k2X1HT9HRErTNr4oobWVd0QxIlpKlcpZVJMRmo79GkFTJjc2zCxmmMl6UDURq4a5wzE0uyVnOr4EKxa059_u7qwjlltYRw0QEM12BHYE/s72-c/05+HTML+Elements.png" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6600475901872688952.post-2963758831008621677</id><published>2016-04-25T22:12:00.001-07:00</published><updated>2018-02-28T22:27:59.515-08:00</updated><title type='text'>HTML Basic Examples</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiMrX5n1nki4EEQNemMN8zI4G3AHk8Zssw_rgIGBOmU-3dbIFbHt-fVScDiWACarzMu_UVONzLue-umpdr6i16QYYn2__8XI2PDpZiGsRx89Ys2aewPrNBoG0IlqxpZHeX1vzEiY7Gc4bYe/s640/04+HTML+Basic.png&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
You will learn about&amp;nbsp;these examples&amp;nbsp;in the next chapters.&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;
HTML Documents&lt;/h2&gt;
&lt;br /&gt;
All HTML documents must start with a type declaration: &lt;b&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
The HTML document itself begins with &lt;b&gt;&amp;lt;html&amp;gt;&lt;/b&gt; and ends with &lt;b&gt;&amp;lt;/html&amp;gt;&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
The visible part of the HTML document is between &lt;b&gt;&amp;lt;body&amp;gt; &lt;/b&gt;and&lt;b&gt; &amp;lt;/body&amp;gt;&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;cbox&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Example :&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;ccode&quot;&gt;
&amp;lt;!DOCTYPE html&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h1&amp;gt;My First Heading&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;My first paragraph.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;
&lt;/div&gt;
&lt;div class=&quot;tryButton&quot;&gt;
&lt;a href=&quot;http://w3examples.blogspot.com/2016/04/html-5-example.html&quot; target=&quot;_blank&quot;&gt;Try it Yourself &amp;gt;&amp;gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
HTML Headings&lt;/h2&gt;
HTML headings are defined with the &lt;b&gt;&amp;lt;h1&amp;gt; &lt;/b&gt;to &lt;b&gt;&amp;lt;h6&amp;gt;&lt;/b&gt; tags:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;cbox&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Example :&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;ccode&quot;&gt;
&amp;lt;h1&amp;gt;This is a heading&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;This is a heading&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;This is a heading&amp;lt;/h3&amp;gt;
&lt;/div&gt;
&lt;div class=&quot;tryButton&quot;&gt;
&lt;a href=&quot;http://w3examples.blogspot.com/2016/04/HTML-Headings.html&quot; target=&quot;_blank&quot;&gt;Try it Yourself &amp;gt;&amp;gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
HTML Paragraphs&lt;/h2&gt;
HTML paragraphs are defined with the tag:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;cbox&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Example :&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;ccode&quot;&gt;
&amp;lt;p&amp;gt;This is a paragraph.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;This is another paragraph.&amp;lt;/p&amp;gt;
&lt;/div&gt;
&lt;div class=&quot;tryButton&quot;&gt;
&lt;a href=&quot;http://w3examples.blogspot.com/2016/04/html-paragraphs.html&quot; target=&quot;_blank&quot;&gt;Try it Yourself &amp;gt;&amp;gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
HTML Links&lt;/h2&gt;
HTML links are defined with the &lt;b&gt;&amp;lt;a&amp;gt;&lt;/b&gt; tag:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;cbox&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Example :&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;ccode&quot;&gt;
&amp;lt;a href=&quot;http://www.w3teacher.in&quot;&amp;gt;This is a link&amp;lt;/a&amp;gt;
&lt;/div&gt;
&lt;div class=&quot;tryButton&quot;&gt;
&lt;a href=&quot;http://w3examples.blogspot.com/2016/04/html-links.html&quot; target=&quot;_blank&quot;&gt;Try it Yourself &amp;gt;&amp;gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
The link&#39;s destination is specified in the &lt;b&gt;href attribute&lt;/b&gt;.&lt;br /&gt;
Attributes are used to provide additional information about HTML elements.

&lt;br /&gt;
&lt;hr /&gt;

&lt;h2&gt;
HTML Images&lt;/h2&gt;
HTML images are defined with the &lt;b&gt;&amp;lt;img&amp;gt;&lt;/b&gt; tag.&lt;br /&gt;
&lt;br /&gt;
The source file &lt;b&gt;(src)&lt;/b&gt;, alternative text &lt;b&gt;(alt)&lt;/b&gt;, and size &lt;b&gt;(width and height) &lt;/b&gt;are provided as &lt;b&gt;attributes&lt;/b&gt;:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;cbox&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Example :&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;ccode&quot;&gt;
&amp;lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXKGQ63xJpEhyphenhyphen0bOAStvCOV19dlBSc5XI6lRS7xBVWrHgODqBuzKjooRumpMKTjueVBPWjrKx79Gr2-S4cgyC4I1GHVXQ_GMV1yNJkLV8fsGF7V4n_TL40mTE-8gxJMQuB7ylsvYBC842M/s512/Avator+TCW+Final.png&quot; alt=&quot;www.w3teacher.in&quot; width=&quot;200&quot; height=&quot;200&quot;&amp;gt;
&lt;/div&gt;
&lt;div class=&quot;tryButton&quot;&gt;
&lt;a href=&quot;http://w3examples.blogspot.in/2016/04/html-images.html&quot; target=&quot;_blank&quot;&gt;Try it Yourself &amp;gt;&amp;gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;div class=&quot;lButton&quot;&gt;
&lt;a href=&quot;http://www.w3teacher.in/&quot;&gt;&amp;lt;&amp;lt; Previous Lesson&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;rButton&quot;&gt;
&lt;a href=&quot;http://www.w3teacher.in/&quot;&gt;Next Lesson &amp;gt;&amp;gt;&lt;/a&gt;&lt;/div&gt;

&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://w3teachers.blogspot.com/feeds/2963758831008621677/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://w3teachers.blogspot.com/2016/04/html-basic.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6600475901872688952/posts/default/2963758831008621677'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6600475901872688952/posts/default/2963758831008621677'/><link rel='alternate' type='text/html' href='http://w3teachers.blogspot.com/2016/04/html-basic.html' title='HTML Basic Examples'/><author><name>RAFIQUE</name><uri>http://www.blogger.com/profile/13342391822462001846</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://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiMrX5n1nki4EEQNemMN8zI4G3AHk8Zssw_rgIGBOmU-3dbIFbHt-fVScDiWACarzMu_UVONzLue-umpdr6i16QYYn2__8XI2PDpZiGsRx89Ys2aewPrNBoG0IlqxpZHeX1vzEiY7Gc4bYe/s72-c/04+HTML+Basic.png" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6600475901872688952.post-2845246899428947097</id><published>2016-04-25T17:44:00.004-07:00</published><updated>2018-02-28T22:27:59.502-08:00</updated><title type='text'>HTML Editors</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicjn5AtlvKVi5rFiu8YjPY0BG8sHld0V80Y7gAzjpBJxjQOfHr3fiLMYBTdP2YZBjd8RrAMBFUfUTSxIjYHwAd8f7LWMW-CiS8HHI_O7EGXP1lBaZ95q-RSvS5fUoBnp5PexfxQqyqoTkK/s640/HTML+Editors.png&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h2&gt;
Write HTML Using Notepad&lt;/h2&gt;
&lt;b&gt;HTML can be edited by using professional HTML editors like:&lt;/b&gt;&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;Microsoft WebMatrix&lt;/li&gt;
&lt;li&gt;Sublime Text&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
However, for learning HTML we recommend a text editor like Notepad (PC) or TextEdit (Mac).&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
We believe using a simple text editor is a good way to learn HTML.&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;myNote&quot;&gt;
Follow the steps below to create your first web page with Notepad.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;h2&gt;
Step 1: Open Notepad&lt;/h2&gt;
&lt;b&gt;Open Notepad in Windows 8 or later:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Open the Start Screen (the window symbol at the bottom left on your screen). Type &lt;b&gt;Notepad&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Open Notepad in Windows 7 or earlier:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Click &lt;b&gt;Start&lt;/b&gt; (bottom left on your screen). Click&lt;b&gt; All Programs&lt;/b&gt;. Click &lt;b&gt;Accessories&lt;/b&gt;. Click &lt;b&gt;Notepad&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;
Step 2: Write Some HTML Code&lt;/h2&gt;
Write or copy some HTML into Notepad.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;cbox&quot;&gt;
&lt;div class=&quot;ccode&quot;&gt;
&amp;lt;!DOCTYPE html&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h1&amp;gt;My First Sample Heading&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;My first Sample paragraph.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img border=&quot;0&quot; height=&quot;542&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjpFp_6vygfOWWkA4cFngEdbcBVURCJYrpM4D-12zzhSGrg-9V5oGOGvAUnda1lZAuGoOeMTOWdfU4zJGgNREiKwz8OTS3SZA2I3sHTcEKSXFibOulyIKAXONsIyp8eAsEttqmQB-_CY4RQ/s640/Notepade+for+HTML.png&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h2&gt;
Step 3: Save the HTML Page&lt;/h2&gt;
Save the file on your computer.&lt;br /&gt;
&lt;br /&gt;
Select &lt;b&gt;File &amp;gt; Save as&lt;/b&gt; in the Notepad menu.&lt;br /&gt;
&lt;br /&gt;
Name the file &quot;index.html&quot; or any other name ending with html or htm.&lt;br /&gt;
&lt;br /&gt;
UTF-8 is the preferred encoding for HTML files.&lt;br /&gt;
&lt;br /&gt;
ANSI encoding covers US and Western European characters only.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img border=&quot;0&quot; height=&quot;450&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgacYQCpAinw6v_R07OLF-3ZvYJF6gXJp3ytrhBrfTgplv1EWCeY1BRn4Zhyn3Co8htjx10_ah877Zieg5HDwFtE1H4OY9jKInBpaSiRs-uBlmP0MEqdASDoV2nJ45kcetWRsgiT_XunWEk/s640/Notepade+for+HTML_Save+as.png&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;myNote&quot;&gt;
You can use either .htm or .html as file extension. There is no difference, it is up to you.
&lt;/div&gt;
&lt;br /&gt;
&lt;h2&gt;
Step 4: View HTML Page in Your Browser&lt;/h2&gt;
Open the saved HTML file in your favorite browser. The result will look much like this:&lt;br /&gt;
&lt;br /&gt;
&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4JIMGP7KthMr1j2wkBCc-lrZHPARUnm1Xd-oDXGr1VSAGuvjt0VqlJBJjNhPzoyOm_iNj60xAXKoNoshgCckT31-wXElcY09YWZsu2A7qhQpxOnPaHJG9tAC-l1-46nmr_iXh2nlwqSMs/s640/view+in+Browser.png&quot; /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;myNote&quot;&gt;
To open a file in a browser, double click on the file, or right-click, and choose open with.
&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;lButton&quot;&gt;
&lt;a href=&quot;http://www.w3teacher.in/2016/04/html-introduction.html&quot;&gt;&amp;lt;&amp;lt; Previous Lesson&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;rButton&quot;&gt;
&lt;a href=&quot;http://www.w3teacher.in/2016/04/html-basic.html&quot;&gt;Next Lesson &amp;gt;&amp;gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://w3teachers.blogspot.com/feeds/2845246899428947097/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://w3teachers.blogspot.com/2016/04/html-editors.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6600475901872688952/posts/default/2845246899428947097'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6600475901872688952/posts/default/2845246899428947097'/><link rel='alternate' type='text/html' href='http://w3teachers.blogspot.com/2016/04/html-editors.html' title='HTML Editors'/><author><name>RAFIQUE</name><uri>http://www.blogger.com/profile/13342391822462001846</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://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicjn5AtlvKVi5rFiu8YjPY0BG8sHld0V80Y7gAzjpBJxjQOfHr3fiLMYBTdP2YZBjd8RrAMBFUfUTSxIjYHwAd8f7LWMW-CiS8HHI_O7EGXP1lBaZ95q-RSvS5fUoBnp5PexfxQqyqoTkK/s72-c/HTML+Editors.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6600475901872688952.post-2241039085762613250</id><published>2016-04-10T02:48:00.001-07:00</published><updated>2018-02-28T22:27:59.488-08:00</updated><title type='text'>HTML Introduction</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIJL5dUv-mE8Ox3PlRnfoh90MQfBna-uKE1vObnRpkF1HmOUvZ2pgGx3NXFOO4ih7rzBgI6crNbacz6cmV58een6NyTgv4fMNJ9Tb81l9lJ6h0olpNU76pqN6h59zGGPVXFy0SH_jjLgoX/s640/02+Intro.png&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h2&gt;
What is HTML?&lt;/h2&gt;
HTML is a markup language for describing web documents (web pages).&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;HTML stands for &lt;b&gt;H&lt;/b&gt;yper &lt;b&gt;T&lt;/b&gt;ext &lt;b&gt;M&lt;/b&gt;arkup &lt;b&gt;L&lt;/b&gt;anguage&lt;/li&gt;
&lt;li&gt;A markup language is a set of &lt;b&gt;markup tags&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;HTML documents are described by &lt;b&gt;HTML tags&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Each HTML tag describes different document content&lt;/li&gt;
&lt;/ul&gt;
&lt;h1&gt;
&lt;/h1&gt;
&lt;h1&gt;
HTML Example&lt;/h1&gt;
&lt;br /&gt;
&lt;div class=&quot;cbox&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;A small HTML document:&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;ccode&quot;&gt;
&amp;lt;!DOCTYPE html&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;title&amp;gt;Page Title&amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;lt;body&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;lt;h1&amp;gt;My First Heading&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;lt;p&amp;gt;My first paragraph.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;
&lt;/div&gt;
&lt;div class=&quot;tryButton&quot;&gt;
&lt;a href=&quot;http://w3examples.blogspot.in/2016/04/html-5-example.html&quot; target=&quot;_blank&quot;&gt;Try it Yourself &amp;gt;&amp;gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;h1&gt;
&lt;/h1&gt;
&lt;h1&gt;
Example Explained&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;The DOCTYPE declaration defines the document type to be HTML&lt;/li&gt;
&lt;li&gt;The text between &amp;lt;html&amp;gt; and &amp;lt;/html&amp;gt; describes an HTML document&lt;/li&gt;
&lt;li&gt;The text between &amp;lt;head&amp;gt; and &amp;lt;/head&amp;gt; provides information about the document&lt;/li&gt;
&lt;li&gt;The text between &amp;lt;title&amp;gt; and &amp;lt;/title&amp;gt; provides a title for the document&lt;/li&gt;
&lt;li&gt;The text between &amp;lt;body&amp;gt; and &amp;lt;/body&amp;gt; describes the visible page content&lt;/li&gt;
&lt;li&gt;The text between &amp;lt;h1&amp;gt; and &amp;lt;/h1&amp;gt; describes a heading&lt;/li&gt;
&lt;li&gt;The text between &amp;lt;p&amp;gt; and &amp;lt;/p&amp;gt; describes a paragraph&lt;/li&gt;
&lt;/ul&gt;
Using this description, a web browser can display a document with a heading and a paragraph.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h1&gt;
HTML Tags&lt;/h1&gt;
HTML tags are &lt;b&gt;keywords&lt;/b&gt; (tag names) surrounded by &lt;b&gt;angle brackets:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
&amp;lt;tagname&amp;gt;content&amp;lt;/tagname&amp;gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;HTML tags normally come in pairs like &amp;lt;p&amp;gt; and &amp;lt;/p&amp;gt;&lt;/li&gt;
&lt;li&gt;The first tag in a pair is the start tag, the second tag is the end tag&lt;/li&gt;
&lt;li&gt;The end tag is written like the start tag, but with a slash before the tag name&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class=&quot;myNote&quot;&gt;
The start tag is often called the opening tag. The end tag is often called the closing tag.
&lt;/div&gt;
&lt;br /&gt;
&lt;h1&gt;
&lt;/h1&gt;
&lt;h1&gt;
Basic HTML Page Structure&lt;/h1&gt;
Below is a visualization of a Basic HTML page structure:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjPUyWJDaKQLow43LtpAywN8Z_N5oWqfjv2fFJop9m-m5iDEU8ioD0PY9wsly1fDJEB8xUpgxs4okH8RjMG3Es6NwuEJE591I-kA_9AmTzMMqp52NDGjr2vUqX6-8A1wyZv4JI-ukNZRaT3/s1600/basic-html-structure.png&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h1&gt;
The &amp;lt;!DOCTYPE&amp;gt; Declaration&lt;/h1&gt;
The &amp;lt;!DOCTYPE&amp;gt; Declaration helps the browser to display a web page correctly.&lt;br /&gt;
&lt;br /&gt;
There are different document types on the web.&lt;br /&gt;
&lt;br /&gt;
To display a document correctly, the browser must know both type and version.&lt;br /&gt;
&lt;br /&gt;
The doctype declaration is not case sensitive. All cases are acceptable:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;cbox&quot;&gt;
&lt;div class=&quot;ccode&quot;&gt;
&amp;lt;!DOCTYPE html&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;lt;!DOCTYPE HTML&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;lt;!doctype html&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;lt;!Doctype Html&amp;gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;lButton&quot;&gt;
&lt;a href=&quot;http://www.w3teacher.in/2016/04/html-5-tutorial.html&quot;&gt;&amp;lt;&amp;lt; Previous Lesson&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;rButton&quot;&gt;
&lt;a href=&quot;http://www.w3teacher.in/2016/04/html-editors.html&quot;&gt;Next Lesson &amp;gt;&amp;gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://w3teachers.blogspot.com/feeds/2241039085762613250/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://w3teachers.blogspot.com/2016/04/html-introduction.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6600475901872688952/posts/default/2241039085762613250'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6600475901872688952/posts/default/2241039085762613250'/><link rel='alternate' type='text/html' href='http://w3teachers.blogspot.com/2016/04/html-introduction.html' title='HTML Introduction'/><author><name>RAFIQUE</name><uri>http://www.blogger.com/profile/13342391822462001846</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://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIJL5dUv-mE8Ox3PlRnfoh90MQfBna-uKE1vObnRpkF1HmOUvZ2pgGx3NXFOO4ih7rzBgI6crNbacz6cmV58een6NyTgv4fMNJ9Tb81l9lJ6h0olpNU76pqN6h59zGGPVXFy0SH_jjLgoX/s72-c/02+Intro.png" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6600475901872688952.post-7897639437812355383</id><published>2016-04-08T03:03:00.001-07:00</published><updated>2018-02-28T22:27:59.556-08:00</updated><title type='text'>html 5 Tutorial Example</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;ex100&quot;&gt;
&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6Fx95l0ahyphenhyphengzfhTh__VERpjYiWndWc4fyrQ3Ff7L76Wk22a5zLVD1az07v0ZDAcpRIVUOiT41207K01Abazjd6yZuBaOnVfj921FLyK511MrDtSG5GeJlfCdk0Kk-_oYNIFR49YZ3dIFp/s640/Ex_1.png&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;tryButton&quot;&gt;
&lt;a href=&quot;http://w3examples.blogspot.in/2016/04/html-5-example.html&quot; target=&quot;_blank&quot;&gt;Click Here &amp;gt;&amp;gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6600475901872688952/posts/default/7897639437812355383'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6600475901872688952/posts/default/7897639437812355383'/><link rel='alternate' type='text/html' href='http://w3teachers.blogspot.com/2016/04/html-5-tutorial-example.html' title='html 5 Tutorial Example'/><author><name>RAFIQUE</name><uri>http://www.blogger.com/profile/13342391822462001846</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://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6Fx95l0ahyphenhyphengzfhTh__VERpjYiWndWc4fyrQ3Ff7L76Wk22a5zLVD1az07v0ZDAcpRIVUOiT41207K01Abazjd6yZuBaOnVfj921FLyK511MrDtSG5GeJlfCdk0Kk-_oYNIFR49YZ3dIFp/s72-c/Ex_1.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-6600475901872688952.post-8338673851371661376</id><published>2016-04-08T00:14:00.001-07:00</published><updated>2018-02-28T22:27:59.582-08:00</updated><title type='text'>HTML 5 Tutorial</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgV3ej_eRB13uNHxSvmlgeHmx1drM2qJDuO3RBt2ntbQatZpvDYgXqjdpZk4uhb3WW7V3337s7C885vcRdW59_avectOlVsW98CnawSKfqRXpXE-ygm32YS3mm-j9utVbUEueLBylcDCYyV/s640/01.png&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
HTML lets you to create a website.&lt;br /&gt;
This tutorial teaches you everything about HTML in an easy way.&lt;br /&gt;
So, you will enjoy.&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;
Examples in Every Chapter&lt;/h2&gt;
This HTML tutorial contains hundreds of HTML examples.&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
With our online HTML editor, you can edit the HTML, and click on a button to view the result.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;cbox&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Example :&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;ccode&quot;&gt;
&amp;lt;!DOCTYPE html&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;Page Title&amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h1&amp;gt;This is a Heading&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;This is a paragraph.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/div&gt;
&lt;div class=&quot;tryButton&quot;&gt;
&lt;a href=&quot;http://www.w3teacher.in/2016/04/html-5-tutorial-example.html&quot; target=&quot;_blank&quot;&gt;Try it Yourself &amp;gt;&amp;gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;myNote&quot;&gt;
Click on the &quot;Try it Yourself&quot; button to see how it works.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;lButton&quot;&gt;
&lt;a href=&quot;http://www.w3teacher.in/&quot;&gt;&amp;lt;&amp;lt; Previous Lesson&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;rButton&quot;&gt;
&lt;a href=&quot;http://www.w3teacher.in/2016/04/html-introduction.html&quot;&gt;Next Lesson &amp;gt;&amp;gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://w3teachers.blogspot.com/feeds/8338673851371661376/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://w3teachers.blogspot.com/2016/04/html-5-tutorial.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6600475901872688952/posts/default/8338673851371661376'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6600475901872688952/posts/default/8338673851371661376'/><link rel='alternate' type='text/html' href='http://w3teachers.blogspot.com/2016/04/html-5-tutorial.html' title='HTML 5 Tutorial'/><author><name>RAFIQUE</name><uri>http://www.blogger.com/profile/13342391822462001846</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://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgV3ej_eRB13uNHxSvmlgeHmx1drM2qJDuO3RBt2ntbQatZpvDYgXqjdpZk4uhb3WW7V3337s7C885vcRdW59_avectOlVsW98CnawSKfqRXpXE-ygm32YS3mm-j9utVbUEueLBylcDCYyV/s72-c/01.png" height="72" width="72"/><thr:total>1</thr:total></entry></feed>