List of code textbooks
the many different facets of development
the many different facets of development
reviewing the start-up process for web development projects
getting that first webpage working
getting that first webpage working
writing notes while structuring webpages
defining the objects of a web page
describing the objects of a web page
dividing up a webpage with "container tags" (other names for <div>)
organizing similar records of data together on a webpage
adding user interactivity to a webpage
adding non-alpha/numeric text
styling a website using a design language
ways to add styling to an HTML page
targeting a group of elements on a webpage
working with font hues and other light attributes
managing the spacings of visual HTML objects with CSS
determining how we arrange something on a browser window
avoiding browser defaults with the * (global) selector
adjusting our stylesheets for differently-sized screens
positioning elements in flexible containers
positioning layouts into rows and columns
introducing the programming language of the internet
getting started with JavaScript on a webpage
documenting code with some comments and whitespace
using the browser's console as a code playground
summarizing the building blocks of web app data
looking at and manipulating plain text in JavaScript
looking at and manipulating numbers in JavaScript
storing data into named containers
differentiating const + let + var when declaring variables