0
When i am coding with HTML5 in notepad++, what do i need to add (coding lines) and where?
before the html opening tag? after? please help me...
1 Resposta
+ 1
<DOCTYPE! html>
<html>
<head><title></title>
</head>
<body>
<p>
</p>
</body>
</html>