'' report published in November 1919. (The event reported is
Arthur Eddington's
test of
Einstein's
theory of general relativity.) In English, a variety of case styles are used in various circumstances: ; Sentence case : "
The quick brown fox jumps over the lazy dog" A mixed-case style in which the first word of the sentence is capitalised, as well as proper nouns and other words as required by a more specific rule. This is generally equivalent to the baseline universal standard of formal English orthography. ; Substantive capitalization : "The quick brown Fox jumps over the lazy Dog" A historical style, common in the 17th and 18th centuries, where all
nouns (substantives) are capitalised to denote their importance or "substance" in the sentence. This style remains the standard in modern
German orthography. ; Rhetorical capitalization : "The Quick Brown Fox jumps over the Lazy Dog" A stylistic choice, often found in poetry (such as the works of
Emily Dickinson), where specific words are capitalised to provide emphasis, intensity, or symbolic weight, regardless of their part of speech. It acts as a visual cue for the reader to pause or prioritize a specific concept. ;
Title case (capital case, headline style) : "The Quick Brown Fox Jumps over the Lazy Dog" A mixed-case style with all words capitalised, except for certain subsets (particularly
articles and short
prepositions and
conjunctions) defined by rules that are not universally standardised. The standardisation is only at the level of house styles and individual
style manuals. ; Start case (first letter of each word capitalized) : "The Quick Brown Fox Jumps Over The Lazy Dog"
Start case, initial caps or
proper case is a simplified variant of title case. In
text processing, start case usually involves the capitalisation of all words irrespective of their
part of speech. ;
All caps (all uppercase) : "THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG" A unicase style with capital letters only. This can be used in headings and special situations, such as for typographical emphasis in text made on a typewriter. With the advent of the
Internet, the all-caps style is more often used for emphasis; however, it is considered poor
netiquette by some to type in all capitals, and said to be tantamount to shouting. Long spans of Latin-alphabet text in all upper-case are more difficult to read because of the absence of the
ascenders and
descenders found in lower-case letters, which aids recognition and legibility. In some cultures it is common to write family names in all caps to distinguish them from the given names, especially in identity documents such as passports. Certain musicians—such as
Marina and
Finneas, who are both known mononymously, and some bands such as
Haim,
Blackpink and
Kiss—have their names stylised in all caps. Additionally, it is common for bands with vowelless names (a process colourfully known as "
disemvoweling") to use all caps, with prominent examples including
STRFKR,
MSTRKRFT,
PWR BTTM,
SBTRKT,
JPNSGRLS (now known as Hotel Mira),
BLK JKS,
MNDR, and
DWNTWN. ;
Small caps : ""Similar in form to capital letters but roughly the size of a lower-case "x", small caps can be used instead of lower-case letters and combined with regular caps in a mixed-case fashion. This is a feature of certain fonts, such as
Copperplate Gothic. According to various typographical traditions, the height of small caps can be equal to or slightly larger than the
x-height of the typeface (the smaller variant is sometimes called
petite caps and may also be mixed with the larger variant). Small caps can be used for acronyms, names, mathematical entities, computer commands in printed text, business or personal printed stationery letterheads, and other situations where a given phrase needs to be distinguished from the main text. ; All lowercase :"the quick brown fox jumps over the lazy dog" :A unicase style with no capital letters. This is sometimes used for artistic effect, such as in poetry. Also commonly seen in computer languages, and in informal electronic communications such as
SMS language and
instant messaging. Examples in music are relatively common. For example, several of
Taylor Swift's albums, including
reputation,
folklore, and
evermore, were all stylised in lowercase. Bands such as
Weezer,
Twenty One Pilots and
Silverchair were also stylised in lowercase for multiple albums during their respective careers, with the former consistently using lowercase in their logo since their
first studio album.
Billie Eilish's debut studio album—
When We All Fall Asleep, Where Do We Go?—has all of its tracks stylised in lowercase. Some people, such as author
bell hooks, write their names in all lowercase. Fully lowercase stylisation has been linked to the "disavowal of hierarchy", and on the Internet, frequently serves as "shorthand for authenticity and vulnerability".
Headings and publication titles In English-language publications, various conventions are used for the capitalisation of words in
publication titles and
headlines, including chapter and section headings. The rules differ substantially between individual house styles. The convention followed by many British
publishers (including scientific publishers like
Nature and
New Scientist, magazines like
The Economist, and newspapers like
The Guardian and
The Times) and many U.S. newspapers is sentence-style capitalisation in headlines, i.e. capitalisation follows the same rules that apply for sentences. This convention is usually called
sentence case. It may also be applied to publication titles, especially in bibliographic references and library catalogues. An example of a global publisher whose English-language house style prescribes sentence-case titles and headings is the
International Organization for Standardization (ISO). For publication titles it is, however, a common typographic practice among both British Another solution sometimes seen in
Web typography is to use a serif font for "lower-case ell" in otherwise sans-serif material (1 l). The letter case of a prefix symbol is determined independently of the unit symbol to which it is attached. Lower case is used for all submultiple prefix symbols and the small multiple prefix symbols up to "k" (for
kilo, meaning 103 = 1000 multiplier), whereas upper case is used for larger multipliers: or
bumpy case. When the first letter of the first word is lowercase ("
iPod", "
eBay", "theQuickBrownFox..."), the case is usually known as
lower camel case or
dromedary case (illustratively:
dromedaryCase). This format has become popular in the branding of
information technology products and services, with an initial "i" meaning "
Internet" or "intelligent", as in
iPod, or an initial "e" meaning "electronic", as in
email (electronic mail) or
e-commerce (electronic commerce).
Snake case Punctuation is removed and spaces are replaced by single
underscores. Normally the letters share the same case (e.g. "UPPER_CASE_EMBEDDED_UNDERSCORE" or "lower_case_embedded_underscore") but the case can be mixed, as in
OCaml variant constructors (e.g. "Upper_then_lowercase"). The style may also be called
pothole case, especially in
Python programming, in which this convention is often used for naming variables. Illustratively, it may be rendered
snake_case,
pothole_case, etc.. When all-upper-case, it may be referred to as
screaming snake case (or
SCREAMING_SNAKE_CASE) or
hazard case. In
CSS, all property names and most keyword values are primarily formatted in kebab case.
Middot case Similar to kebab case, above, except it uses
interpunct rather than underscores to replace spaces. Its use is possible in many programming languages supporting Unicode identifiers, as unlike the hyphen it generally does not conflict with a reserved use for denoting an operator, albeit exceptions such as
Julia exist. Its lack of visibility in most standard keyboard layouts certainly contribute to its infrequent employ, though some modern input tools allow one to reach it rather easily.
Alternating caps opinions. Alternating caps are an arbitrary mixing of the cases with no
semantic or
syntactic significance to the use of the capitals. Sometimes only
vowels are upper case, at other times upper and lower case are alternated, but often it is simply random. One such usage is for mockery. For example, it is sometimes used to mock the violation of standard English case conventions by marketers in the naming of computer software packages, even when there is no technical requirement to do soe.g.,
Sun Microsystems' naming of a windowing system
NeWS. ==Case folding and case conversion==