Showing posts with the label css-selectors

Multiple Selectors # 05

Multiple Selectors In order to make CSS more concise, it's possible to add CSS styles to multip…

Chaining selectors # 03

Chaining Selectors When writing CSS rules, it's possible to require an HTML element to have two…

The style tag # 02

The style Tag <head>     <style>          p {               color: red;               f…

Inline styles # 01

Inline Styles To style an HTML element, you can add the style attribute directly to the opening ta…

Load More That is All