웹사이트 & 브라우저

이은서·2024년 3월 25일

웹개발

목록 보기
1/5

가장 기본적인 웹사이트 is made up of title, text, image

Go to - "View-Developer-View Source"
↪"Website is just Text"; a text file

if we write the correct text in the correct places, we would be able to make a website on our own: just a textfile!

if i copy the textfile and print it, nothing will happen because nobody understands it.

but if i were to give the textfile to the browser, the browser will understand the textfile and produce the website that we see

when we make a website, we don't actually make a website; the browser makes the website for you. the browser understands your code. the browser looks at your code and generates graphic representations of that code.

the browser does all the work. what we developers have to do is to learn what type of text we should write, and where to put that text.

so websites are basically just textfiles. now, what kinds of texts are they?

0개의 댓글