HTML5 miniguide

HTML5 miniguide Copyright © 2023 by Robert Wang In this miniguide, we’ll explore HTML5, the latest version of the Hypertext Markup Language. HTML5 introduces new features and improvements for building modern and interactive web pages. Let’s dive in! Sample code: https://github.com/robertluwang/hands-on-javascript Table of Contents Introduction to HTML5 Setting Up Your …

CSS miniguide

CSS miniguide Copyright © 2023 by Robert Wang Introduction to CSS Sample code: https://github.com/robertluwang/hands-on-javascript What is CSS? CSS, or Cascading Style Sheets, is a language used for describing the look and formatting of a document written in HTML. It allows you to control the appearance of web pages, including layout, …

Javascript miniguide

Javascript MiniGuide Copyright © 2023 by Robert Wang Welcome to the JavaScript MiniGuide, a concise resource designed to help you quickly grasp the fundamental concepts of JavaScript programming. You might wonder why this MiniGuide was created when there are already so many comprehensive JavaScript resources out there. The answer is …