Best of HTML β€” March 2021

  1. 1
    Article
    Avatar of hashnodeHashnodeΒ·5y

    Complete web development roadmap for newbies

    This list consists of beginner languages and tools. Advanced topics are not covered. HTML is by far the easiest to learn. JavaScript is a multi-paradigm, high-level language which has evolved to become one of the most popular languages not just in web development but in many other fields.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCampΒ·5y

    Create Pixel Effects with JavaScript and HTML Canvas

    Beau Carnes is the author of the book, "The Secret Life of Beau Carnes" The book is based on Carnes' experiences in South Africa in the 1970s and 1980s. Carnes was born and raised in the town of Carnes, South Africa. He is the son of former South African Prime Minister Jacques Carnes.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCampΒ·5y

    How to Build a Programming Project Step by Step

    How to Build a Programming Project Step by Step. How to build a programming project: Step by step. Step 1: Set up your project. Step 2: Build your code. Step 3: Test it. Step 4: Test your code again. Step 5: Check your code is working. Step 6: Check it's working.

  4. 4
    Article
    Avatar of hashnodeHashnodeΒ·5y

    You can create these elements without JavaScript

    As HTML and CSS got new features and older browsers were no longer supported, we've been able to use less and less JavaScript for creating UI elements. Here are some examples of elements you can create with no JavaScript. Some solutions do still feel hacky and not flexible, but these are useful on smaller projects.

  5. 5
    Article
    Avatar of hashnodeHashnodeΒ·5y

    The ultimate Cheat sheets compilation (200+) - πŸ”₯🎁 / Roadmap to dev πŸš€

    The most complete cheat sheet compilation you can find online. It took me more than 10 hours to create this compilation. So please remember to ❀️ the article (or maybe all the 10 reactions!) Bookmark the article to save it. Please, hit the follow button above, that's what I need most.

  6. 6
    Article
    Avatar of dailydaily.devΒ·5y

    Getting Started with Alpine.js - The Ultimate Guide

    Alpine.js is a JavaScript framework that enables us to enhance our JavaScript applications with its reactive and declarative nature. It’s lightweight (~7kB gzipped) and designed to write markup-driven client-side JavaScript. It is not used to create SPAs, it just uses the nature of Angular.js to strengthen your templates. Alpine.js has no file structure, also it doesn’t have a CLI tool.

  7. 7
    Article
    Avatar of css_tricksCSS-TricksΒ·5y

    Web Components Are Easier Than You Think

    The <template> element is the base from which everything else is built. The <slot> element customizes what the < template> renders on the page. The name attribute tells the web component which content goes where in the template. The spec prescribes that to prevent conflicts with the event that HTML releases when a new element is created.

  8. 8
    Article
    Avatar of hashnodeHashnodeΒ·5y

    HTML Color Chooser

    Using The Hex Color Picker is the ultimate web design tool. You can easily generate cohesive, harmonious color schemes by using the complementary, triade, tetrade, and analogic options up top. Using the RGB color picker functionality, you can create your own color palette from scratch.

  9. 9
    Article
    Avatar of hashnodeHashnodeΒ·5y

    Speed Up Your Coding Using Emmet - A Really Powerful Tool

    Emmet allows us to just type some abbreviations and generate the output HTML and CSS code. It increases your productivity to a great extent so you don't have to type the same repetitive code again and again. In this article, we will explore all about Emmet.

  10. 10
    Article
    Avatar of phProduct HuntΒ·5y

    Frontal.JS β€” Modern HTML development framework for your static website

    Frontal.JS is packed with all the modern development tools you are looking forward in an HTML project without wasting time on configuring build or dev tools. Frontal. JS is a free, open-source, cross-platform development tool that lets you build and test websites without the hassle of installing and configuring tools.

  11. 11
    Article
    Avatar of hashnodeHashnodeΒ·5y

    10 trivial yet powerful HTML facts you must know

    The alt attribute is a mandatory attribute for the img tag. alt provides an invisible description of an image to help with accessibility. The anchor( <a> ) creates a link to the content outside or inside a web page. The href attribute of the anchor element takes the destination URL to link to outside content.