Basic HTML Seminar: Difference between revisions

From UW-Math Wiki
Jump to navigation Jump to search
(Created page with "# HTML is just like LaTeX. # web servers like things in certain places; public/html/ # web servers like things called index. # Head and body # Title # Text # pictures #...")
 
No edit summary
 
Line 8: Line 8:
#  links
#  links
#  tables
#  tables
#  subdirectories
#  other methods for creating web pages
# Advanced topics
# Advanced topics
# CSS
# Javascript
# php

Latest revision as of 20:57, 19 December 2016

  1. HTML is just like LaTeX.
  2. web servers like things in certain places; public/html/
  3. web servers like things called index.
  4. Head and body
  5. Title
  6. Text
  7. pictures
  8. links
  9. tables
  10. subdirectories
  11. other methods for creating web pages
  12. Advanced topics