Search
 
SCRIPT & CODE EXAMPLE
 

HTML

write code faster in vscode

1-type ".container" without quotation then press tab. The result is
<div class="container"></div>
2-type "h1#container" without quotation then press tab. The result is
<h1 id="container"></h1> 
3-type "div>h1" without quotation then press tab. The result is
<div>
  <h1>
  </h1>
</div>
4-type "a[href="#"]" without quotation then press tab. The result is
<a href="#"></a>
5-type "p{Hello World!}" without quotation then press tab. The result is
<p>Hello World!</p>
Comment

PREVIOUS NEXT
Code Example
Html :: custom elements cannot query slot tags html5 
Html :: w3 
Html :: c++ compile syntax error 
Html :: what is base_body.html in open edx 
Html :: bootstrap modal delay closing on click outside 
Html :: how to put more than one javascript function in an html tag 
Html :: wie heilt man Cholesteatom 
Html :: show title combox check box wpf 
Html :: livewire wire loading remove attribute 
Html :: how to make an ion-label word wrap 
Html :: space html code 
Html :: html form meta data for image encryption 
Html :: copy the text html 
Html :: how to use div in html 
Html :: beatify html 
Html :: animate html 
Html :: html games for mobile 
Html :: html web page examples with source code 
Css :: how to blur background color in css 
Css :: css rotate 90 deg 
Css :: increase the size of an image on hover using css 
Css :: remove styling from a tag 
Css :: stop selection css 
Css :: text gradient css 
Css :: @media 
Css :: instagram gradient css 
Css :: css image round 
Css :: css avoid line break in span 
Css :: css text transform 
Css :: how to make img cover parent div 
ADD CONTENT
Topic
Content
Source link
Name
9+8 =