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
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.