Programming The World Wide Web Robert Sebesta Pdf Better < 480p · 2K >
Table of Contents
Target Audience
This content is ideal for:
- Understanding the Document Object Model (DOM)
- Using JavaScript to interact with the DOM
- Creating dynamic web pages with JavaScript and the DOM
Published in 2017, "Programming the World Wide Web" is a comprehensive textbook that covers the fundamental concepts and technologies used in web development. The book is written by Robert W. Sebesta, a renowned expert in the field of computer science and web development. The book's primary focus is on teaching readers how to design, implement, and manage web applications using a variety of programming languages, including HTML, CSS, JavaScript, and server-side languages like PHP and Java. programming the world wide web robert sebesta pdf
- University students taking a Web Programming 101 course.
- Beginners who want a theoretical foundation rather than just a crash course in coding.
- Developers looking to understand the history and "under the hood" mechanics of the web.
- Introduction to the World Wide Web
- Basic HTML
- HTML5: The Basics
- HTML5: Graphics and Media
- CSS: The Basics
- CSS: Layout and Design
- JavaScript: The Basics
- JavaScript: Object-Oriented Programming
- JavaScript and the DOM
- Server-Side Programming: PHP
- Server-Side Programming: Java Servlet
- Database Systems
- Ajax and XML
- HTML (Hypertext Markup Language): HTML is the standard markup language used to create web pages. It provides the structure and content of a web page, including headings, paragraphs, images, links, and forms.
- CSS (Cascading Style Sheets): CSS is a styling language used to control the layout and appearance of web pages. It allows developers to separate presentation from content, making it easier to maintain and update web pages.
- JavaScript: JavaScript is a programming language used to add interactivity to web pages. It allows developers to create dynamic effects, animate elements, and respond to user interactions.
- Server-side Programming: Server-side programming involves writing code that runs on a web server, generating dynamic content, and interacting with databases.
Client-Side: HTML/XHTML, CSS, and JavaScript (including the Document Object Model and Ajax). Table of Contents Target Audience This content is
- Introduction to HTML and its importance in web development
- Basic HTML syntax and structure
- Understanding HTML elements, tags, and attributes
- Creating a basic HTML document