Substring Matching Attribute Selectors

You want to use the begins with selector provided in the Substring Matching Attribute Selectors of CSS3.

Which of these is an appropriate way to do so?

Options

1.[att^=val]

2.[att$=val]

3.[att*=val]

4.[att%=val]

Related Posts