Jump to content

Your code is incorrect


Prashanth.P

Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...