HTML/CSS for Dummies

From Open Source Ecology
Jump to: navigation, search
  1. What is HTML/CSS? It is a way to format display in HTML.
  2. How can you test HTML/CSS? Save an html file and open it in your browser.
  3. See [1] - there are 3 ways to apply it - inline - internal - external. For wiki, a separate CSS file is not really suitable, as you can't save .css files in the wiki environment.
  4. Apply CSS with <style></style> tags before body of document.