HTML Cheat Sheet

HTML Cheat Sheet   Document Outline <!DOCTYPE> Version of (X)HTML <html>….</html> HTML document <head>….</head> Page information <body>….</body> Page contests   Comments <!– Comment Test –> Page Information <base /> Base URL <meta /> Meta data <title>….</title> Title <link /> Relevant resource <style>….</style> Style resource <script>….</script> Script resource Document Structure  <h1>….</h1> Read more…

Loading