Jump to content

which tag?


chiprivers

Recommended Posts

When I first learnt HTML (self taught) I would use the <font></font> tags with styling properties to alter the appearance of text in the middle of a block of text. 

A little while ago, I recall reading that the <font> tag was redundant and I think it said I should be using the <label> tag in its replacement.

Now, whilst trying to learn a bit more about CSS I have read that the <span> tag may be the correct thing to use in this situation.  I appreciate that all of these options will do the same thing, but I would like to try and keep my coding to a recommended standard, please could anybody advise the correct tag to use, it may be a different one altogether.
Link to comment
https://forums.phpfreaks.com/topic/26499-which-tag/
Share on other sites

You don't need a tag persay to have text looking a certain way.  You can use css to do that, either from a css sheet or using the style key (style="font-family: arial; font-weight: bold; color: #000000;" etc.)  Most programs now will show you the key that you're looking for or enable you to edit them in place.
Link to comment
https://forums.phpfreaks.com/topic/26499-which-tag/#findComment-121875
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.