1. Lao Zi is a respectful address term given to him, his real name is ___ .
A: Li Yang
B: Li Cong
C: Li Er
A: Li Yang
B: Li Cong
C: Li Er
举一反三
- Many a time()given me good advice. A: has Lao Li B: Lao Li has C: will Lao Li D: would Lao Li
- What is Li Ming's given name? A: Li B: Ming C: Li Ming
- You can address an acquaintance like “ Lao Li”.
- HTML: <ul> <li>1</li> <li>2</li> <li>3</li> </ul> <ul> <li>A</li> <li>B</li> <li>C</li> </ul> CSS: li:nth-child(1){ color:red; } 哪些元素变为红色?
- HTML:<;ul>;<;li>;1<;/li>;<;li>;2<;/li>;<;li>;3<;/li>;<;/ul>;<;ul>;<;li>;A<;/li>;<;li>;B<;/li>;<;li>;C<;/li>;<;/ul>;CSS:li:nth-child(1){color:red;}哪些元素变为红色? A: 1 B: A C: 1和A D: 没有元素变为红色