- 1
What is the difference between body text and font color
there is a Text color which is the alignment of body which provides the same effect as it is provided by font color
2 Respostas
+ 2
Your question is unclear and seems confusing ^^
in Html5:
+ <body> is the root tag of an html document content, but can also designate the content of something (the body of a function, of a tag...)
+ <font> is an old deprecated tag, and 'font' is also an old deprecated attribute of html tags (as in <body font="...">, as is 'color'.
+ Depecated html elements/attributes related to styling must be done with Css, which provide 'font' family, 'color' (related to text) and 'text' family of css properties ('text-align', 'text-decoration' and so on -- but not shorthand standalone 'text' as you can with 'font' or 'background')
Anyway, in general purpose, a 'font' is the family of text visual writting style... the text is most commonly designated the content itself... even if both are similar, as said by @Irwin Lopez.
So, what's your question more accuratly?
What do you mean by << body text and font color >> and << there is a Text color which is the alignment of body >> as well as << the same effect as it is provided by font color >>? @@
0
text colour mean the colour of your alphabet and all.
font is similar .
because it is help you to choose the style and all.
so think they both are similar