View Single Post
Old 01-03-2017, 10:18 PM   #114
Claire_Anderson
Registered User
 
Join Date: Aug 2016
Posts: 40
HTML is used to create the contents of the webpage and CSS is used to adding styles on the web pages like font size, text color, spacing etc. There are three types of CSS:

1. External Cascading Style Sheet:
In External Cascading Style Sheet, you create separate CSS file and write the CSS code in that file.

2.Internal Cascading Style Sheet:
In Internal Cascading Style Sheet, You write the CSS code in the head section of HTML code. which makes it easier to apply styles likes classes to reuse the code.

3. In line Cascading Style Sheet:
The Inline style is specific to the tag itself. The inline style uses the HTML "style" attribute to style a specific tag
__________________
Claire

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Claire_Anderson is offline   Reply With Quote