Thursday, January 10, 2019

HTML CSS

HTML CSS :    

CSS stands for Cascading Style Sheets , it defines how HTML elements are to be displayed.

It can be added to HTML elements in 3 ways:     

1.Inline - using a style attribute in HTML elements.
2.Internal - using a <style> element in the HTML <head> section.
3.External - using one or more external CSS files.

SYNTAX:-  

element { property:value ; property:value }


No comments:

Post a Comment

Internal Javascripts

Internal Javascripts :    The script code can be written directly into the HTML document. script code is placed in header of the docume...