Technical Tricks
Intermediate HTML
This page will show you a little more about HTML.
We recommend that you read Basic HTML page first.
How to insert an image:
<img src="http://www.salesberg.com/tutorials/light_house.jpg">
This will result to

The <img src= bit will be the same always.
Then the address "http://www.salesberg.com/tutorials/light_house.jpg" needs to be placed.
Finally the closing with > .
Things can be nested as well, lets see an example:
<center> your text </center>
This tag will bring "your text" to the center of the page. However, if you continue to write many paragraphs and insert many images, they will all be center aligned.
Example:
<center>This is the center Example <br>
<img src="http://www.salesberg.com/tutorials/light_house.jpg"><br>
Some more text <bold>in bold</bold></center>
This will result to:
This is the center Example
Some more text in bold
This is how one tag can be used with another, and in many layers.
There are many tags and many ways how a tag can be used.
As far as eBay and a few other online shops are concerned, the information presented so far should be enough to bring about some understanding, if you were to look at the HTML source code.
Next we will see how we can use this knowledge to our advantage.
User Menu
Popular Articles
Tweet
-
New Arrival, Altec Lancing basic 2.1 Speaker System with subwoofer - Full Salesberg Review on the product.
- Follow On Twitter


Comments