<GoBack #Here are some reading notes for our HTML lecture
what is html? html stands for hypertext markup language and it is used as the foundation for every website. essentially, it is the content of your webpage
HTML consists of elements and tags, which you enclose, wrap, and title. For example if you wanted your website to have a sentence saying
‘the cat is very cool’
you would write

HTML uses “markup” to annotate text, images, and other content for display in a Web browser.
HTML markup includes special “elements” such as head>, title>, body>, header>, footer>, article>, section>, p>, div>, span>, img>, aside>, audio>, canvas>, datalist>, details>, embed>, nav>, output>, progress>, video>, ul>, ol>, li> and many others.