Answers for "ass-1"

0

ass-1

/* Any Element With Class Title */
.title {
}

/* Any Element With ID nav */
#nav {
}

/* Any Element With Div Selector */
div {
}

/* Any Element With H2 Selector */
h2 {
}
Posted by: Guest on March-14-2022

Browse Popular Code Answers by Language