<?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-5172455402139942645</id><updated>2024-09-24T10:06:15.925-07:00</updated><title type='text'>Children and Computers</title><subtitle type='html'>Finally, a place for children that like computers</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://candcom.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5172455402139942645/posts/default'/><link rel='alternate' type='text/html' href='http://candcom.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/02267843673772357320</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-5172455402139942645.post-5339129451392259945</id><published>2014-04-05T14:17:00.000-07:00</published><updated>2014-04-05T14:17:21.119-07:00</updated><title type='text'>Using Tables</title><content type='html'>&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;Tables are widely used in HTML, or were. Other than storing data for a viewer to see, people used tables for a navigation bar, but that method has rather become, extinct. The newer method is using a &lt;span style=&quot;color: #cc0000;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;NAV&lt;/span&gt;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;&amp;gt;&lt;/span&gt; tag which we will get into later.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt; &lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;The &amp;lt;table&amp;gt; tag is used to open a table. The &amp;lt;/table tag is the closing tag. The &amp;lt;tbody&amp;gt; creates the body of the table. &amp;lt;TR&amp;gt; creates a new row in the table, and the &amp;lt;TD&amp;gt; tag creates a new column in the table.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt; &lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;This is a sample code and it&#39;s result.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt; &lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;table&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;lt;tbody&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;lt;tr&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #3d85c6; font-family: Courier New, Courier, monospace;&quot;&gt;Name&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/td&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #3d85c6; font-family: Courier New, Courier, monospace;&quot;&gt;Last Name&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/td&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;lt;tr&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Amir&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/td&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;span style=&quot;color: #3d85c6;&quot;&gt;Shabani&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/td&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;lt;tr&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;span style=&quot;color: #3d85c6;&quot;&gt;Steve&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/td&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;span style=&quot;color: #3d85c6;&quot;&gt;Robinson&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/td&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;lt;/tbody&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;/table&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;table&gt;  &lt;tbody&gt;
&lt;tr&gt;
      &lt;td&gt;&lt;br /&gt;
Name&lt;/td&gt;
      &lt;td&gt;&lt;br /&gt;
Last Name&lt;/td&gt;
    &lt;/tr&gt;
&lt;tr&gt;
      &lt;td&gt;&lt;br /&gt;
Amir&lt;/td&gt;
      &lt;td&gt;&lt;br /&gt;
Shabani&lt;/td&gt;
    &lt;/tr&gt;
&lt;tr&gt;
      &lt;td&gt;&lt;br /&gt;
Steve&lt;/td&gt;
      &lt;td&gt;&lt;br /&gt;
Robinson&lt;/td&gt;
    &lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
