Answers for "add span to css"

0

set span text

$("#spanID").text('your text');
Posted by: Guest on May-23-2020
1

css style to all span tags

span {
  /* add custom styling here */
}
Posted by: Guest on June-12-2021

Browse Popular Code Answers by Language