Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 325 Bytes

File metadata and controls

17 lines (11 loc) · 325 Bytes

html

  • disable zooming out on mobile devices

    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
  • The <a> tag stands for "anchor"

  • #blah in web lines refer to an element with id "blah"

  • loading css

    <link href="css/main.css" rel="stylesheet" type="text/css" />