en 〉
Coding / Programing 〉
HTML 〉
How to specify the HTML document type - Doctype declaration

<!DOCTYPE html> at the first line of the HTML code.<!DOCTYPE html>
<html>
<head>
...
</head>
<body>
...
</body>
</html>

HTML
How to define web page title in HTMLπ HTML

How to add comments in HTML codeπ HTML

How to add comments in HTML codeπ HTML