
- Javascript Basics Tutorial
- Javascript - Home
- Javascript - Overview
- Javascript - Syntax
- Javascript - Enabling
- Javascript - Placement
- Javascript - Variables
- Javascript - Operators
- Javascript - If...Else
- Javascript - Switch Case
- Javascript - While Loop
- Javascript - For Loop
- Javascript - For...in
- Javascript - Loop Control
- Javascript - Functions
- Javascript - Events
- Javascript - Cookies
- Javascript - Page Redirect
- Javascript - Dialog Boxes
- Javascript - Void Keyword
- Javascript - Page Printing
- JavaScript Objects
- Javascript - Objects
- Javascript - Number
- Javascript - Boolean
- Javascript - Strings
- Javascript - Arrays
- Javascript - Date
- Javascript - Math
- Javascript - RegExp
- Javascript - HTML DOM
- JavaScript Advanced
- Javascript - Error Handling
- Javascript - Validations
- Javascript - Animation
- Javascript - Multimedia
- Javascript - Debugging
- Javascript - Image Map
- Javascript - Browsers
- JavaScript Useful Resources
- Javascript - Questions And Answers
- Javascript - Quick Guide
- Javascript - Functions
- Javascript - Resources
What is pica? How to set the font size in CSS using pica?
A pica is equivalent to 12 points; thus, there are 6 picas per inch. You can try to run the following code to set font size using pica (pc):
Example
<html> <head> </head> <body> <div style = "position:relative;left:10px;top:3px;background-color:yellow;font-size:3pc;"> This div has font size set in pica. </div> </body> </html>
- Related Articles
- Set Responsive Font Size using CSS
- Pica: Causes, Symptoms, & Treatment
- How does the “Pica” disorder affect kids?
- How to set font size using CSS Measurement Unit vmin?
- Set Font Size with Pixels using CSS
- Set Font Size with em using CSS
- Set the font size with CSS
- How to change the font size using CSS?
- How to auto-adjust font size using CSS?
- Font Size in CSS
- How to set all the font properties in one declaration using CSS?
- Setting Font Size with Em Using CSS
- Setting Font Size with Keywords Using CSS
- Setting Font Size with Pixels using CSS
- How to set the font size of Entry widget in Tkinter?

Advertisements