which attribute of FONT tag determine the types face of the text
Answers
Answered by
1
In html hyper text markup language used for designing www world wide web pages , font is a tag. This tag describes the attributes the properties of the text following it.
The attribute to mention its font type face (family) is "face".
<Font> face = "verdant", size = "6", color = "blue" >This a demo text !
</Font>
The tag "font" attributes above are deprecated in html 5.0 . Instead of them css must be used to specify the font family , color and size.
kvnmurty:
:)
Similar questions