HTML/CSS for Dummies: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
#What is HTML/CSS? It is a way to format display in HTML.
#What is HTML/CSS? It is a way to format display in HTML.
#How can you test HTML/CSS? Save an html file and open it in your browser.
#How can you test HTML/CSS? Save an html file and open it in your browser.
#See [https://www.htmldog.com/guides/css/beginner/applyingcss/] - there are 3 ways to apply it - inline - internal - external. For wiki, a separate CSS file is not really suitable, as wiki
#See [https://www.htmldog.com/guides/css/beginner/applyingcss/] - 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.

Revision as of 01:55, 28 March 2020

  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.