From the course: Introduction to Web Design and Development
Unlock the full course today
Join today to access over 24,000 courses taught by industry experts.
Understanding web browsers
From the course: Introduction to Web Design and Development
Understanding web browsers
- A web browser is the software you use to see websites. There are many names, but you might be most familiar with Firefox, Chrome, Safari, Edge and Internet Explorer. There are other browser packages out there, but these are the ones that are most used. A browser is designed to communicate with the web server, request pages, receive those pages, and display the code, images, video, audio, and other assets received inside of a webpage. Browsers understand only three types of code; HTML, CSS, and JavaScript. We'll go through these technologies in a later chapter. For now, these technologies work together to create a beautiful, meaningful, interactive webpage. The W3C, the World Wide Web Consortium, writes the standards for HTML, CSS and JavaScript among other technologies. The specifications describe exactly how the code should work and function. The browser manufacturers should follow these specifications exactly so all webpages work the same way. Furthermore browsers may display…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.