col1col2col3
SelectorExampleDescription
.class.book-titleSelects all elements with class='book-title'
#id#authorSelects 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

You selected: Col

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                              |
 |                              |                                |                                                                                                        |
 +-----------------------+-------------------------+-------------------------------------------------------------------------------+
-->

Notepad Table ๐Ÿฑโ€๐Ÿš€

text โ‡Œ table convertor...