Let's look a CSS selector example for element selectors: /* selecting all h3 elements */ h3 { text-align: center; color: blue; } ...
確定! 回上一頁