You selected: Col
Choose your own style!
Select script type
$<!-- Your Topic +-----------------------+-------------------------+-------------------------------------------------------------------------------+ | Selector | Example | Description | +-----------------------+-------------------------+-------------------------------------------------------------------------------+ | .class | .book-title | Selects all elements with class='book-title' | | | | | | #id | #author | Selects the element with id='author' | | | | | | :nth-last-child(n) | p:nth-last-child(2) | Selects every <p> element that is the second child of its parent, | | | | counting from the last child | | | | | +-----------------------+-------------------------+-------------------------------------------------------------------------------+ -->
<!--
Your Topic
+-----------------------+-------------------------+-------------------------------------------------------------------------------+
| Selector | Example | Description |
+-----------------------+-------------------------+-------------------------------------------------------------------------------+
| .class | .book-title | Selects all elements with class='book-title' |
| | | |
| #id | #author | Selects the element with id='author' |
| | | |
| :nth-last-child(n) | p:nth-last-child(2) | Selects every <p> element that is the second child of its parent, |
| | | counting from the last child |
| | | |
+-----------------------+-------------------------+-------------------------------------------------------------------------------+
-->