VS code Flashcards

1
Q

Comment short in HTML is

A

Ctrl + /

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

! shortcut in VS is used for ______

A

to write default html syntax template

Also Known as Boiler plate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

ctrl + enter is used in VS ______

A

to jump to next line

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

input: shortcut in VS html to show _______

A

<input type=”email” name=”” id=””

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

div tab shortcut to show___

A

<div></div>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

span.redbg shortcut ____

span#main shortcut____

A

span class=”redbg”

span id=”main”

.dot is for class and # is for Id

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

main shortcut ____

.redbg shortcut____

A

div class=”redbg”

div id=”main”

.dot is for class and # is for Id

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

lorem34 +tab

A

to generate random texts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

link:css is used for _______

A

link rel=”stylesheet” href=”style.css”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

!important in CSS used to ________

A

preferred property

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Alt + Z is used to _______

A

word wrap

setting<command Pallete<word wrap

How well did you know this?
1
Not at all
2
3
4
5
Perfectly