shortcut for html code
So I am wondering if there is a quick shortcut to get html skeleton code? I know in vsc you simply type "!" + TAB
Thanks in advanced!
Coder100
Hello, the code is usually auto-generated in an HTML
repl, however in any other places, unfortunately, there isn't anything for that. Until repl.it gets something like emmet, you'll just have to make do.
Mark this answer as correct if it has helped you!
i dont think you can, but on repl.it you automatically have some code when you make a
HTML
repl: sometags
, and theCSS
andJS
pages already linked.hope this helps! =)
@Bookie0 Thank you! I found, if you just create a new repl you can just copy and paste code👍
ok cool,
and thanks fro selecting my answer ;) @MartinGarcia2