The Font-size attribute has no inheritance:
This is a simple question, but perhaps beginners may sometimes question the question, creating fonts everywhere for the elements in the tag. Here you can give a positive answer, font-size data is inherited, which facilitates the uniform setting of Web page fonts.
The code example is as follows:
<!DOCTYPE HTML><HTML><Head><MetaCharSet= "Utf-8"><Metaname= "Author"content= "http://www.51texiao.cn/" /><title>Ant Tribe</title><styletype= "Text/css">Body{font-size:12px;}</style></Head><Body><Div>Ant Tribe</Div><Div> <ul> <Li>The sun's coming out.</Li> </ul></Div></Body></HTML>
As can be seen from the running performance of the above code, the Font-size attribute is inherited.
The original address is: http://www.51texiao.cn/div_cssjiaocheng/2015/0503/602.html
The original address is: http://www.softwhy.com/
Font-size property has no inheritance