<?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-4803378262066762621</id><updated>2024-10-25T05:08:44.489+08:00</updated><category term="HTML Basic"/><category term="HTML References"/><title type='text'>HTML Online Learning For Web Design Enthusiast</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://html-online-learning.blogspot.com/feeds/posts/summary'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4803378262066762621/posts/summary'/><link rel='alternate' type='text/html' href='http://html-online-learning.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Unknown</name><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>10</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4803378262066762621.post-6729963194108511871</id><published>2007-09-06T07:51:00.000+08:00</published><updated>2007-09-06T14:21:16.705+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="HTML Basic"/><title type='text'>HTML Images</title><summary type="text">Image Tag  &amp;lt;img attributes /&amp;gt;HTML enables authors to display images in a document. Images make the web page look good. When a picture compliments the text on the web page, it generates more enthusiasm in the user.The image tag is written as &amp;lt;img&amp;gt;. This is used to display an image in an HTML document. The image tag is a singular tag, which means it need not be closed as &amp;lt;/img&amp;gt;. </summary><link rel='replies' type='application/atom+xml' href='http://html-online-learning.blogspot.com/feeds/6729963194108511871/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4803378262066762621/6729963194108511871' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4803378262066762621/posts/default/6729963194108511871'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4803378262066762621/posts/default/6729963194108511871'/><link rel='alternate' type='text/html' href='http://html-online-learning.blogspot.com/2007/09/html-images.html' title='HTML Images'/><author><name>Unknown</name><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><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4803378262066762621.post-6676845473391794326</id><published>2007-07-17T14:24:00.000+08:00</published><updated>2007-09-06T07:37:46.271+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="HTML Basic"/><title type='text'>HTML Forms</title><summary type="text">You place a form anywhere inside the body of an HTML document with its elements enclosed by the &amp;lt;form&amp;gt; tag and its respective end tag &amp;lt;/form&amp;gt;. All of the form elements within a &amp;lt;form&amp;gt; tag comprise a single form. The browser sends all of the values of these elements—blank, default, or user-modified—when the user submits the form to the server.The required action attribute for the</summary><link rel='replies' type='application/atom+xml' href='http://html-online-learning.blogspot.com/feeds/6676845473391794326/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4803378262066762621/6676845473391794326' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4803378262066762621/posts/default/6676845473391794326'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4803378262066762621/posts/default/6676845473391794326'/><link rel='alternate' type='text/html' href='http://html-online-learning.blogspot.com/2007/07/forms.html' title='HTML Forms'/><author><name>Unknown</name><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><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4803378262066762621.post-113623432015194085</id><published>2007-06-25T20:55:00.000+08:00</published><updated>2007-09-06T07:38:20.235+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="HTML Basic"/><title type='text'>HTML List</title><summary type="text">Lists are useful for displaying just that, lists. There are three types of lists: ordered, unordered, and definition.An ordered list displays each list item with a number. Ordered lists are defined using the &amp;lt;ol&amp;gt; tag.Example Code: &amp;lt;strong&amp;gt;School Items&amp;lt;/strong&amp;gt; &amp;lt;ol&amp;gt;   &amp;lt;li&amp;gt;Pencil&amp;lt;/li&amp;gt;   &amp;lt;li&amp;gt;Paper&amp;lt;/li&amp;gt;   &amp;lt;li&amp;gt;Ruler&amp;lt;/li&amp;gt; &amp;lt;/ol&amp;gt;Numbered </summary><link rel='replies' type='application/atom+xml' href='http://html-online-learning.blogspot.com/feeds/113623432015194085/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4803378262066762621/113623432015194085' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4803378262066762621/posts/default/113623432015194085'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4803378262066762621/posts/default/113623432015194085'/><link rel='alternate' type='text/html' href='http://html-online-learning.blogspot.com/2007/06/list.html' title='HTML List'/><author><name>Unknown</name><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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4803378262066762621.post-4128000023363554856</id><published>2007-06-06T18:15:00.000+08:00</published><updated>2007-09-06T07:38:44.324+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="HTML Basic"/><title type='text'>HTML Tables</title><summary type="text">Tables are used for presenting tabular data but many designers use them to help layout their pages.Tables can be inserted anywhere on the page, even within other tables. A table cell can contain text, images, movies, applets or other tables.We will be looking at creating a basic table and then adding lots of tags to it so we can see just what the outcome will be. Experimentation is the name of </summary><link rel='replies' type='application/atom+xml' href='http://html-online-learning.blogspot.com/feeds/4128000023363554856/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4803378262066762621/4128000023363554856' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4803378262066762621/posts/default/4128000023363554856'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4803378262066762621/posts/default/4128000023363554856'/><link rel='alternate' type='text/html' href='http://html-online-learning.blogspot.com/2007/06/html-tables.html' title='HTML Tables'/><author><name>Unknown</name><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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4803378262066762621.post-1567238844207378974</id><published>2007-06-06T15:54:00.000+08:00</published><updated>2007-09-06T07:39:10.766+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="HTML Basic"/><title type='text'>HTML Frames</title><summary type="text">On a web page, framing means that a website can be organized into frames. Each frame displays a different HTML document. Headers and sidebar menus do not move when the content frame is scrolled up and down. For developers frames can also be convenient. For example, if an item needs to be added to the sidebar menu, only one file needs to be changed, whereas each individual page on a non-frameset </summary><link rel='replies' type='application/atom+xml' href='http://html-online-learning.blogspot.com/feeds/1567238844207378974/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4803378262066762621/1567238844207378974' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4803378262066762621/posts/default/1567238844207378974'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4803378262066762621/posts/default/1567238844207378974'/><link rel='alternate' type='text/html' href='http://html-online-learning.blogspot.com/2007/06/html-frames.html' title='HTML Frames'/><author><name>Unknown</name><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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4803378262066762621.post-462329012517181529</id><published>2007-06-06T14:45:00.000+08:00</published><updated>2007-09-06T07:39:38.198+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="HTML Basic"/><title type='text'>HTML Links</title><summary type="text">HyperlinkA hyperlink (often referred to as simply a link), is a reference or navigation element in a document to another section of the same document, another document, or a specified section of another document, that automatically brings the referred information to the user when the navigation element is selected by the user. As such it is similar to a citation in literature, but with the </summary><link rel='replies' type='application/atom+xml' href='http://html-online-learning.blogspot.com/feeds/462329012517181529/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4803378262066762621/462329012517181529' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4803378262066762621/posts/default/462329012517181529'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4803378262066762621/posts/default/462329012517181529'/><link rel='alternate' type='text/html' href='http://html-online-learning.blogspot.com/2007/06/html-links.html' title='HTML Links'/><author><name>Unknown</name><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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4803378262066762621.post-4395201528080539073</id><published>2007-06-05T14:35:00.000+08:00</published><updated>2007-09-06T07:40:55.637+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="HTML References"/><title type='text'>Character Entity References</title><summary type="text">ASCII Entities with new Entity Names              Result       Description       Entity Name       Entity Number                 &quot;       quotation mark       &amp;amp;quot;              &amp;#34;                 &#39;       apostrophe               &amp;apos; (does not work in IE)              &amp;amp;#39;                 &amp;       ampersand       &amp;amp;amp;amp;amp;       &amp;#38;                 &lt;       less-than       </summary><link rel='replies' type='application/atom+xml' href='http://html-online-learning.blogspot.com/feeds/4395201528080539073/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4803378262066762621/4395201528080539073' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4803378262066762621/posts/default/4395201528080539073'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4803378262066762621/posts/default/4395201528080539073'/><link rel='alternate' type='text/html' href='http://html-online-learning.blogspot.com/2007/06/character-entity-references.html' title='Character Entity References'/><author><name>Unknown</name><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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4803378262066762621.post-7245733474670020860</id><published>2007-06-05T14:03:00.000+08:00</published><updated>2007-09-06T07:42:01.318+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="HTML References"/><title type='text'>HTML Attributes</title><summary type="text">The attributes of an element are name-value pairs, separated by &quot;=&quot;, and written within the start label of an element, after the element&#39;s name. The value should be enclosed in single or double quotes, although values consisting of certain characters can be left unquoted in HTML (but not XHTML). Leaving attribute values unquoted is considered unsafe.Most elements take any of several common </summary><link rel='replies' type='application/atom+xml' href='http://html-online-learning.blogspot.com/feeds/7245733474670020860/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4803378262066762621/7245733474670020860' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4803378262066762621/posts/default/7245733474670020860'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4803378262066762621/posts/default/7245733474670020860'/><link rel='alternate' type='text/html' href='http://html-online-learning.blogspot.com/2007/06/html-attributes.html' title='HTML Attributes'/><author><name>Unknown</name><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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4803378262066762621.post-1213730424208822497</id><published>2007-06-05T13:41:00.000+08:00</published><updated>2007-09-06T07:42:28.155+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="HTML Basic"/><title type='text'>HTML Elements</title><summary type="text">Elements are the basic structure for HTML markup. Elements have two basic properties: attributes and content. Each attribute and each element&#39;s content has certain restrictions that must be followed for an HTML document to be considered valid. An element usually has a start label (e.g. &amp;lt;label&amp;gt;) and an end label (e.g. &amp;lt;/label&amp;gt;). The element&#39;s attributes are contained in the start label</summary><link rel='replies' type='application/atom+xml' href='http://html-online-learning.blogspot.com/feeds/1213730424208822497/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4803378262066762621/1213730424208822497' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4803378262066762621/posts/default/1213730424208822497'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4803378262066762621/posts/default/1213730424208822497'/><link rel='alternate' type='text/html' href='http://html-online-learning.blogspot.com/2007/06/html-elements.html' title='HTML Elements'/><author><name>Unknown</name><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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4803378262066762621.post-1033684151277631932</id><published>2007-06-05T13:00:00.000+08:00</published><updated>2007-09-06T07:42:59.388+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="HTML Basic"/><title type='text'>HTML Overview</title><summary type="text">HTML stands for Hypertext Markup Language.  1. Hypertext is ordinary text that has been dressed up with extra features, such as formatting, images, multimedia, and links to other documents.  2. Markup is the process of taking ordinary text and adding extra symbols. Each of the symbols used for markup in HTML is a command that tells a browser how to display the text.HTML, short for Hypertext </summary><link rel='replies' type='application/atom+xml' href='http://html-online-learning.blogspot.com/feeds/1033684151277631932/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4803378262066762621/1033684151277631932' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4803378262066762621/posts/default/1033684151277631932'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4803378262066762621/posts/default/1033684151277631932'/><link rel='alternate' type='text/html' href='http://html-online-learning.blogspot.com/2007/06/html-overview.html' title='HTML Overview'/><author><name>Unknown</name><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><thr:total>0</thr:total></entry></feed>