<!DOCTYPE html> This is actually not an HTML tag. It tells the web browser which verson of HTML you are using.
<!DOCTYPE html>
<!DOCTYPE html> indicates that you are using HTML5.
<!DOCTYPE html> should always be the first line of your HTML document. It is important for the web browser to know what version of HTML you are using, so your content is appropriately displayed.