Basic HTML structureInput !+Enter <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> </head> <body> </body> </html> Generate shortcut keys for div plus class nameInput div.list>div.item_$*6 <div class="list"> <div class="item_1"></div> <div class="item_2"></div> <div class="item_3"></div> <div class="item_4"></div> <div class="item_5"></div> <div class="item_6"></div> </div> Div with class nameEnter div.wrapper <div class="wrapper"></div> div with iddiv#wrapper <div id="wrapper"></div> property[]span[title="test"] <span title="test"></span> Descendants>Type div>span>a <div><span><a href=""></a></span></div> Brothers+div+p+span <div></div> <p></p> <span></span> Superior^div>span^i <div><span></span></div> <i></i> multiplication*ul>li*2 <ul> <li></li> <li></li> </ul> text{}div>span{this is test} <div><span>this is test</span></div> Self-increment symbol $ul>li.list_${list $}*3 <ul> <li class="list_1">list 1</li> <li class="list_2">list 2</li> <li class="list_3">list 3</li> </ul> ul>li.item$@3*3 “@3” (indicates counting starts from 3) <ul> <li class="item3">list 1</li> <li class="item4">list 2</li> <li class="item5">list 3</li> </ul> Implicit Conversion.class <div class="class"></div> ul>.item <ul> <li class="item"></li> </ul> table>.row>.col <table> <tr class="row"> <td class="col"></td> </tr> </table> This is the end of this article about how to quickly generate HTML code in Sublime/VSCode. For more information about how to quickly generate HTML in VSCode, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! |
<<: Sample code for displaying a scroll bar after the HTML page is zoomed out
>>: Implementation of HTML sliding floating ball menu effect
Install virtualization software Before installing...
Table of contents 1. Installation 2. Introduction...
Sometimes it’s nice to see some nice scroll bar e...
If I want to make the form non-input-capable, I se...
Password Mode PDO::__construct(): The server requ...
Table of contents 1. Achieve results 2. Implement...
If you are using the latest Ubuntu Server version...
Today, it suddenly occurred to me that it would be...
This article introduces the effect of website pro...
Preface Slow system calls refer to system calls t...
Table of contents Preface 1. Technical Principle ...
Table of contents 1. Document.execCommand() metho...
Preface Before leaving get off work, the author r...
1. First, generate the public key and private key...
Application Scenario Taking the background manage...