Best of HTMLOctober 2021

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

    Can I Include

    This site helps you understand which tag you can include in another using the WHATWG HTML specification. Check when a tag can be included in another tag. Based on HTML spec | Last Updated 8 October 2021. Swap tag names ?                            Pairing tag names with other tags is possible.

  2. 2
    Article
    Avatar of hashnodeHashnode·5y

    Rare HTML Tags

    An HTML tag is commonly defined as a set of characters constituting a formatted command for a Web page. At the core of HTML, tags provide the directions or recipes for the visual content that one sees on the Web. In this blog I am going to show you some Rare and Useful HTML tags.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·5y

    How to Build Your Own Developer Portfolio Website with HTML, CSS, and JavaScript

  4. 4
    Article
    Avatar of freecodecampfreeCodeCamp·5y

    How to Learn Programming – The Guide I Wish I Had When I Started Learning to Code

    Jacob Stopak is the author of How to Learn Programming: The Guide I Wish I Had When I Started Learning to Code. How to learn programming: The guide I wish I had when I started learning to Code is available on Amazon.com for $9.99.

  5. 5
    Article
    Avatar of hashnodeHashnode·5y

    5 common mistakes to avoid in HTML

    Divs have no semantic structure. Instead of using divs to create headers or footer structures, use "header" and "footer" elements. A link’s text should be explicit and convey where is redirecting the user to, both users and search engines can more easily understand your content and how it relates to other pages.

  6. 6
    Article
    Avatar of honeypotHoneypot·5y

    How to Link CSS to HTML

    Cascading style sheets are a key component to the modern web, empowering web developers with a language that determines the look and feel of web apps. Browsers make this easy thanks to the HTML <link> tag, it’s simple to link our CSS styles from external files into our pages.

  7. 7
    Article
    Avatar of quastorQuastor Daily·5y

    Clean Code - Part 2

    Clean Code’s recommendations on how to write readable functions. This advice is geared towards functions written in an OOP language, although many of the concepts carry over to other language paradigms. The majority of your functions should be less than 15 lines long, and they should hardly ever be more than 20 lines long.

  8. 8
    Article
    Avatar of devtoDEV·5y

    Awesome Card Design for Website with HTML CSS

    In this video I will show you how to create creative card design with hover effect step by step. How to Create Awesome Card Design for Website with HTML CSS. In this video, I will talk about how to use Timestamps, File Structure & Code. I will also discuss how to get all images that I used.