CSS Icons
<!DOCTYPE html> <html> <head> </head> <body> <link rel="stylesheet" href="https://cdn.example.com/font-awesome.css"> <i class="fa fa-home"></i> <i class="fa fa-envelope"></i> </body> </html>
<!DOCTYPE html> <html> <head> </head> <body> <link rel="stylesheet" href="https://cdn.example.com/font-awesome.css"> <i class="fa fa-home"></i> <i class="fa fa-envelope"></i> </body> </html>