Notes on Style Guide in Weblfow
The HTML <style> element contains style information for a document, or part of a document. It contains CSS, which is applied to the contents of the document containing the <style> element. (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/style)
Inside the <style> element you specify how HTML elements should render in a browser. (https://www.w3schools.com/tags/tag_style.asp)
Also see "HTML tags - Use HTML element tags to control the default styling for a particular element type." at webflow.com - https://university.webflow.com/lesson/html-tags, and watch the tutorial video: https://youtu.be/1HlU4tjxsQI
I must use html style tags as much as possible to style such items as listed below:
Comments
Post a Comment