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