🔰selectors
div /* tag name selector: <div> */
#nav /* id selector : id="nav" */
.warning /* class selector : class="warning" */
Last updated
Was this helpful?
div /* tag name selector: <div> */
#nav /* id selector : id="nav" */
.warning /* class selector : class="warning" */
Last updated
Was this helpful?