What is function of face attribute in font tag Show a small code-00654
This subjective question is related to the book/course vu cs403 Database Management Systems. It can also be found in vu cs403 Mid Term Solved Past Paper No. 5.
Question 1: What is function of "face" attribute in font tag. Show a small code example. Font tag defines various font properties. Size, Face and Color are its attributes. Attributes can be used simultaneously in a tag as you can see below:
<font size=5 color=red face=Arial>internet and commerce</font>
<font size=5 color=red face=Arial>internet and commerce</font>
Answer:
<p><font face="Arial">This text in the Arial font.</font>