I am wondering how to go from html formatted tags to CSS. The Html is
Ball: <input type=text name=BL size=5 value=5>
The CSS I have so far is:
#info input[type=text]{}
My goal would be as little html as possible.
Thanks 🙂
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.
Not entirely sure what your goal is, but you can set it up like:
And control it with CSS: