HTML/CSS for Dummies: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
#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 you can't save .css files in the wiki environment. | #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
- 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.
- 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.
- Apply CSS with <style></style> tags before body of document.