Best of HTMLSeptember 2021

  1. 1
    Article
    Avatar of devtoDEV·5y

    7 useful HTML attributes you may not know

    This is a list of HTML attributes that many beginners don't know, but that can be helpful. The multiple attribute allows the user to enter multiple values on an <input> element. The spellcheck attribute is another global attribute that you can use to check spelling and grammar on HTML elements such as input fields.

  2. 2
    Article
    Avatar of dzDZone·5y

    5 HTML and CSS Good Practices

    It is quite easy to find good practices for any technology, but unfortunately, the same cannot be said about HTML and CSS. I've made my list of 5 cases when you can create a user-friendly, or clumsy, interface using only HTML andCSS. The alt attribute is quite useful, but many developers don’t use it efficiently.

  3. 3
    Article
    Avatar of devtoDEV·5y

    Glassmorphism Login Form using only HTML & CSS

    You can convert any simple design to a Glassmorphism design. For this, you need to change a little bit of code. In this article, I am going to show you how to create Glass Morphism Login Form using HTML and CSS code. Follow the tutorial below to create your own login form.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCamp·5y

    Span HTML – How to Use the Span Tag with CSS

    Kolade Chris is the author of Span HTML – How to Use the Span Tag with CSS and HTML. Span HTML is an HTML tag that can be used to tag content in HTML and CSS. For more information on how to use Span HTML, visit Span HTML.

  5. 5
    Article
    Avatar of hashnodeHashnode·5y

    6 HTML and CSS Projects For Your Portfolio

    We've made a list of 6 HTML and CSS Projects you can practice on and include in your portfolio. You'll be facing challenges that will require research to solve, and that ultimately improves your skills. If you want to be updated when we release new challenges, follow us on Twitter.

  6. 6
    Article
    Avatar of css_tricksCSS-Tricks·5y

    I completely ignored the front end development scene for 6 months. It was fine

    The number of languages and frameworks you know matters very little. What actually matters is your ability to up-skill quickly and effectively. If you focus on: learning how you best learn, andpracticing effectively communicating the things you've learned you can't go wrong. I wouldn't trade that experience for anything.

  7. 7
    Article
    Avatar of logrocketLogRocket·5y

    Full-stack Rust: A complete tutorial with examples

    We’ll build a pet owner app that enables the user to add owners and their pets. We’re using the warp web framework to build the REST-based backend. We add some utility libraries for routing and error and JSON handling, as well as an internal dependency to our common library, which will hold the code shared between the frontend and backend.

  8. 8
    Article
    Avatar of sitepointSitePoint·5y

    7 of the Best Code Playgrounds

    A variety of front-end code playgrounds have appeared over the years. Most offer a quick and dirty way to experiment with client-side (and sometimes server-side) code then share it with others. Here’s our look at seven of the best, comparing CodePen and a number of CodePen alternatives.

  9. 9
    Article
    Avatar of devtoDEV·5y

    29 Projects To Help You Practice HTML CSS Javascript 2021

    Learn about UI Page projects to increase design ability and how to apply HTML, CSS, Javascript to actual website development. Today we will go into learning aboutUI Page projects. We will also look at how to use HTML and CSS to create a web page. We hope you will find this information helpful.

  10. 10
    Article
    Avatar of flaviocopesFlavio Copes·5y

    How to become a Web Developer in 2021

    The next edition of the bootcamp will be in Q2 2022 and will contain the first part of this program. The advanced boot camp will take place in Q3 2022. How do you become a Web Developer in 2021? In this post I’ll tell you what I would do.

  11. 11
    Article
    Avatar of hashnodeHashnode·5y

    6 Ways to Host Your React JS App For Free

    Choosing a hosting provider for your app is very important, as your website performance depends on it. Here are some popular and free hosting services, that you can use to deploy your react app. Deploying an application created with a framework like React, Vue, or Angular differs significantly from deploying a website built with HTML, CSS, and JavaScript.

  12. 12
    Article
    Avatar of newstackThe New Stack·5y

    Build a WebAssembly App with Rust – The New Stack

    In this tutorial, we’re going to combine the power of WebAssembly and the flexibility of Rust programming language to build a very simple “Hello, World!” app. I’ll be demonstrating on Ubuntu Desktop 20.04, so if you use a different platform for your development needs, you will have to alter the process (specifically the installation steps) in order to make it work.

  13. 13
    Article
    Avatar of vuejsdevelopersVue.js Developers·5y

    Add “Copy to clipboard” button on any HTML element

    This 1-liner will copy any piece of text from a webpage to clipboard. It will work for all of type of frontend frameworks(including SSR and JAM-stack) Core idea will be same but implementation may differ across frameworks. More info along with its limitations & browser support can be found here.