Inline style-inlinecss.html style code inline into markup using style as attribute, style statement as attribute value
For example: Control <table> mark border style is not collapsed
Inline style features look intuitive for individual element control and traditional appearance control methods no essential differences are not recommended
Embed style-internalcss.html inserting style code into a page using the <style> tag is generally inserted into the
such as:
<STYLE>CSS Statement </style>
Features the CSS statement is written directly in the HTML document, but it is independent, easy to maintain and modify only for an HTML document Set code is part of the HTML document, not using the browser's caching mechanism
The-externalcss.html style file controls the page through an external style file external style files connect to an HTML document via the HTML link element
Using-HTML.HTML/HTML.CSS to create an external style file (. css) outside of a style file cannot contain any HTML markup style sheet files like
Features when the style is applied to a lot of pages, it is recommended to use external style sheet for Web page creator to use external style sheet, when changing the appearance of the whole site, only need to change a file most browsers will save the external style sheet in the buffer, so if the style sheet in the buffer avoids the delay in the display page In the actual development of the general use of the outer style
CSS Basics 1