M1 - Assess different implementation styles
In this blog I will be assessing CSS and the different implementation
styles that are used within CSS coding which are Internal, External and Inline.
I will provide you with clear explanations, examples and the
advantages/disadvantages of each of the style sheets.
CSS (Cascading Style Sheets): this is basically codes which are used to produce
and design web page appearance and also include adding text to the page. They
are mainly used to design web pages for the internet and codes within the style
sheet are written up in a“mark-up language”.
The elements within HTML are displayed by Styles and all the HTML tags
have CSS built within them. CSS. CSS is basically designed to separate the
content of a web page from its presentation which include elements such as
“colors”, fonts and the layout. The documents consists of different tags which
are used to create what has been displayed on the screen, bellow is an example
of some of the tags
There are three main implementation of CSS style sheets that I will explain
as well as giving you advantages and disadvantages for each one. The three that
I will explain are below:
External style sheets
Internal style sheets
Inline style sheets