Horje
How to create HTML Single or Double Quotes

Double quotes around attribute values are the most common in HTML, but single quotes can also be used.

In some situations, when the attribute value itself contains double quotes, it is necessary to use single quotes:


Sample of HTML Single or Double Quotes


<p title='John "ShotGun" Nelson'>

Or vice versa


 <p title="John 'ShotGun' Nelson"> 





Related Articles
HTML Attributes HTML Attributes
How to create HTML href Attribute HTML Attributes
How to create HTML src Attribute HTML Attributes
How to create HTML width and height Attributes HTML Attributes
How to create HTML alt Attribute HTML Attributes
How to create HTML style Attribute HTML Attributes
How to create lang Attribute HTML Attributes
How to create HTML title Attribute HTML Attributes
How to create HTML Single or Double Quotes HTML Attributes
HTML Headings HTML Attributes
How to create HTML Headings HTML Attributes
Headings Are Important HTML Attributes
How to create HTML Bigger Headings HTML Attributes

Single Articles
Sample of HTML Single or Double Quotes HTML Attributes
Or vice versa HTML Attributes

Category :
Web Tutorial
Sub Category :
HTML Attributes
Uploaded by :
Admin


Read Article
https://horje.com/learn/1434/reference