C
C
CAMOBAP4UK2020-06-26 18:17:47
Visual Studio Code
CAMOBAP4UK, 2020-06-26 18:17:47

How to quickly create a document?

How to quickly create markup for html document? I remember that somehow through an exclamation point, but today I realized that I forgot)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2020-06-26
@CAMOBAP4UK

Option 1
5ef61d5c5665f537639031.gif

Option 2
5ef61d6299e65145763341.gif

After entering the Emmet abbreviation, press Enter or Tab

A
Anton, 2020-06-26
Semenov

Copy-paste this:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    
</body>
</html>

But if something !+tab

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question