CSS - Cascading Style Sheets
Even so it is possible to specify how HTML elements will look like in the HTML placing styling information in HTML document itself is probably not a good idea. For example if body font size needs to be increased, then a person needs to visit every page and make adjustment there. To separate HTML elements from how these elements should look like CSS (CSS stands for Cascading Style Sheets) was implemented. CSS separate how the HTML elements will look like from the content. It is possible to link external CSS file to HTML page. This usually done via adding link section pointing to the CSS file in the head section of HTML file. Please not to forget to point all of the HTML files that need this style to this document.
Comments
Post a Comment