[go: up one dir, main page]

0% found this document useful (0 votes)
17 views1 page

HTML Shortcuts

The document provides a series of keyboard shortcuts for writing HTML templates and tags efficiently. It includes instructions for creating multiple tags, adding classes and IDs, using multicursors, moving lines, and duplicating content. These shortcuts aim to enhance productivity in coding HTML.

Uploaded by

wajeehazia12
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views1 page

HTML Shortcuts

The document provides a series of keyboard shortcuts for writing HTML templates and tags efficiently. It includes instructions for creating multiple tags, adding classes and IDs, using multicursors, moving lines, and duplicating content. These shortcuts aim to enhance productivity in coding HTML.

Uploaded by

wajeehazia12
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

1- For writing whole template (!

then hit enter)


2- To write any tag with its closing tag type the name of that tag then hit enter
a then hit enter
p then hit enter
3- If you want to write multiple tags at once type (name of tag*amount)
(h1*5)---> 5 h1 tags will be created
4- If you want to write class
(tag_name.class_name then hit enter) ----> div.wajee (a class of name wajee will
be created)
5- If you want to write id
(tag_name#id_name then hit enter) ---> p#mypara
6- To create multicursors (hold alt key and tap whereever you want to write the
same line)
7- To move any line above and below (select the line, hold alt and move whereever
you want)
8- To duplicate something (shift+alt & ddown arrow)
9-

You might also like