HTML stands for hyper text mark up language
tagging language or formatting not computer coding
mots tags are put inside angle brackets (greater than less than sign)s
<<>
every web page starts with
< html >and ends < /html >
All heading information is with the < head > tag\
Within the < head > tag, put the title tag. the title will show up on the browser bar tab.