better icons with css or html? -


is better doing icons html

<!doctype html>  <html>  <head>  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">  </head>  <body>        <i class="fa fa-cloud"></i>  <i class="fa fa-heart"></i>  <i class="fa fa-car"></i>  <i class="fa fa-file"></i>  <i class="fa fa-bars"></i>        </body>  </html>

or css way ? , performance same ? ty


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -