HTML Compiler Online
Javascript Online Compiler
index.html
Change Theme
Compress code
Format code
Download Code
Clear Code
Copy Code!
RunĀ
ctrl+s or click
Output
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"> <title>CSS icon - Font Awesome</title> </head> <body> <h1>Created icons using font awesome library.</h1> <p><i class="fa fa-book"></i> - BOOK</p> <p><i class="fa fa-anchor"></i> - ANCHOR</p> <p>you can add class like - fa-2x,fa-3x to increase the size of icon.</p> <p><i class="fa fa-search fa-2x"></i> - SEARCH (2x)</p> <p>You can add color to icons using CSS.</p> <p><i class="fa fa-heart" style="color:red"></i> - HEART</p> </body> </html>
RunĀ
x
x