KHAN ACADEMY INTRO TO HTML Welcome to the Web! ((What is the Web?)) -WEB: A bunch of connected computers that have websites. -SERVER: When a computer is connected to the web & "serving" a website ** -HTML: for marking up the website content -CSS: for styling - JS: for making it interactive ** -CLIENTS: devices (laptop, smart phone, etc) ((HTML Basics)) starts every webpage, & signals that the site is written in modern HTML. **** comes right after DOCTYPE and needs to contain every other tag in the webpage helps the browser render the page but doesn't contain anything the user actually sees (no end tag) is for "common characters" like from the English language, rather than harder to render characters like from other writing systems (ex. given: Arabic) decides the title of the page in the browser, shown in tabs, bookmarks, & search results starts what's actually shown on the webpage headlines range from

(most important / biggest) to
(least important / smallest)

is for paragraphs


(no end tag)* is for line breaks, as browsers ignore line breaks in the HTML itself *no end tag because line breaks contain no content