Pages about HTML
-
The State of Frontend Web Development in 2021
2021 in frontend web dev saw Tailwind CSS, Next.js, and Deno rise in popularity, with Svelte making strides and Web Vitals becoming essential.
-
The State of Frontend Web Development in 2019
2019 brought pivotal advances in frontend web dev with the emergence of React Hooks, JAMstack, WebAssembly, TypeScript, and serverless architectures.
-
The State of Frontend Web Development in 2017
2017 brought significant advancements in frontend web dev with the rise of PWAs, Vue.js, CSS Grid, mobile-first development, and GraphQL.
-
"Hello, World!" in HTML
A "Hello, World!" program in HTML can be written by creating a paragraph element containing the "Hello, World!" text.
-
The State of Frontend Web Development in 2015
2015 saw major leaps in frontend web development, with the rise of ES6, React.js, Babel, Webpack, the end of Internet Explorer, and Flexbox.
-
The State of Frontend Web Development in 2010
2010 saw HTML5 and CSS3 become mainstream, while jQuery dominated JavaScript libraries, and responsive design started shaping the web.
-
The State of Frontend Web Development in 2006
Frontend web development in 2006 is vibrant and changing, and continues to push the boundaries
-
IMG problems in Firefox
There is a security setting in Firefox that can prevent a web page from dynamically setting the SRC attribute of an IMG element. Falling back to using the innerHTML property does work, but it feels a lot like using eval().