View Single Post
Old 12-12-2017, 11:24 PM   #2
valeriewalker
Registered User
 
Join Date: Nov 2017
Location: USA
Posts: 7
The CSS code can be implemented in three ways -
-Inline: Style attribute can be used to have CSS applied HTML elements.
-Embedded: The Head element can have a Style element within which the code can be placed.
-External - external CSS implementation is done by creating a separate CSS file in your workspace and then linking them to every web page you create.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|

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