HTML ICONS

 

The <i> and <span> elements are widely used to add icons.

icons that can be customized with CSS (size, color, shadow, etc.)

Icon libraries

  1. Font Awesome
  2. Bootstrap Icons
  3. Google font

<! DOCTYPE html> 

<html> 

        <head>

            <title> Icons </title>

           <script src="https://kit.fontawesome.com.js"></script>

        </head>

        <body>

            <i class="fas fa-band-aid"></i>

        <body>

<html>