1278 Views
This is not supposed to be a computer science networks class, but you may remember that data is sent over the internet as "packets" sized in bytes. The point I'm trying to make is that when you write some HTML, CSS and JS, and attempt to open the HTML file in your browser, the browser reads the raw bytes of HTML from your hard disk (or network).
0 comments