Sublime Text quickly generate initial structure html document.

Input!, Press tab or ctl + e, to generate the following infrastructure.

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Document</title>
</head>
<body>
	
</body>
</html>

Extended command:

html:! 5 or to generate structures HTML5

html: xt generate HTML4 Transitional

html: 4s generate HTML4 Strict

 

 

Published 27 original articles · won praise 1 · views 973

Guess you like

Origin blog.csdn.net/jason156/article/details/104075674