![]() |
|||||||||||||
home | forums | cricketsoda media | myspace editor | cricketsoda search | the poker club | staff / about us |
|||||||||||||
|
/:NAV:\
From: Denton, TX
|
. | HTML Tutorial: A
Better Way To Add Simple Styling Elements in HTML
<b> </b> To bold So if you wanted to bold some text in html, you would use the following: <b> This text is bold! </b> You would replace the tags with the <I> </I> tag to italicize the text. This works well and can add formatting to your text, giving your page a good visual element, but when creating truly powerful meaningful pages, you want your tags to be as powerful as they can be. To get the same effect, as before with the simple styling tags, plus to add value to the bold or italicize text to entities such as search engines, there are other tags you can use. These tags are: <strong> </strong> To bold and add a strong
connotation to the text between the tags. So you would use the following HTML: <strong> This text is strong! </strong> When you bold or emphasize text, it is usually something of importance in the document. By using these more advanced tags adds value to your document by pointing out the important phrases, and can give you much better results with search engines. The later of the tags are considered structural tags that specify the role of the text they are applied to, rather than the presentational tags reviewed at the beginning of this tutorial. I hope this tutorial helps you further develop functional websites. If you have any comments or questions please post them on the forums and I will try to answer any questions to the best of my ability. Also post any suggestions for future tutorials, I am in need of idea’s, and I don’t really know what people want and need to learn about.
|
|
||||||||||
Copyright (c) 2004 CricketSoda Productions All Rights Reserved |
|||||||||||||