Graphic Design Classes Online

CSS ::first-letter Selector

HTML Code

<!DOCTYPE html>
<html>
<head>
<style>
p::first-letter {
font-size: 200%;
color: #8A2BE2;
}
</style>
</head>
<body>

<h1>Welcome to My Homepage</h1>

<p>My name is Donald.</p>
<p>I live in Duckburg.</p>
<p>My best friend is Mickey.</p>

</body>
</html>

HTML View

Welcome to My Homepage

My name is Donald.

I live in Duckburg.

My best friend is Mickey.

If you want to join my online or offline graphic designing course than just call me - 9334029817

Related Posts

Leave a Reply