I have a website that I am developing using CSS3 and I have h1 tag for the title:
h1
main title
Now I want t
No, there is not. Only ::first-letter and ::first-line exist in CSS. Anything else must be done manually with an element (e.g. span).
::first-letter
::first-line
span
Note: Neither ::first-word nor ::last-word are planned, at least not in the Selectors level 4 spec.
::first-word
::last-word