📜  在 vscode 中更快地编写代码 - Html 代码示例

📅  最后修改于: 2022-03-11 14:53:06.832000             🧑  作者: Mango

代码示例1
1-type ".container" without quotation then press tab. The result is
2-type "h1#container" without quotation then press tab. The result is

3-type "div>h1" without quotation then press tab. The result is

4-type "a[href="#"]" without quotation then press tab. The result is 5-type "p{Hello World!}" without quotation then press tab. The result is

Hello World!