VS code Flashcards
Comment short in HTML is
Ctrl + /
! shortcut in VS is used for ______
to write default html syntax template
Also Known as Boiler plate
ctrl + enter is used in VS ______
to jump to next line
input: shortcut in VS html to show _______
<input type=”email” name=”” id=””
div tab shortcut to show___
<div></div>
span.redbg shortcut ____
span#main shortcut____
span class=”redbg”
span id=”main”
.dot is for class and # is for Id
main shortcut ____
.redbg shortcut____
div class=”redbg”
div id=”main”
.dot is for class and # is for Id
lorem34 +tab
to generate random texts
link:css is used for _______
link rel=”stylesheet” href=”style.css”
!important in CSS used to ________
preferred property
Alt + Z is used to _______
word wrap
setting<command Pallete<word wrap