Is this possible? Basically, I want to be able to set up a tag that says “within this tag, a-z go into italics, but nothing else does.” Or similarly for a-z and A-Z.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
CSS is meant to style the structure of the page not the content of the page directly.
This being said, there are a couple of ways around it (obviously):
<i>,<span>,<em>,<dfn>,<var>,<cite>There is no way to pick specific characters using CSS.