Putting icons with Font Awesome Icons

An example of putting icons with Font Awesome Icons
<!DOCTYPE html>
<html>
<head>
    
<link rel="stylesheet" href="css/font-awesome.min.css">
    
</head>
<body>

<p>Icon - 
    <i class="fa fa-leaf"></i> 
</p>

</body>
</html>

Responses

0 Replies