Prashanth.P Posted March 19, 2021 Share Posted March 19, 2021 This is your code. <p title=About W3Schools>You cannot omit quotes around an attribute value if the value contains spaces.</p> and this is the correct code. <p title="About W3Schools">You cannot omit quotes around an attribute value if the value contains spaces.</p> Link to comment Share on other sites More sharing options...
Joshua Swafford Posted March 22, 2021 Share Posted March 22, 2021 On 3/19/2021 at 4:55 AM, Prashanth.P said: This is your code. <p title=About W3Schools>You cannot omit quotes around an attribute value if the value contains spaces.</p> and this is the correct code. <p title="About W3Schools">You cannot omit quotes around an attribute value if the value contains spaces.</p> 1. Who are you talking to? 2. What is the point of giving <p> or <hx> a title? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now