Kindle formatting HTML text

Back to the article.

An image:

I used some text about Mexico as a lorem ipsum text


********* Unmodified Header Hn tags: *********

H1 Header lorem ipsum

H2 Header lorem ipsum

H3 Header lorem ipsum

H4 Header lorem ipsum

H5 Header lorem ipsum
H6 Header lorem ipsum


******* Modified Header Hn tags: ***********

[H1 mediumtfont]

[H1 150% font]

[H1 small_font]

[H1 xx_small_font]


***** Standard Kindle paragraph indenting and spacing: *****

1 "Mexico, one of the last magic countries", wrote the novelist Pablo Neruda. And he was right. "Mexico, one of the last magic countries", wrote the novelist Pablo Neruda. And he was right.

2 "Mexico, one of the last magic countries", wrote the novelist Pablo Neruda. And he was right. "Mexico, one of the last magic countries", wrote the novelist Pablo Neruda. And he was right.

3 "Mexico, one of the last magic countries", wrote the novelist Pablo Neruda. And he was right. "Mexico, one of the last magic countries", wrote the novelist Pablo Neruda. And he was right.

cube_128.png, 12kB


***** left paragraph indenting using text-ident:0em: ****

1 "Mexico, one of the last magic countries", wrote the novelist Pablo Neruda. And he was right. "Mexico, one of the last magic countries", wrote the novelist Pablo Neruda. And he was right.

2 "Mexico, one of the last magic countries", wrote the novelist Pablo Neruda. And he was right. "Mexico, one of the last magic countries", wrote the novelist Pablo Neruda. And he was right.

3 "Mexico, one of the last magic countries", wrote the novelist Pablo Neruda. And he was right. "Mexico, one of the last magic countries", wrote the novelist Pablo Neruda. And he was right.


**** paragraph with increased top-space using margin-top:2em; ***

1 "Mexico, one of the last magic countries", wrote the novelist Pablo Neruda. And he was right. "Mexico, one of the last magic countries", wrote the novelist Pablo Neruda. And he was right.

2 "Mexico, one of the last magic countries", wrote the novelist Pablo Neruda. And he was right. "Mexico, one of the last magic countries", wrote the novelist Pablo Neruda. And he was right.

3 "Mexico, one of the last magic countries", wrote the novelist Pablo Neruda. And he was right. "Mexico, one of the last magic countries", wrote the novelist Pablo Neruda. And he was right.


**** increased top-space and canceled indentation ***

1 "Mexico, one of the last magic countries", wrote the novelist Pablo Neruda. And he was right. "Mexico, one of the last magic countries", wrote the novelist Pablo Neruda. And he was right.

2 "Mexico, one of the last magic countries", wrote the novelist Pablo Neruda. And he was right. "Mexico, one of the last magic countries", wrote the novelist Pablo Neruda. And he was right.

3 "Mexico, one of the last magic countries", wrote the novelist Pablo Neruda. And he was right. "Mexico, one of the last magic countries", wrote the novelist Pablo Neruda. And he was right.


Font size

Normal text [large_font] normal, [Percent150Font] normal, [x_large_font] normal, [ 80% font] normal, [30% font] normal, this is the small font normal, this is the xx_small_font font, normal.


No indent This is text with suppressed first line indentation. Lorem ipsum begins here: You will find this in handicrafts, delicious and exotic meals as well as in the celebrations and traditions of the villages. There are estimated to be over 4000 archaeological sites, only 800 of which have been discovered to date.

Font modifiers

This is italics, this is Bold, this is subscript and this is superscript

Monospaced font - Code tag

This shows the monospaced code tag which has the same effect as kbd, samp and tt
This is a line IIIIII
This is a line WWWWWW
This is a line oooooo

Text-Align

This is the right-aligned text This is the right-aligned text This is the right-aligned text This is the right-aligned text This is the right-aligned text This is the right-aligned text This is the right-aligned text This is the right-aligned text This is the right-aligned text This is the right-aligned text


Centered text Centered text


blockquote: blockquote enforces left indent of the text blockquote enforces left-indent of the text blockquote enforces left-indent of the text blockquote enforces left-indent of the text blockquote enforces left-indent of the text blockquote enforces left-indent of the text blockquote enforces left-indent of the text


leftmargined inside div

Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum


leftmargined inside div with embeded p - does nothing

Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum


leftmargined inside p

Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum

topmargined inside div

Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum

topmargined inside p

Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum

CSS code used:

  <style >
.topspace {
margin-top:2em;
}
.noindent{
text-indent:0em;
}
.noindent_topspace{
text-indent:0em;
margin-top:0.5em;
}
.topspaceright{
margin-top:1.5em;
text-align:right;
}
.Centered{
text-align:center;
}
.large_font{
font-size:large;
}
.x_large_font{
font-size:x-large;
}
.xx_small_font{
font-size:xx-small;
}
.small_font{
font-size:small;
}
.medium_font{
font-size:medium;
}
.Percent150Font{
font-size:150%;
}
.Percent80Font{
font-size:80%;
}
.Percent30Font{
font-size:30%;
}
.leftmargined{ margin-left:20em; }
.topmargined{ margin-top:2em; }
</style >