Changes

Jump to navigation Jump to search
change the size of all text in an HTML document to 18 points
Line 1: Line 1:  
'''CSS''' stands for Cascading Style Sheets.  This brings a much finer degree of control over appearance to a web page. [http://www.w3.org/Style/CSS/]
 
'''CSS''' stands for Cascading Style Sheets.  This brings a much finer degree of control over appearance to a web page. [http://www.w3.org/Style/CSS/]
 +
 +
==Example==
 +
 +
To change the size of all text in an HTML document to 18 points:
 +
 +
<nowiki>body
 +
{
 +
font-size: 18pt;
 +
}</nowiki>
 +
    
[[category:computer science]]
 
[[category:computer science]]
Siteadmin, Check users, nsTeam1RO, nsTeam1RW, nsTeam1_talkRO, nsTeam1_talkRW, oversight, Administrators
30,650

edits

Navigation menu