first-letter2-desc.html
来自「CSS lets learn this step by step...」· HTML 代码 · 共 40 行
HTML
40 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html lang="en"> <head><meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"> <title>Long description for punctuation and drop cap example</title> </head> <body> <h1>Long description for punctuation and drop cap example</h1><P>This diagram illustrates a drop cap layout using the :first-letter pseudo-class. However, unlike the previousdiagram, the text begins with punctuation.<P>There are 5 lines of text. The first line begins with alarge double quote mark (") followed by alarge, italic capital "A" that spans three lines. The rest of the textflows around the '"A': the first three lines lie to its rightand the last two below it (aligned with the leftside of the double quote mark).<P>In the following PRE element layout, the space occupiedby the "A" in the second and third lines is representedby underscores (_):</P><PRE>" A bird in __ the hand ___ is worthtwo in the bush,"says an old proverb.</PRE><P><a href="../../selector.html#img-first-letter2">Return to image.</a> </body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?