</content><link rel='replies' type='application/atom+xml' href='http://candcom.blogspot.com/feeds/5339129451392259945/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5172455402139942645/5339129451392259945' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5172455402139942645/posts/default/5339129451392259945'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5172455402139942645/posts/default/5339129451392259945'/><link rel='alternate' type='text/html' href='http://candcom.blogspot.com/2014/04/using-tables.html' title='Using Tables'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/02267843673772357320</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5172455402139942645.post-8651168076603918075</id><published>2014-03-30T09:28:00.002-07:00</published><updated>2014-03-30T09:28:38.012-07:00</updated><title type='text'>Writing in new lines in HTML</title><content type='html'>&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;If you create a website with the following code:&lt;/span&gt;&lt;div&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;html&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;lt;head&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;lt;title&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #3d85c6; font-family: Courier New, Courier, monospace;&quot;&gt;Welcome to my website &lt;/span&gt;&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;/title&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;lt;head&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;lt;body&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #3d85c6; font-family: Courier New, Courier, monospace;&quot;&gt;Hello!&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #3d85c6; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; How are you doing?&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #3d85c6; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;/body&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;/html&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;You will realize you will get something like this:&lt;/span&gt;&lt;/div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;Hello! How are you doing?&lt;/span&gt;&lt;/blockquote&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&quot;How are you doing&quot; is not on a seperate line, thats because you need a line break. You can add a line break by using the tag &amp;lt;br /&amp;gt; in HTML 4 and &amp;lt;br&amp;gt; in HTML 5. This tag does not need to &amp;nbsp;be closed.&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;This is the different ways of using the &amp;lt;br&amp;gt; tag:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;div&gt;
&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #3d85c6; font-family: Courier New, Courier, monospace;&quot;&gt;Hello! &lt;/span&gt;&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;br&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #3d85c6; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; How are you doing?&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #3d85c6; font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #3d85c6; font-family: Courier New, Courier, monospace;&quot;&gt;Hello!&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;br&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #3d85c6; font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp;How are you doing?&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #3d85c6; font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #3d85c6; font-family: Courier New, Courier, monospace;&quot;&gt;Hello!&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;lt;br&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #3d85c6; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; How are you doing?&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #3d85c6; font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;Any of the variations above work, as well as many other, experiment with this tag to become familiar with it.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;Result of the code above:&lt;/span&gt;&lt;/div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;Hello!&lt;br /&gt;How are you doing?&lt;/span&gt;&amp;nbsp;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #6aa84f; font-family: Helvetica Neue, Arial, Helvetica, sans-serif; font-size: large;&quot;&gt;ENJOY! :D&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span style=&quot;color: #3d85c6; font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #3d85c6; font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #3d85c6; font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://candcom.blogspot.com/feeds/8651168076603918075/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5172455402139942645/8651168076603918075' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5172455402139942645/posts/default/8651168076603918075'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5172455402139942645/posts/default/8651168076603918075'/><link rel='alternate' type='text/html' href='http://candcom.blogspot.com/2014/03/writing-in-new-lines-in-html.html' title='Writing in new lines in HTML'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/02267843673772357320</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5172455402139942645.post-4825803678759662363</id><published>2014-03-29T14:35:00.002-07:00</published><updated>2014-03-29T14:35:30.827-07:00</updated><title type='text'>Best Computer Books</title><content type='html'>&lt;a href=&quot;http://kommein.com/wp-content/uploads/2011/03/For-Dummies.gif&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://kommein.com/wp-content/uploads/2011/03/For-Dummies.gif&quot; height=&quot;200&quot; width=&quot;195&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;Some books are hard to understand, but I have found the best collection of books that is easy to understand. They are called &quot;For Dummies&quot; Books. I&#39;m not saying that you are a dummy, but the arrangement in these books along with the examples and the overall language, way of speaking, is easy to understand. we are currently learning html.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: #cc0000; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;a href=&quot;http://www.dummies.com/store/Computers-Internet.html&quot; target=&quot;_blank&quot;&gt;Click here for all Dummies Computer-Internet Books.&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;a href=&quot;http://www.dummies.com/store/product/Beginning-HTML5-and-CSS3-For-Dummies.productCd-1118657209.html&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;Click here for an HTML 5 book recommended for you.&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: magenta; font-family: Helvetica Neue, Arial, Helvetica, sans-serif; font-size: large;&quot;&gt;ENJOY! :D&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://candcom.blogspot.com/feeds/4825803678759662363/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5172455402139942645/4825803678759662363' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5172455402139942645/posts/default/4825803678759662363'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5172455402139942645/posts/default/4825803678759662363'/><link rel='alternate' type='text/html' href='http://candcom.blogspot.com/2014/03/best-computer-books.html' title='Best Computer Books'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/02267843673772357320</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5172455402139942645.post-2019209336528693489</id><published>2014-03-29T06:58:00.001-07:00</published><updated>2014-03-29T07:04:13.875-07:00</updated><title type='text'>Centering Text in HTML</title><content type='html'>&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;SImple things like these are important to be used on a webpage, its the small standards that make a big deference.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt; &lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;color: #6fa8dc; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;b&gt;TODAY YOU WILL LEARN HOW TO CENTER TEXT.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;color: #6fa8dc; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;The tag for centering text and almost anything else is:&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: #e06666; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;center&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;and you can close it by using&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: #e06666; font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;lt;/center&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;Here is an example to finish up this quick lesson:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #e06666; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;html&amp;gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: #e06666; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp;&amp;lt;head&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #e06666; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp;&amp;lt;title&amp;gt; &lt;/span&gt;&lt;span style=&quot;color: #3d85c6; font-family: Courier New, Courier, monospace;&quot;&gt;My Webpage&lt;/span&gt;&lt;span style=&quot;color: #e06666; font-family: Courier New, Courier, monospace;&quot;&gt; &amp;lt;/title&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #e06666; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;lt;/head&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #e06666; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;lt;body&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #e06666; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #e06666; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;center&amp;gt; &lt;/span&gt;&lt;span style=&quot;color: #3d85c6; font-family: Courier New, Courier, monospace;&quot;&gt;Welcome to my website!&lt;/span&gt;&lt;span style=&quot;color: #e06666; font-family: Courier New, Courier, monospace;&quot;&gt; &amp;lt;/center&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #e06666; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;lt;/body&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #e06666; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;/html&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;Result:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt; &lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;hr /&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;Welcome to my website!&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt; &lt;/span&gt;  &lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;hr /&gt;
&lt;span style=&quot;color: #e69138; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;b&gt;ENJOY :D&lt;/b&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://candcom.blogspot.com/feeds/2019209336528693489/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5172455402139942645/2019209336528693489' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5172455402139942645/posts/default/2019209336528693489'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5172455402139942645/posts/default/2019209336528693489'/><link rel='alternate' type='text/html' href='http://candcom.blogspot.com/2014/03/putting-things-in-center-in-html.html' title='Centering Text in HTML'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/02267843673772357320</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5172455402139942645.post-8067444744438726899</id><published>2014-03-28T17:34:00.001-07:00</published><updated>2014-03-28T19:28:37.097-07:00</updated><title type='text'>HTML Headers</title><content type='html'>&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;Above, you can see the title of this post, &lt;span style=&quot;color: #cc0000;&quot;&gt;&quot;HTML Headers,&quot;&lt;/span&gt;&amp;nbsp;or on the top of this blog, it says &lt;span style=&quot;color: #cc0000;&quot;&gt;&quot;Children and Computers.&quot; &lt;/span&gt;These are all examples of headers. You can make a text bigger, by using any of the following tags. Just open the tag with a &lt;span style=&quot;color: #cc0000;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #3d85c6;&quot;&gt;...&lt;/span&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;&amp;gt;&lt;/span&gt; and close it with &lt;span style=&quot;color: #cc0000;&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #3d85c6;&quot;&gt;...&lt;/span&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;&amp;gt;&lt;/span&gt;, the &quot;&lt;span style=&quot;color: #3d85c6;&quot;&gt;...&lt;/span&gt;&quot; being the tag you want to use, and your title or heading in between.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;h1&gt;
&lt;span style=&quot;color: #cc0000; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&amp;lt;H1&amp;gt;&lt;/span&gt;&lt;/h1&gt;
&lt;h2&gt;
&lt;span style=&quot;color: #cc0000; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&amp;lt;H2&amp;gt;&lt;/span&gt;&lt;/h2&gt;
&lt;h3&gt;
&lt;span style=&quot;color: #cc0000; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&amp;lt;H3&amp;gt;&lt;/span&gt;&lt;/h3&gt;
&lt;h4&gt;
&lt;span style=&quot;color: #cc0000; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&amp;lt;H4&amp;gt;&lt;/span&gt;&lt;/h4&gt;
&lt;h5&gt;
&lt;span style=&quot;color: #cc0000; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&amp;lt;H5&amp;gt;&lt;/span&gt;&lt;/h5&gt;
&lt;h6&gt;
&lt;span style=&quot;color: #cc0000; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&amp;lt;H6&amp;gt;&lt;/span&gt;&lt;/h6&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;H6 is the smallest it can get, and H1 is the largest it can get. Here is an &amp;nbsp;example of a website using an H1 title, and the code of that website:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: #cc0000; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&amp;lt;html&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&amp;lt;head&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cc0000; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&amp;lt;title&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #3d85c6; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&amp;nbsp; My website&lt;/span&gt;&lt;span style=&quot;color: #cc0000; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&amp;nbsp; &amp;lt;/title&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cc0000; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&amp;lt;/head&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cc0000; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&amp;lt;body&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cc0000; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&amp;lt;h1&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #3d85c6; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&amp;nbsp; &amp;nbsp;Welcome to my website&lt;/span&gt;&lt;span style=&quot;color: #cc0000; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/h1&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cc0000; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&amp;lt;/body&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&amp;lt;html&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;h3 style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieX5q1rp6K8vj8I65bkoTtdNKBGPd9A-O9IP5ObRlTcB2FLhOe7DLjjVWkfxUAtrnUjHyU9Ho3Vk-nXE9DMVfIHv3N7d0OcwgX3A9-s5WVXsg9EYvlvQT0ycobjfri4NBVGJIi2RTKZo_w/s1600/Capture.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieX5q1rp6K8vj8I65bkoTtdNKBGPd9A-O9IP5ObRlTcB2FLhOe7DLjjVWkfxUAtrnUjHyU9Ho3Vk-nXE9DMVfIHv3N7d0OcwgX3A9-s5WVXsg9EYvlvQT0ycobjfri4NBVGJIi2RTKZo_w/s1600/Capture.PNG&quot; height=&quot;344&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;span style=&quot;color: #f1c232; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;ENJOY :D!&lt;/span&gt;&lt;/h3&gt;
</content><link rel='replies' type='application/atom+xml' href='http://candcom.blogspot.com/feeds/8067444744438726899/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5172455402139942645/8067444744438726899' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5172455402139942645/posts/default/8067444744438726899'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5172455402139942645/posts/default/8067444744438726899'/><link rel='alternate' type='text/html' href='http://candcom.blogspot.com/2014/03/html-headers.html' title='HTML Headers'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/02267843673772357320</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/AVvXsEieX5q1rp6K8vj8I65bkoTtdNKBGPd9A-O9IP5ObRlTcB2FLhOe7DLjjVWkfxUAtrnUjHyU9Ho3Vk-nXE9DMVfIHv3N7d0OcwgX3A9-s5WVXsg9EYvlvQT0ycobjfri4NBVGJIi2RTKZo_w/s72-c/Capture.PNG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5172455402139942645.post-7599696618196753974</id><published>2014-03-27T18:22:00.004-07:00</published><updated>2014-03-27T18:22:43.609-07:00</updated><title type='text'>Simple HTML Page</title><content type='html'>&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;Here is a simple code for a website in case you need a start off code (Keep in mind that the &lt;span style=&quot;color: #cc0000;&quot;&gt;red&lt;/span&gt; is code and the &lt;span style=&quot;color: #3d85c6;&quot;&gt;Blue &lt;/span&gt;is a message to you&amp;nbsp;:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt; &lt;br /&gt;
&lt;blockquote&gt;
&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;html&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp;&amp;lt;head&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;lt;title&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #3d85c6; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; Your Title Here&lt;/span&gt;&lt;span style=&quot;color: #3d85c6; font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp;&amp;lt;/title&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp;&amp;lt;/head&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp;&amp;lt;body&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #3d85c6; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp;The content of your webpage you want to be&amp;nbsp;view-able&amp;nbsp;by users go &amp;nbsp;here.&lt;/span&gt;&lt;span style=&quot;color: #3d85c6; font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp;&amp;lt;/body&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;/html&amp;gt;&lt;/span&gt;&lt;/blockquote&gt;
</content><link rel='replies' type='application/atom+xml' href='http://candcom.blogspot.com/feeds/7599696618196753974/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5172455402139942645/7599696618196753974' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5172455402139942645/posts/default/7599696618196753974'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5172455402139942645/posts/default/7599696618196753974'/><link rel='alternate' type='text/html' href='http://candcom.blogspot.com/2014/03/simple-html-page.html' title='Simple HTML Page'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/02267843673772357320</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5172455402139942645.post-6856388572602388396</id><published>2014-03-26T20:21:00.002-07:00</published><updated>2014-03-29T14:30:44.586-07:00</updated><title type='text'>HTML Introduction</title><content type='html'>&lt;span style=&quot;color: #cc0000; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;You can skip to the next section for examples&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.w3.org/html/logo/downloads/HTML5_Logo_512.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://www.w3.org/html/logo/downloads/HTML5_Logo_512.png&quot; height=&quot;320&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;HTML stands for Hypertext Markup Language. A Markup Language used for developing webpages. If you are using Microsoft Explorer or Google Chrome, you can press F12 to view the source code of the website you are on, even this one! You may see code other than HTML because other scripting languages are used for making the website interactive, and some CSS (Cascading Stylesheet) may be present as well. CSS helps add style and color to a website so it is not plain and boring. You can learn a lot about HTML by going to&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;&lt;a href=&quot;http://www.w3schools.com/html/default.asp&quot;&gt;http://www.w3schools.com/html/default.asp&lt;/a&gt;, &lt;/span&gt;They have all of the examples and lessons about HTML, and CSS. They have other lessons as well such as JavaScript, a scripting language use for making the website fun and interactive. We will get more into scripting later.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;h3&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;Examples&lt;/span&gt;&lt;/h3&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;All HTML webpages start with a &amp;lt;html&amp;gt; tag. a tag is a block, with a keyword in between &amp;nbsp;&lt;span style=&quot;color: #cc0000;&quot;&gt;&amp;lt;&lt;/span&gt; and &lt;span style=&quot;color: #cc0000;&quot;&gt;&amp;gt;&lt;/span&gt;. Every tag that is opened must be closed. You can close tabs by typing the tab again, but this time playing a &lt;span style=&quot;color: #cc0000;&quot;&gt;/ &lt;/span&gt;after the first &lt;span style=&quot;color: #cc0000;&quot;&gt;&amp;lt;&lt;/span&gt;. For example:&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;html&amp;gt;&lt;/span&gt;&lt;br /&gt;
...&lt;br /&gt;
&lt;span style=&quot;color: #cc0000; font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;/html&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;There are alot of tags that you need to remember to be able to make websites, but if you ever do forget, you always have Google or Bing.&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://candcom.blogspot.com/feeds/6856388572602388396/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5172455402139942645/6856388572602388396' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5172455402139942645/posts/default/6856388572602388396'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5172455402139942645/posts/default/6856388572602388396'/><link rel='alternate' type='text/html' href='http://candcom.blogspot.com/2014/03/simple-introduction-to-html.html' title='HTML Introduction'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/02267843673772357320</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5172455402139942645.post-5351104340029867501</id><published>2014-03-26T20:00:00.002-07:00</published><updated>2014-03-26T20:00:29.196-07:00</updated><title type='text'>CandCom</title><content type='html'>&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;Some children are interested in learning computer science and development in certain fields. This blog will help children at all ages&amp;nbsp;acquire&amp;nbsp;their dreams of advanced technology management and development. In easier words: Welcome to CandCom, the computer blog for children and minors.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;This blog is managed by a minor, so you have a high chance of understanding the lessons, examples, and more. feel free to comment on any questions you have and we will try to answer as many as we can! Thank you for reading, read on, and have a good day.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: #cc0000; font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;This post will be edited more later&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://candcom.blogspot.com/feeds/5351104340029867501/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5172455402139942645/5351104340029867501' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5172455402139942645/posts/default/5351104340029867501'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5172455402139942645/posts/default/5351104340029867501'/><link rel='alternate' type='text/html' href='http://candcom.blogspot.com/2014/03/candcom.html' title='CandCom'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/02267843673772357320</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><thr:total>0</thr:total></entry></feed>