Should I put quotes around attribute values or not?
Answer / guest
It depends. It is never wrong to use them, but you don't
have to if the attribute value consists only of letters,
digits, periods and/or hyphens. This is explained in the
HTML 2.0 specs.
Oh, and keep in mind that if you use double quotes, you
should escape any quotes inside the value with """ so you
don't accidentally terminate the value prematurely.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the anchor tag?
What is an empty tag in html?
What are deprecated tags?
What is the article title?
What is an anchor tag?
What is text tag in html?
How do you create a title tag?
How do I create a hyperlink?
What happens if there is no text between the tags? Does this affect the display of the html file?
What is tr and td in html?
hi, What will be the connection string coding while developing one web page and the back end of HTML web page is Open Office Base (database). Also what will be insert query if we want to add value of field in a table, field is present on HTMl page. Thx in advance
In how many ways can a heading be written in html?