Do I need to wrap a tag (a href=”#”) in a <p> tag? I guess it can be wrapped in any block level element like div but I’m not sure.
Do I need to wrap a tag (a href=#) in a <p> tag? I
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.
It is an inline element and doesn’t have to be wrapped anywhere.
The page body is already a block-level element, so anything you have inside it is respectively wrapped by it.