Test 030

Select elements with selectors instead of classes.

R:

1: use classname to select

A hyphenation algorithm is a set of rules that decides at which points a word can be broken over two lines with a hyphen.

A hy|phen|ation al|go|rithm is a set of rules that de|cides at which points a word can be bro|ken over two lines with a hy|phen.

2: use id to select

A hyphenation algorithm is a set of rules that decides at which points a word can be broken over two lines with a hyphen.

A hy•phen•ation al•go•rithm is a set of rules that de•cides at which points a word can be bro•ken over two lines with a hy•phen.

3: use element and id to select

A hyphenation algorithm is a set of rules that decides at which points a word can be broken over two lines with a hyphen.

A hy·phen·ation al·go·rithm is a set of rules that de·cides at which points a word can be bro·ken over two lines with a hy·phen.

4: use siblings to select

A hyphenation algorithm is a set of rules that decides at which points a word can be broken over two lines with a hyphen.

A hy⁄phen⁄ation al⁄go⁄rithm is a set of rules that de⁄cides at which points a word can be bro⁄ken over two lines with a hy⁄phen.


Test Ref