VS code shortcuts I use when writing my HTML code Β π
Thread π§΅
Thread π§΅
1) Ctrl + !
Use to generate HTML structure
Use to generate HTML structure
2) div.classname
To write div with class name
Example :
div.first π
<div class="first"></div>
To write div with class name
Example :
div.first π
<div class="first"></div>
4) tag*number of requirement
It's use when you need more than on similar tag
Example: We need 3, <ul></ul> tags then we write
ul*3 π
<ul></ul>
<ul></ul>
<ul></ul>
Similarly you can do for others tag.
It's use when you need more than on similar tag
Example: We need 3, <ul></ul> tags then we write
ul*3 π
<ul></ul>
<ul></ul>
<ul></ul>
Similarly you can do for others tag.
5) tag>childtag
When we need a tag and a another tag in that tag then we use that shortcut
Example: We need a ul tag and in ul tag we need a li tag then we write
ul>li π
<ul>
<li></li>
</ul>
When we need a tag and a another tag in that tag then we use that shortcut
Example: We need a ul tag and in ul tag we need a li tag then we write
ul>li π
<ul>
<li></li>
</ul>
I know most of you guys know all the shortcuts but it's only for beginners' level.
End thread π§΅
End thread π§΅
If this threadπ§΅ helpful for you then
1. Do Retweet π the FIRST TWEET.
2. Follow me and turn on notifications: @personalvipin
Thank you β£οΈ
1. Do Retweet π the FIRST TWEET.
2. Follow me and turn on notifications: @personalvipin
Thank you β£οΈ
Note :
1) it's not Ctrl + !
It's shift + !
My mistake
Sorry π
1) it's not Ctrl + !
It's shift + !
My mistake
Sorry π
Loading suggestions...