HTML/CSS for Dummies: Difference between revisions
Jump to navigation
Jump to search
(Created page with "#What is HTML/CSS? It is a way to format display in HTML. #See [https://www.htmldog.com/guides/css/beginner/applyingcss/] - there are 3 ways to apply it - internal - external.") |
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. | |||
#See [https://www.htmldog.com/guides/css/beginner/applyingcss/] - there are 3 ways to apply it - internal - external. | #See [https://www.htmldog.com/guides/css/beginner/applyingcss/] - there are 3 ways to apply it - internal - external. |
Revision as of 01:40, 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 - internal - external.