- Hyper Text Markup Language
- HTML is a markup language that web developers use to structure and describe the content of a webpage
- HTML consists of elements that describe different types of content: paragraphs, links, headings, images, video, etc.
- Web browsers understand HTML and render HTML code as websites
History of HTML
HTML5
-new element (Tags)
-nem attribute
-audio & vedio
-animation
-drag and drop
-graphic (SVG - Canvas"javascript")
-offline data (IndexDb - Web Sql)
------------------------
-web worker (Multi Threading)
-web socket (WS ==> 2 Way Protocol) - Signal R
-geolocation
-xml http request (ajax)
<article>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</article>