Please Mark

  • ...
  • ...
  • ...

    index.html for game dev by fred

  • My Github repository Full URL
  • My Game dev webaite full URL

    The following only need the exact file nam3

  • ...
  • t1a02-video-flac-reillyg.html
  • ...
  • ...
  • ...
  • ...
  • ...
  • ...
  • ...
  • ...
  • ... for (let i=0;i"; } else{ output+= num +"sqaured="+square+"(even)
    "; } } document.getElementbyId('mySpan01).innerHTML= output; } : declares thee document type and version of HTML being used. Its a must for all HTML documents. : the root element of an html page, enclosing all other elements. : contains meta-information about the HTML document, such as the title and links to stylesheets. : provides metadata about the html document, like character set, veiwport settings, and author information. : sets the title of the web page, which appears in the browser tab. <links>: links the html document to external resources, most commonly a stylesheet (.css file) <style>: defines CSS styles directly within the HTML document <body>: contains all the visible content of the webpage, including text, images, and other elements. <header>: represents the introductory content or a group of navigational links for a section or the entire page. <nav>: defines a set of navigation links.