css - What is wrong with the styling in these lists (HTML) -


I am doing web course on codecademy and I am stuck on "styling font"! Work. Any thoughts that I am doing wrong? & lt; Li style = "font-family: garamond; size: 16px" & gt; This item is a big gang. & Lt; / Li & gt; & Lt; Li style = "font-family: bodonie; size: 12px;" & Gt; This item is Medium Bodony. & Lt; / Li & gt; & Lt; Li style = "font-family: future; size: 10px" & gt; This item is small Future & lt; / Li & gt;

Thank you for all your help!

Remember that only a limited amount of fonts is installed in most computers:

The best practice to specify backward fonts that apply to this user is not specified on the first font on the computer.

  Font-family: Ariel, Helvetica, Georgia, Vardana, Non-Serif;   

So if the computer is not installed in the Arial, this list will go down until it is able to install it and it will display.

In addition to this you must have incorrectly declared the size of this ...

  font-size: xxx;    

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -