sorrow made you
from the bottom of the dark, dark sea
This isn't so much a suggestion rather than a question, because I don't know much about the physical capabilities.
Anyways, I am not completely literate in HTML nor CSS, but in attempts to learn, I've looked up the differences between the "languages."
This is taken from http://www.codingdojo.com/blog/html-vs-css-inforgraphic/
"Quite simply, HTML (Hypertext Markup Language) is used to create the actual content of the page, such as written text, and CSS (Cascade Styling Sheets) is responsible for the design or style of the website, including the layout, visual effects and background color."
"HTML (Hyper Text Markup Language) was created to help programmers describe the content on a website like <this is a heading>, <this is a paragraph>. HTML uses tags to help you add paragraphs, headers, pictures, bullets and other pieces of structure. Just like you would write something on a word document, HTML helps you write something on a website."
"Created to compliment HTML, CSS (CascadingStyle Sheets) is what makes a website look and feel amazing. Presentation and ease of use have been some of the qualities CSS has brought to web development. It is more involved with changing a websites style rather than its content. Kind of like changing the font size, font color and positioning on a word document. CSS is in charge of the way the content looks on a page and what else goes on it to compliment that content."
This has also been cited to http://www.w3schools.com/
So I suppose my question is, is it possible to instead of allowing users to use HTML (which could potentially change the site itself done incorrectly) to allowing users to use CSS? Since CSS is a compliment to HTML, I can see it having the same results, just with being able to lay down the boundaries of what a user can and can't do.
I'm not sure if there's some kind of plugin or addon that allows us to use HTML, and if there's a way to swap it with CSS. So, I figured I should ask to clear that up.
Anyways, I am not completely literate in HTML nor CSS, but in attempts to learn, I've looked up the differences between the "languages."
This is taken from http://www.codingdojo.com/blog/html-vs-css-inforgraphic/
"Quite simply, HTML (Hypertext Markup Language) is used to create the actual content of the page, such as written text, and CSS (Cascade Styling Sheets) is responsible for the design or style of the website, including the layout, visual effects and background color."
"HTML (Hyper Text Markup Language) was created to help programmers describe the content on a website like <this is a heading>, <this is a paragraph>. HTML uses tags to help you add paragraphs, headers, pictures, bullets and other pieces of structure. Just like you would write something on a word document, HTML helps you write something on a website."
"Created to compliment HTML, CSS (CascadingStyle Sheets) is what makes a website look and feel amazing. Presentation and ease of use have been some of the qualities CSS has brought to web development. It is more involved with changing a websites style rather than its content. Kind of like changing the font size, font color and positioning on a word document. CSS is in charge of the way the content looks on a page and what else goes on it to compliment that content."
This has also been cited to http://www.w3schools.com/
So I suppose my question is, is it possible to instead of allowing users to use HTML (which could potentially change the site itself done incorrectly) to allowing users to use CSS? Since CSS is a compliment to HTML, I can see it having the same results, just with being able to lay down the boundaries of what a user can and can't do.
I'm not sure if there's some kind of plugin or addon that allows us to use HTML, and if there's a way to swap it with CSS. So, I figured I should ask to clear that up.