Basic HTML Code | Create Your First Sales Letter Web Page

By admin on November 17, 2009

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

create your first sales letterThere 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 – free HTML  codes basically used to create your own selling page.

Sample HTML code:

<!– begin here –>
<html>
<title>Basic HTML Codes</title>
<body bgcolor=”#CCCCCC”> <!– html  background tad–>

<h1>This is a html heading tag</h1>
<p>This is the html paragraph tag</p>
<h1><img src=”../designdashboard.gif” alt=”html image tag” height=”100″></h1>
<p><a href=”http://www.designdashboard.com”>html tags link</a></p>
<p><b>This is a text formatting bold</b></p>

<table border=”1″>  <!– html table tags –>
<th>HTML table tutorial</th>
<tr>
<td>This is a cell inside the table   </td>
</tr>
<tr>
<td>This is another cell inside the table</td>
</tr>
</table>

<ul>  <!– List tags –>
<li>Basic HTML list tutorial</li>
<li>another list</li>
</ul>

</body>
</html>

<!– end –>

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

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.

Need help in adding more graphics to your page?  Click here to learn more on website graphics online tutorial.

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. Basic sales page web design tutorial.

Articles Related to Web Design Tips and Tutorials:

Tips & Tricks You Can Use To Improve Your Web Site Sales

Top 10 Website Design Best Practices

Beginners Web Design Tips and Tutorials

Bookmark and Share

Incoming search terms for the article:

5 Responses to “Basic HTML Code | Create Your First Sales Letter Web Page”

  1. [...] think it’s really NICE to know how to screen cap a subhead font and then insert the image.  See The Basic HTML Tutorial for HTML useful [...]

  2. [...] Basic HTML Sales page web design tutorial – Create Your First Sales Letter Web Page var addthis_language = 'en'; SHARETHIS.addEntry({ title: "Top 10 Website Design Best Practices", url: "http://www.designdashboard.com/blog/website-design-best-practices/" }); [...]

  3. Thank you for this tutorial. Are you going to be posting a new Dreamweaver tutorial any time soon?

Leave a Reply