HTML/CSS for Dummies: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
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.
#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.
#Apply CSS with <style></style> tags before body of document.

Latest revision as of 02:54, 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.
  4. Apply CSS with <style></style> tags before body of document.