Cascading Stylesheet is used to describe the style of HTML document.CSS Example:-h1{ text-align:center; color:#fff; } p { font-size: 20px; font-family: arial; }Types of CSSInternal CSSExternal CSSInline CSSInternal CSSInternal CSS is use between …
Cascading Stylesheet is used to describe the style of HTML document.
CSS Example:-
h1{ text-align:center; color:#fff; } p { font-size: 20px; font-family: arial; }
Types of CSS
Internal CSS
Internal CSS is use between …
Sometimes we need to don’t show some part in output but we do not want to delete in source code so we use to comment. In this article, you will learn How to Create Comment in HTML and CSS.…