Best of HTMLAugust 2021

  1. 1
    Article
    Avatar of hashnodeHashnode·5y

    7 Trending projects on GitHub for JavaScript developers

    Web Development for Beginners is a 12-week, 24-lesson curriculum all about JavaScript, CSS, and HTML basics. D3 is a JavaScript library for visualizing data using web standards. Mammoth is designed to convert .docx documents, such as those created by Microsoft Word, Google Docs, and LibreOffice, and convert them to HTML.

  2. 2
    Article
    Avatar of honeypotHoneypot·5y

    How to Link JavaScript to HTML

    JavaScript (JS) empowers web developers to create dynamic web experiences. Utilising Javascript in HTML when developing dynamic web app experiences is a key skill of web devs. HTML’s script tag makes linking JavaScript to HTML simple. The ability to link JS to HTML has made the web a truly dynamic place where anything is possible.

  3. 3
    Article
    Avatar of devtoDEV·5y

    How to create a custom Toggle Switch using CSS

    I've learned this technique by Marcus Burnette. You can check his Codepen, there are more such interesting pens. Let's create a simple customized toggle switch using CSS. Initially when I was trying to create this, I founded it very confusing because many developers have created this button but none of explain it how is this working.

  4. 4
    Article
    Avatar of devtoDEV·5y

    Really, why React?

    React is a new React-based web framework from Facebook. It's been criticized for being over-engineered and hard-to-understand. One of the biggest issues is the lack of respect for web standards. It also uses a "funny tag syntax [that] is neither a string nor HTML"

  5. 5
    Article
    Avatar of phProduct Hunt·5y

    UIdeck 2.0 - Landing Page HTML Templates and UI Kits

    Free and Premium HTML Landing Page Templates and UI Kits - Built with Bootstrap, Tailwind CSS and React. Create and Launch Complete Website and Landing Pages for Your Startup with Beautiful Design Without Coding From Scratch. 40% OFF - Auto Applied! Login to get promo code Embed Collect.

  6. 6
    Article
    Avatar of devtoDEV·5y

    6 CSS Shorthand properties to improve your web application

    CSS is a language used to describe how a web page should look like. With CSS we can set position, colors, fonts, layout of each element in an HTML page. In this blog post I will share some tips to improve your CSS code and the performance of your web app.

  7. 7
    Article
    Avatar of hashnodeHashnode·5y

    HTML Email Template for beginners

    The knowledge I have gained over the past 6-10 months, to create beautiful and compatible HTML email for my company’s campaigns. You can refer the below link for all the CSS properties which you can use while creating any email template. There is one easiest way to create an email template by using table HTML element.

  8. 8
    Article
    Avatar of freecodecampfreeCodeCamp·5y

    Learn CSS Units – Em, Rem, VH, and VW with Code Examples ✨✨

    Learn CSS Units – Em, Rem, VH, and VW with Code Examples. Learn CSS Units - Em,rem,VH,VW with code examples. Learn more about how to use CSS Units in your code with the CSSUnit tool. Use the CSS Unit tool to help you learn more about CSS Units.

  9. 9
    Article
    Avatar of freecodecampfreeCodeCamp·5y

    <pre> Tag in HTML – Example Code

    Kolade Chris Chris is an award-winning writer and author. He is best known for his book, "The Kolade Man" He is also the author of the book, The Kolade Kid, which is published by Simon & Schuster. Chris is also known as "The Man" and is married to fellow author and author of "The Kolade Kid"

  10. 10
    Article
    Avatar of phProduct Hunt·5y

    FrontWork Component Marketplace - A marketplace to buy and sell frontend components

    Buy and sell high-quality frontend components. Speed up your development by downloading prebuilt components in React, Vue, HTML, and more. Earn money for selling your own components. Embed and share your content with the rest of the world. Back to Mail Online home. back to the page you came from.

  11. 11
    Article
    Avatar of devdojoDevDojo·5y

    5 HTML SEO Tips To Rank Higher in Google

    The title tag is the title you want to appear in the search result to describe your brand name and what the page is. The viewport meta tag lets you control the width and scaling of the viewport so that it fits all devices. The robots meta tag is used to keep search engines from indexing documents, internal search results, duplicate pages, etc.

  12. 12
    Article
    Avatar of itnextITNEXT·5y

    Creating HTML DOM elements using JavaScript (vanilla JS and jQuery examples)

    Creating HTML DOM elements using JavaScript (vanilla JS and jQuery examples) Ihechikara Vincent Abba Follow Aug 19 19 · 2 min read ARTICLE. So on Unsplash has some helpful methods that allow us create HTML elements. This is important in cases where we do not want to hard-code the markup but rather generate them dynamically when certain events happen in the browser. This can be done using vanilla (plain) JavaScript or using the master of browser compatibilty — jQuery.