HTML

Basic HTML Template

  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>The HTML5 Herald</title>
  6. <meta name="description" content="The HTML5 Herald">
  7. <meta name="author" content="SitePoint">
  8. <link rel="stylesheet" href="css/styles.css?v=1.0">
  9. <!--[if lt IE 9]>
  10. <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
  11. <![endif]-->
  12. </head>
  13. <body>
  14. <script src="js/scripts.js"></script>
  15. </body>
  16. </html>

Ref. SitePoint

Input types

How to display a PDF in a web page

  1. <iframe src="https://www.cca.edu/sites/default/files/pdf/08/word-to-pdf.pdf" width="800px" height="800px"></iframe>