Search
 
SCRIPT & CODE EXAMPLE
 

HTML

how to use html shortcuts

div#div-id <!-- Create a div element with the id: div-id --> 
div.div-class <!-- Create a div element with the class: div-class -->
div*10 <!-- Create 10 div elements -->
div{CSS} <!-- Create a div element with innerHTML: 'CSS' -->
div+span <!-- Create a div element and a span element -->
div>div <!-- Create a parent div element with a child div element -->
div[onclick] <!-- Create a div element with the onclick attribute -->
$ <!-- When you combine it with the innerHTML & multiply or with --> 
  <!-- the id & class shortcuts it's really useful -->

<!-- Example --> div#div-${$}*3
<div id="div-1">1</div>
<div id="div-2">2</div>
<div id="div-3">3</div>

<!-- You can also combine them: -->
div#ABC.div-class>span{This is how to save time when coding HTML}+p{shortcuts}

<!-- this will generate: -->
<div id="ABC" class="div-class">
  <span>This is how to save time when coding HTML</span>
  <p>shortcuts</p>
</div>

<!-- These shortcuts work in VScode and for other code editors im not sure -->
Comment

html shortcut

write "!" and then this will show hint for HTML code then press "Enter" button to make starter template of HTML
Comment

PREVIOUS NEXT
Code Example
Html :: input date de naissance 
Html :: developer html template 
Html :: link html code 
Html :: convert web to application 
Html :: vuejs @change only one time 
Html :: add .class to another class html 
Html :: <hr 
Html :: html.raw to list model 
Html :: html random texrt 
Html :: amazon type search box html css 
Html :: nastro adesivo termico 
Html :: Html Count div tags any website 
Html :: how to make a title bar logo html 
Html :: h1Inne1rHtml is not defined at main 
Html :: asciidoc anchor 
Html :: can i use html in android studio 
Html :: 360 degree rotate image website code 
Html :: macbook boot in verbose mode 
Html :: Open the image after clicking on the text with the effect in html 
Html :: Adding multiple audio content in HTML5 
Html :: image 
Html :: html. strong 
Html :: how to put custom tab name in html 
Html :: remove html between 2 tags javas 
Css :: placeholder font size css 
Css :: remove styles button 
Css :: css image transform flip mirror 
Css :: css bold text 
Css :: new line in url 
Css :: create a specific form size and center in css 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =