Skip to content

arieltahimik/HTML-CSS

Repository files navigation

HTML and CSS

Link to Preview Page For Each Section

Preview Page - Ctrl+Click to open in a new page


  • index.html: a simple HTML5 document.
  • headings, paragraph, strong, bold, emphasis, italic, unordered list, ordered list, div, comment, horizontal line
  • anchor (a), image (img), and table (table, th, tr, td) tags
  • form tag, and several 'input' tag types
  • Added httpbin to see submitted entries
  • HTML audio tag added with sample mp3 file (Epic Trap Intro)
  • HTML video tag added with sample mp4 file (Superman 3 1983 Trailer)
  • HTML tags give a webpage its structure. You can use HTML tags to add photos, buttons, and other elements to your webpage.
  • An introduction to HTML by FreeCodeCamp.Org
  • index-full.html for full full background
  • index-half.htnl for half page background
  • style.css used by both html, just modified class rule
  • cover-page.html/css another example of a cover page using different css approach
  • svg-cover.html a sample of using SVG as a background
  • index.html FOCUS
  • A coffee and dessert menu for CSS project
  • Following CSS course by Freecodecamp.org