Online computer courses, code, programming tutorial and sidebar information for monitoring Canadian S&P/TSX index. Build friendship and networking. Welcome to visit my blogs often!!! I also have two other sites: YouTube Channel and Google site.
Adsense
Popular Posts
- PHPWind-- A PHP forum script applcaition in China
- How to blend adsense inside your post?
- Formatting my post
- Notepad++ - Add C++ compiler
- Install PHPMailer 5.2.4 and use smtp gmail
- Wayback Machine - see archived versions of web pages across time
- Set up a child account and set screen time limit in Windows 8
- phpexcel toggle expand and hide column in EXCEL and summary
- Install PHP ibm_db2 extension in Linux (redHat)
- PHP: add a download as pdf file button in report page
Thursday, March 28, 2013
Popular font type and font size in HTML body in web design
According to studies, the popular font type is 'Arial' and.font size 13px in HTML body.
In CSS:
font-family: arial, sans-serif;
font-size: 13px;
color: black;
The conversion between between em, px, pt and percent in font size is as follows:
1em = 12pt (point) = 16px (pixel) = 100% (percent).
1 point =1/12 inch
"percent %" is recommended for fully scalable of mobile devices and for accessibility.
such as
html { font-size: 150%; )
or
body { font-size: 150%; )
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment