<!DOCTYPE html>
< html lang ="en ">
< head >
< meta charset ="UTF-8 ">
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
< title > Document</ title >
</ head >
< body >
<!-- Content goes here -->
</ body >
</ html >
Link to an external CSS file
< link rel ="stylesheet " href ="styles.css ">
Link to an external JavaScript file
< script src ="script.js "> </ script >
< meta name ="description " content ="Page description here ">
< meta name ="keywords " content ="keyword1, keyword2, keyword3 ">
< link rel ="icon " href ="favicon.ico " type ="image/x-icon ">
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
HTML comment
<!-- This is a comment -->
< iframe src ="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3223... "> </ iframe >
< p style ="color: blue; font-size: 18px; "> Styled Text</ p >
< script > // JavaScript code here </ script >
< canvas id ="myCanvas " width ="200 " height ="100 "> </ canvas >
< iframe width ="560 " height ="315 " src ="https://www.youtube.com/embed/VIDEO_ID " frameborder ="0 " allowfullscreen > </ iframe >
html < i class ="fa fa-heart "> </ i >
< div class ="fb-share-button " data-href ="URL_TO_SHARE " data-layout ="button "> </ div >
Twitter / X share button
< a href ="https://twitter.com/share " class ="twitter-share-button " data-url ="URL_TO_SHARE " data-text ="Tweet Text "> Tweet</ a >