Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> p { font-family: New Century Schoolbook; font-size: 1.3em; width: 80%; margin: 0 auto; } p::first-letter { color: #483D8B; float: left; font-size: 5em; border: 2px solid; border-radius: 5px; margin: 0 .1em 0 0; line-height: 0.85; } </style> </head> <body> <p class="drop-cap"> France is a beautiful country, filled to the brim with delicious wines, and tons of romance. So it’s no surprise that many people want to visit France more than any other country in the world, according to the United Nations World Tourism Organization. In 2017, France welcomed 86.9 million people. La vie est belle! </p> </body> </html>