<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Site Design and Graphics with Marlon Sanders &#124; Secrets of Creating Graphics That Sell &#187; Basic HTML</title>
	<atom:link href="http://www.designdashboard.com/blog/category/basic-html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designdashboard.com/blog</link>
	<description>Secrets of Creating Graphics That Sell Without Spending An Arm and a Leg</description>
	<lastBuildDate>Thu, 16 Sep 2010 05:45:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Beginners HTML Tutorial &#124; Adding Backgrounds To Your Web Page</title>
		<link>http://www.designdashboard.com/blog/basic-html/beginners-html-tutorial/</link>
		<comments>http://www.designdashboard.com/blog/basic-html/beginners-html-tutorial/#comments</comments>
		<pubDate>Thu, 06 May 2010 07:03:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Basic HTML]]></category>

		<guid isPermaLink="false">http://www.designdashboard.com/blog/?p=707</guid>
		<description><![CDATA[Step 1: To add a background image to your web page, just copy this snippet of code: background=&#8221;bg.png&#8221; bgproperties=&#8221;fixed&#8221; Step 2: Now open your web page in the First Page or NVU software and paste that code in just AFTER the &#60;body tag, like this: &#60;body background=&#8221;bg.png&#8221; bgproperties=&#8221;fixed&#8221; Step 3: Change FILENAME to the actual [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="text-decoration: underline;">Step 1:</span></strong> To add a background image to your web page, just copy this snippet of  code:</p>
<p><textarea cols="50" rows="2" name="textarea">background=&#8221;bg.png&#8221;  bgproperties=&#8221;fixed&#8221;</textarea></p>
<p><strong><span style="text-decoration: underline;">Step 2:</span></strong> Now  open your web page in the First Page or NVU software and paste that  code in just AFTER the &lt;body tag, like this:</p>
<p>&lt;body background=&#8221;bg.png&#8221;  bgproperties=&#8221;fixed&#8221;</p>
<p><span style="text-decoration: underline;"><strong>Step 3:</strong></span> Change FILENAME  to the actual filename you used when you saved the image to your hard  drive.</p>
<p>Example: If you used the filename of  bluegradientbg.png then you&#8217;d type it like this:</p>
<p>&lt;body background=&#8221;bluegradientbg.png&#8221;  bgproperties=&#8221;fixed&#8221;</p>
<p><span style="text-decoration: underline;"><strong>Step 4</strong></span>: Now save your  web page and open it in a browser and check to make sure the image has  displayed correctly.</p>
<h4>Incoming search terms for the article:</h4><ul><li><a href="http://www.designdashboard.com/blog/basic-html/beginners-html-tutorial/" title="html dashboard design">html dashboard design</a></li><li><a href="http://www.designdashboard.com/blog/basic-html/beginners-html-tutorial/" title="dashboard design html">dashboard design html</a></li><li><a href="http://www.designdashboard.com/blog/basic-html/beginners-html-tutorial/" title="html 5 tutorial pdf for beginners with examples">html 5 tutorial pdf for beginners with examples</a></li><li><a href="http://www.designdashboard.com/blog/basic-html/beginners-html-tutorial/" title="HTML tutorial site:* com ~advertise -youtube com -htmlgoodies com -tizag com -ehow com -slodive com -echoecho com -quackit com">HTML tutorial site:* com ~advertise -youtube com -htmlgoodies com -tizag com -ehow com -slodive com -echoecho com -quackit com</a></li><li><a href="http://www.designdashboard.com/blog/basic-html/beginners-html-tutorial/" title="http://www designdashboard com/blog/basic-html/beginners-html-tutorial/">http://www designdashboard com/blog/basic-html/beginners-html-tutorial/</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 4.902 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.designdashboard.com/blog/basic-html/beginners-html-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic HTML Tags That You Will Use Most Often</title>
		<link>http://www.designdashboard.com/blog/basic-html/basic-html-tags/</link>
		<comments>http://www.designdashboard.com/blog/basic-html/basic-html-tags/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 07:22:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Basic HTML]]></category>

		<guid isPermaLink="false">http://www.designdashboard.com/blog/?p=671</guid>
		<description><![CDATA[Basic HTML Tags That You Will Use Most Often HTML is the basic programming language of the web. It is what your browser reads and interprets for you. Learning it is not very hard. It is almost like writing very basic and much abbreviated English. When you are coding HTML for your website, you will [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #008000;"><strong>Basic HTML Tags That You Will Use Most Often</strong></span></p>
<p>HTML is the basic programming language of the web. It is what your browser reads and interprets for you. Learning it is not very hard. It is almost like writing very basic and much abbreviated English. When you are coding HTML for your website, you will use a few terms very often. Just knowing the most often used tags will enable you to code basic websites using nothing but those tags.</p>
<p><strong>The P Tag</strong></p>
<p>This is the paragraph tag. When coding, you would start with a &#8216;&lt;&#8217;, then a &#8216;p&#8217;, then a &#8216;&gt;.&#8217; When you are done with the paragraph, you would close the tag with a &#8216;&lt;&#8217;, then a &#8216;/&#8217;, then a &#8216;p&#8217;, then a &#8216;&gt;.&#8217;</p>
<p>Unlike writing in a word processor where you press enter twice for a new paragraph, when writing HTML, you would use the P tag instead. You can have one long line with only these tags to differentiate the paragraphs and it will look okay when you post it on the web.</p>
<p><strong>The H1 Tag</strong></p>
<p>This is the header tag which will bold and increase the font size of what is included. You would write this the same way as the paragraph tags. Actually all tags are written in the same way.</p>
<p>H1 will give you the biggest headline. There are several different levels that you can use. You can go all the way down to H6 if you wanted to. But then, if you go that low, the font size might end up being smaller than your text.</p>
<p><strong>The FONT Tag</strong></p>
<p>This lets you choose the font you want to choose. You would write FONT=[your font name] inside the &#8216;&lt;&#8217; and &#8216;&gt;.&#8217;</p>
<p>A word of warning: Do not use seldom used fonts that not everyone may have. If you use a font like that, not everybody will be able to display it on their computer. If they do not have the font installed, the default font will be used which may disrupt the formatting you have done. If you absolutely have to use that specific font, use it in an image processing program and turn it into an image to insert to your website.</p>
<p><strong>The IMG Tag</strong></p>
<p>You use this tag to insert an image. To insert an image, you first must upload your image to your website or an image sharing site. In code you would write &#8216;&lt;&#8217;, then &#8216;img&#8217;, then &#8216;src=[image link]&#8216;, then &#8216;&gt;.&#8217;</p>
<p>If you use an image in place of text, though, you will need to insert an ALT property that includes the text so that the search engines can read it. So before you put the &#8216;&gt;&#8217; to end the tag, you would include ALT=[your text for the image].</p>
<p><strong>The ALT Property</strong></p>
<p>This is the property that was mentioned in the previous section. You use this tag to include search engine friendly text for images that the search engines cannot see. You would want to include one of these with every image you use. Use descriptive keyword rich text to describe what is in the pictures.</p>
<p><strong>The A Tag</strong></p>
<p>This is most often used in connection with the HREF property. This is to link to other pages and other sites. In code, it is written &#8216;&lt;&#8217;, then &#8216;a&#8217;, then &#8216;href=&#8221;[link]&#8220;&#8216;, then&#8217;&gt;&#8217;, then &#8216;[link description]&#8216;, then &#8216;&lt;&#8217;, then &#8216;/&#8217;, then &#8216;a&#8217;, then &#8216;&gt;.&#8217; You can also use the ALT property to add some text that will show when people mouse over the link. You can have it show &#8216;Click me!&#8217; by using this property.</p>
<p>*****************</p>
<p>Need to learn more <a href="http://www.designdashboard.com">HTML basic tags</a>?  Visit the Design Dashboard for your ﻿﻿step step guide in making a simple web page design, guide to  the things needed to make a website and get instant access to everything  you need to create a web site, mini-site or affiliate pre-sell page  that SELLS!</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 997px; width: 1px; height: 1px; overflow: hidden;">
<table style="border-collapse: collapse; width: 194pt;" border="0" cellspacing="0" cellpadding="0" width="259">
<col style="width: 194pt;" width="259"></col>
<tbody>
<tr style="height: 15pt;" height="20">
<td style="height: 15pt; width: 194pt;" width="259" height="20">html basic tags</td>
</tr>
</tbody>
</table>
</div>
<h4>Incoming search terms for the article:</h4><ul><li><a href="http://www.designdashboard.com/blog/basic-html/basic-html-tags/" title="simple html dashboard">simple html dashboard</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 1.721 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.designdashboard.com/blog/basic-html/basic-html-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning The HTML Basics &#124; Use Web graphics bullets To Make Your Text Stand Out</title>
		<link>http://www.designdashboard.com/blog/featured-items/insert-bullet/</link>
		<comments>http://www.designdashboard.com/blog/featured-items/insert-bullet/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 07:18:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Basic HTML]]></category>
		<category><![CDATA[Featured items]]></category>

		<guid isPermaLink="false">http://www.designdashboard.com/blog/?p=621</guid>
		<description><![CDATA[Learning The HTML Basics &#124; Use Web graphics bullets To Make Your Text Stand Out Just like with the use of other high quality free web graphics such as web buttons, background images, webpage dividers and much more, you can use web graphics bullets to enhance your website. Web graphic bullets are perfect for lists, [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #008000;"><strong>Learning The HTML Basics | Use Web graphics bullets To Make Your Text Stand Out</strong></span></p>
<p>Just like with the use of other high quality free web graphics such as web buttons, background images, webpage dividers and much more, you can use web graphics bullets to enhance your website. Web graphic bullets are perfect for lists, as decorations, menus, among many other purposes.</p>
<p>The purposes of web graphic bullets include:</p>
<p>When you are on a webpage, you may see one of the many bullets there. What the bullets does is to provide you the user with a graphical link to another website. Instead of using text to form a hyperlink, website designers make use of the bullets.</p>
<p>Bullets are also used to locate another web page on the same website. For example, you may have seen on numerous websites small arrow-shaped icons like the ones in this article. Those types of bullets allow the user to skip between pages or sets of pages while on the same website.</p>
<p>Web graphic bullets have to be downloaded from the internet. Seeing that they are the creative work of other users of the internet, a copyright has been granted, an agreement will have to be formed between the creator of the bullets and the user who is downloading them. This prevents users from taking advantage of the work done by others.</p>
<p>If you are interested in creating your personal bullets, then you will need to purchase the Adobe Dreamweaver or any other graphics software. The Dreamweaver software allows you to create bullets and other graphical images using HTML or CSS.</p>
<p>To create bullets using the CSS style codes you will have to follow the following steps:</p>
<ol>
<li>Click on <strong>Window &gt; CSS Styles </strong>to open the<strong> </strong>CSS      Styles pallet.</li>
<li>Select the button that says ‘<strong>New CSS Style’ </strong>and provide the name of style as<strong> .bullet</strong> and whether it is a style sheet file or only the current      document.</li>
<li>From the <strong>List      Category</strong>, you will select the <strong>type      of bullet image</strong> that you want and save that style.</li>
<li>At this stage, you are ready to create your list of      bullet items using the default bullet. Afterwards you will apply the style      by selecting the &lt;ul&gt; or &lt;ol&gt; tags in the tag selector found      at the bottom of the document window. Right click on the window and <strong>Set      Class to bullet</strong>.</li>
</ol>
<p>Here is a list of the popular CSS style codes that can be used to create your bullets using Dreamweaver.</p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="213"><strong>Bullet   Type </strong></td>
<td width="213"><strong>CSS Style Code</strong></td>
<td width="213"><strong>Example</strong></td>
</tr>
<tr>
<td width="213">Circle</td>
<td width="213">.bullet   {list-style-type: circle;}</td>
<td width="213">
<ul>
<li>List   Item 1</li>
</ul>
</td>
</tr>
<tr>
<td width="213">Numbers</td>
<td width="213">.bullet   {list-style-type: decimal;}</td>
<td width="213">
<ol>
<li>List   Item 1</li>
</ol>
</td>
</tr>
<tr>
<td width="213">Square</td>
<td width="213">.bullet   {list-style-type: square;}</td>
<td width="213">
<ul>
<li>List   Item 1</li>
</ul>
</td>
</tr>
<tr>
<td width="213">Image Bullet</td>
<td width="213">.bullet   {list-style-image: url(/images/icons/arrow.gif);}</td>
<td width="213">
<ol>
<li>List   Item 1</li>
</ol>
</td>
</tr>
<tr>
<td width="213">Disc</td>
<td width="213">.bullet   {list-style-type: disc;}</td>
<td width="213">
<ul>
<li>List Item 1</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p>For easier navigation and selection, the bullets provided by many websites are categorized in themes such as:</p>
<ol>
<li>Arrow Bullets</li>
<p style="padding-left: 30px;"><img class="alignleft" title="arrow" src="http://www.designdashboard.com/blog/images/arrow2.jpg" alt="arrow bullets" width="33" height="23" /><img class="alignleft" title="arrow" src="http://www.designdashboard.com/blog/images/arrow3.jpg" alt="arrow bullets" width="33" height="33" /><img class="alignleft" title="arrow" src="http://www.designdashboard.com/blog/images/arrow4.jpg" alt="arrow bullets" width="33" height="33" /><img class="alignnone" title="web arrow" src="http://www.designdashboard.com/blog/images/arrow1.jpg" alt="arrow bullets" width="33" height="33" /></p>
<li>Basic Bullets</li>
<p style="padding-left: 30px;"><img class="alignleft" title="arrow" src="http://www.designdashboard.com/blog/images/bullet1.jpg" alt="" /><img class="alignleft" title="arrow" src="http://www.designdashboard.com/blog/images/bullet2.jpg" alt="arrow bullets" /><img class="alignleft" title="arrow" src="http://www.designdashboard.com/blog/images/bullet3.jpg" alt="arrow bullets" /><img class="alignnone" title="web arrow" src="http://www.designdashboard.com/blog/images/bullet4.jpg" alt="arrow bullets" /></p>
<li>Cross Bullets :</li>
<p style="padding-left: 30px;"><img class="alignleft" title="arrow" src="http://www.designdashboard.com/blog/images/bulletc1.jpg" alt="" /><img class="alignleft" title="arrow" src="http://www.designdashboard.com/blog/images/bulletc2.jpg" alt="arrow bullets" /><img class="alignleft" title="arrow" src="http://www.designdashboard.com/blog/images/bulletc3.jpg" alt="arrow bullets" /><img class="alignnone" title="web arrow" src="http://www.designdashboard.com/blog/images/bulletc4.jpg" alt="arrow bullets" /></p>
<li>Glassy Bullets</li>
<p style="padding-left: 30px;"><img class="alignleft" title="arrow" src="http://www.designdashboard.com/blog/images/bulletg1.jpg" alt="arrow bullets" /><img class="alignleft" title="arrow" src="http://www.designdashboard.com/blog/images/bulletg2.jpg" alt="" /><img class="alignleft" title="arrow" src="http://www.designdashboard.com/blog/images/bulletg3.jpg" alt="arrow bullets /&gt;&lt;img class=" /><img class="alignnone" title="web arrow" src="http://www.designdashboard.com/blog/images/bulletg5.jpg" alt="arrow bullets" /></p>
<li>Metallic Bullets</li>
<p style="padding-left: 30px;"><img class="alignleft" title="arrow" src="http://www.designdashboard.com/blog/images/bulletm1.jpg" alt="" /><img class="alignleft" title="arrow" src="http://www.designdashboard.com/blog/images/bulletm2.jpg" alt="arrow bullets" /><img class="alignleft" title="arrow" src="http://www.designdashboard.com/blog/images/bulletm3.jpg" alt="arrow bullets" /><img class="alignnone" title="web arrow" src="http://www.designdashboard.com/blog/images/bulletm4.jpg" alt="arrow bullets" /><img class="alignnone" title="web arrow" src="http://www.designdashboard.com/blog/images/bulletm5.jpg" alt="" /><img class="alignnone" title="web arrow" src="http://www.designdashboard.com/blog/images/bulletm5.jpg" alt="arrow bullets" /></p>
<li>Mica Bullets</li>
<p style="padding-left: 30px;"><img class="alignleft" title="arrow" src="http://www.designdashboard.com/blog/images/bulletmb1.jpg" alt="arrow bullets" /><img class="alignleft" title="arrow" src="http://www.designdashboard.com/blog/images/bulletmb2.jpg" alt="arrow bullets" /><img class="alignleft" title="arrow" src="http://www.designdashboard.com/blog/images/bulletmb3.jpg" alt="arrow bullets" /><img class="alignnone" title="web arrow" src="http://www.designdashboard.com/blog/images/bulletmb4.jpg" alt="arrow bullets" /></p>
<li>Prismatic Bullets</li>
<p style="padding-left: 30px;"><img class="alignleft" title="arrow" src="http://www.designdashboard.com/blog/images/bulletp1.jpg" alt="" /><img class="alignleft" title="arrow" src="http://www.designdashboard.com/blog/images/bulletp2.jpg" alt="Prismatic Bullets" /><img class="alignleft" title="arrow" src="http://www.designdashboard.com/blog/images/bulletp3.jpg" alt="Prismatic Bullets" /><img class="alignnone" title="web arrow" src="http://www.designdashboard.com/blog/images/bulletp4.jpg" alt="Prismatic Bullets" /></p>
</ol>
<h4>Incoming search terms for the article:</h4><ul><li><a href="http://www.designdashboard.com/blog/featured-items/insert-bullet/" title="arrow bullets">arrow bullets</a></li><li><a href="http://www.designdashboard.com/blog/featured-items/insert-bullet/" title="http://www designdashboard com/blog/featured-items/insert-bullet/">http://www designdashboard com/blog/featured-items/insert-bullet/</a></li><li><a href="http://www.designdashboard.com/blog/featured-items/insert-bullet/" title="arrow bullet">arrow bullet</a></li><li><a href="http://www.designdashboard.com/blog/featured-items/insert-bullet/" title="ARROW bullet for website">ARROW bullet for website</a></li><li><a href="http://www.designdashboard.com/blog/featured-items/insert-bullet/" title="text bullets free">text bullets free</a></li><li><a href="http://www.designdashboard.com/blog/featured-items/insert-bullet/" title="types of web graphic bullet">types of web graphic bullet</a></li><li><a href="http://www.designdashboard.com/blog/featured-items/insert-bullet/" title="personal bullets dreamweaver">personal bullets dreamweaver</a></li><li><a href="http://www.designdashboard.com/blog/featured-items/insert-bullet/" title="inserting bullets in dreamweaver">inserting bullets in dreamweaver</a></li><li><a href="http://www.designdashboard.com/blog/featured-items/insert-bullet/" title="html using text to produce arrow">html using text to produce arrow</a></li><li><a href="http://www.designdashboard.com/blog/featured-items/insert-bullet/" title="html how to create arrow bullet">html how to create arrow bullet</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 9.664 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.designdashboard.com/blog/featured-items/insert-bullet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning Basic HTML &#124; Tips and Tricks You Can Use to Improve Your Web Site Sales</title>
		<link>http://www.designdashboard.com/blog/basic-html/design-web-page/</link>
		<comments>http://www.designdashboard.com/blog/basic-html/design-web-page/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 04:46:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Basic HTML]]></category>

		<guid isPermaLink="false">http://www.designdashboard.com/blog/?p=283</guid>
		<description><![CDATA[One trick you can use to get your visitors to read every single word of your headline &#8212; before scrolling down to see the rest of your page: To get your visitors to notice your headline as the first thing they see when they land on your page, just use YELLOW or GREEN highlighting. The [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="text" src="http://www.designdashboard.com/blog/wp-content/uploads/2010/02/text.gif" alt="add background to text" title="Learning basic HTML" width="249" height="174" />One trick you can use to get your visitors to read every single word of your headline &#8212; before scrolling down to see the rest of your page:</p>
<p>To get your visitors to notice your headline as the first thing they see when they land on your page, just use YELLOW or GREEN highlighting.</p>
<p><em>The RGB code for the yellow highlighting is: #FFFF00<br />
The RGB code for the green highlighting is: #00FF00</em></p>
<p>In FrontPage it’s simple to do this. Just click on the highlighting tool and drag it across the text, just like you would in Microsoft Word.</p>
<p>In Dreamweaver it’s a bit trickier to do.<br />
Here’s the work-around for doing this in Dreamweaver:</p>
<p><strong>Step 1)</strong> Create a new web page and type 1 line of text like you see below and save it as highlighting.html</p>
<p><strong>Step 2) </strong>Now copy the source code provided here:</p>
<p>&lt;span style=&#8221;background-color:#FFFF00&#8243;&gt;</p>
<p><strong>Step 3)</strong> Now open highlighting.html and go into the SOURCE CODE view.<br />
The 1 line of text you typed will look like this when you view it as SOURCE CODE:</p>
<p>&lt;font color=&#8221;#000000&#8243;&gt;This is my line of text&lt;/font&gt;</p>
<p><strong>Step 4)</strong> What you want to do next is PASTE the line of source code I gave you and put it BEFORE the line of text starts on your page, just like this:</p>
<p>&lt;span style=&#8221;background-color:#FFFF00&#8243;&gt;<br />
&lt;font color=&#8221;#000000&#8243;&gt;This is my line of text&lt;/font&gt;<br />
So what you’ve done is you’ve typed your line of text, then PASTED the first bit of code BEFORE the text you typed.</p>
<p><strong>Step 5)</strong> The final step is to CLOSE the tag you just pasted into the page by applying the ENDING  tag.<br />
So copy this line of code: &lt;/span&gt;</p>
<p><strong>Step 6)</strong> Now paste it at the END of the code you’ve already got on your page, like this:</p>
<p>&lt;span style=&#8221;background-color:#FFFF00&#8243;&gt;<br />
&lt;font color=&#8221;#000000&#8243;&gt;This is my line of text&lt;/font&gt;<br />
&lt;/span&gt;</p>
<p><strong>Step 7)</strong> Now just save the highlighting.html page somewhere on your desktop, or wherever you can easily find it later on.</p>
<p>Anytime you need the highlight, just whip that page open, copy the line of text and paste it into any web page you’re working on.</p>
<p>What I suggest you do is highlight a key word in the beginning AND also highlight one at the end.</p>
<p>The bright yellow draws your eyes towards the screen and that’s where they’ll start reading.</p>
<p>If you use highlighting near the end, it’s only natural for your visitors to read the whole thing, as their eyes are drawn across the page, left to right.</p>
<p>Using cascading style sheet or css will also boost your website performance, thus allowing your web pages to load faster.</p>
<p>• Visit <a href="http://www.designdashboard.com">The Design Dashboard</a> for your ﻿﻿step step guide in making a simple web page design, guide to the things needed to make a website and get instant access to everything you need to create a web site, mini-site or affiliate pre-sell page that SELLS!</p>
<p>You can also get the free PDF: <a href="http://www.designdashboard.com/top10">Effective web design tips and tutorials</a>.</p>
<p><strong>Articles Related to Web Design Tips and Tutorials:</strong></p>
<p><a href="../website-design-tutorial-free-pdf-download/">Beginners  Web Design Tips and Tutorials</a></p>
<p><a href="../designing-a-web-page-tips-tricks-you-can-use-to-improve-your-web-site-sales/">Tips  &amp; Tricks You Can Use To Improve Your Web Site Sales</a></p>
<p><a href="http://www.designdashboard.com/blog/website-design-best-practices/">Top 10 Website Design Best Practices</a></p>
<h4>Incoming search terms for the article:</h4><ul><li><a href="http://www.designdashboard.com/blog/basic-html/design-web-page/" title="creative web page designing tips & Trick tutorial in pdf format">creative web page designing tips & Trick tutorial in pdf format</a></li><li><a href="http://www.designdashboard.com/blog/basic-html/design-web-page/" title="html tricks">html tricks</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 2.54 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.designdashboard.com/blog/basic-html/design-web-page/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Basic HTML Code &#124; Create Your First Sales Letter Web Page</title>
		<link>http://www.designdashboard.com/blog/basic-html/basic-html-code/</link>
		<comments>http://www.designdashboard.com/blog/basic-html/basic-html-code/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 14:43:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Basic HTML]]></category>

		<guid isPermaLink="false">http://www.designdashboard.com/blog/?p=139</guid>
		<description><![CDATA[There are a lot of free HTML tutorials you can find on the web showing you how ﻿to how to create simple website  and sometimes you get confused on what codes to use and where to put the codes.  Here is an easy way to create your own webpage &#8211; free HTML  codes basically used [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Basic HTML" src="http://www.designdashboard.com/blog/wp-content/uploads/2010/02/html.jpg" alt="create your first sales letter" width="264" height="244" />There are a lot of free HTML tutorials you can find on the web showing you how ﻿to how to create simple website  and sometimes you get confused on what codes to use and where to put the codes.  Here is an easy way to create your own webpage &#8211; free HTML  codes basically used to create your own selling page.</p>
<p>Sample HTML code:</p>
<p>&lt;!&#8211; begin here &#8211;&gt;<br />
&lt;html&gt;<br />
&lt;title&gt;<a href="http://www.designdashboard.com">Basic HTML Codes</a>&lt;/title&gt;<br />
&lt;body bgcolor=&#8221;#CCCCCC&#8221;&gt; &lt;!&#8211; html  background tad&#8211;&gt;</p>
<p>&lt;h1&gt;This is a html heading tag&lt;/h1&gt;<br />
&lt;p&gt;This is the html paragraph tag&lt;/p&gt;<br />
&lt;h1&gt;&lt;img src=&#8221;../designdashboard.gif&#8221; alt=&#8221;html image tag&#8221; height=&#8221;100&#8243;&gt;&lt;/h1&gt;<br />
&lt;p&gt;&lt;a href=&#8221;http://www.designdashboard.com&#8221;&gt;html tags link&lt;/a&gt;&lt;/p&gt;<br />
&lt;p&gt;&lt;b&gt;This is a text formatting bold&lt;/b&gt;&lt;/p&gt;</p>
<p>&lt;table border=&#8221;1&#8243;&gt;  &lt;!&#8211; html table tags &#8211;&gt;<br />
&lt;th&gt;HTML table tutorial&lt;/th&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;This is a cell inside the table   &lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;This is another cell inside the table&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;</p>
<p>&lt;ul&gt;  &lt;!&#8211; List tags &#8211;&gt;<br />
&lt;li&gt;Basic HTML list tutorial&lt;/li&gt;<br />
&lt;li&gt;another list&lt;/li&gt;<br />
&lt;/ul&gt;</p>
<p>&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>&lt;!&#8211; end &#8211;&gt;</p>
<p>Copy the codes and paste it to notepad or any other HTML editor you have.  Save your file with a .html extension, ex. myfirstpage.html</p>
<p>Run the code in a browser.  Now you created your own first hand coded web page!  Now you only need to add more good custom web graphics for your header for webpages, buttons and other images.</p>
<p>Need help in adding more graphics to your page?  Click here to learn more on <a href="../../" target="_blank">website  graphics online tutorial</a>.</p>
<p>If you are, you may be getting ripped off.  Design Dashboard shows you  not only the basics graphic design tutorials, steps to create website  but really walks you step  by step through setting up your hosting, autoresponders and shopping  cart. <a href="http://www.designdashboard.com">Basic sales page web design tutorial</a>.</p>
<p><strong>Articles  Related to Web Design Tips and Tutorials:</strong></p>
<p><a href="http://www.designdashboard.com/blog/designing-a-web-page-tips-tricks-you-can-use-to-improve-your-web-site-sales/">Tips   &amp; Tricks You Can Use To Improve Your Web Site Sales</a></p>
<p><a href="http://www.designdashboard.com/blog/website-design-best-practices/">Top  10 Website Design Best Practices</a></p>
<p><a href="http://www.designdashboard.com/blog/website-design-tutorial-free-pdf-download/">Beginners Web Design Tips and Tutorials</a></p>
<h4>Incoming search terms for the article:</h4><ul><li><a href="http://www.designdashboard.com/blog/basic-html/basic-html-code/" title="sales letter">sales letter</a></li><li><a href="http://www.designdashboard.com/blog/basic-html/basic-html-code/" title="html sales letter">html sales letter</a></li><li><a href="http://www.designdashboard.com/blog/basic-html/basic-html-code/" title="html code sales letter">html code sales letter</a></li><li><a href="http://www.designdashboard.com/blog/basic-html/basic-html-code/" title="html codes">html codes</a></li><li><a href="http://www.designdashboard.com/blog/basic-html/basic-html-code/" title="html codes to create website">html codes to create website</a></li><li><a href="http://www.designdashboard.com/blog/basic-html/basic-html-code/" title="basic html code">basic html code</a></li><li><a href="http://www.designdashboard.com/blog/basic-html/basic-html-code/" title="html code for creating a new web page">html code for creating a new web page</a></li><li><a href="http://www.designdashboard.com/blog/basic-html/basic-html-code/" title="sample basic web html">sample basic web html</a></li><li><a href="http://www.designdashboard.com/blog/basic-html/basic-html-code/" title="sales page sample html code">sales page sample html code</a></li><li><a href="http://www.designdashboard.com/blog/basic-html/basic-html-code/" title="simple website codes">simple website codes</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 11.519 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.designdashboard.com/blog/basic-html/basic-html-code/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

