'' tutorials

All '' tutorials:

  1. 9 Data Science and Analytics HTML Templates

    9 Data Science and Analytics HTML Templates

    Tutorial Beginner

    Displaying data and analytics-heavy content is easier than ever thanks to HTML templates. Today, we’ve gathered some of our favorites to get you started.

  2. Principles for Successful Button Design

    Principles for Successful Button Design

    Tutorial Beginner

    Here are ten quick and simple things that I always think about when designing buttons. These are simple, general design principles that can go a long away in...

  3. What is Affordance in UI Design?

    What is Affordance in UI Design?

    Tutorial Beginner

    The term “affordance” is one you’ll hear often in the world of UI and UX design. It regularly appears in tutorials on Tuts+ too, so this article will serve...

  4. Quick Tip: Using the HTML5 Download Attribute

    Quick Tip: Using the HTML5 Download Attribute

    Tutorial Beginner

    Creating a download link in HTML is straightforward; add an “a” tag and reference the file in the “href” attribute. It doesn’t always work though, in which...

  5. What is Web3?

    What is Web3?

    Tutorial Beginner

    To understand what Web3 (or “Web 3.0”) really is, it’s helpful to look at what's come before. Read on as we look back at past iterations of the internet and...

  6. HTML Element: link

    HTML Element: link

    Tutorial Beginner

    The HTML link element allows a document to be linked to other resources, such as stylesheets or scripts. You’ll find it on almost every webpage you ever come...

  7. How to Create 12 Different CSS Hover Effects From Scratch

    How to Create 12 Different CSS Hover Effects From Scratch

    Tutorial Beginner

    In this updated tutorial, we’re going to create 12 different CSS hover effects, including some that will require a little JavaScript. We’ll learn loads along...

  8. 13 Best White-Label Branding Plugins for WordPress

    13 Best White-Label Branding Plugins for WordPress

    Tutorial Beginner

    White-label branding plugins for WordPress let you completely transform the look of the dashboard, the admin menu, the login form, and more. In this post,...

  9. 30+ Best Landscaping WordPress Themes (Premium Designs for 2025)

    30+ Best Landscaping WordPress Themes (Premium Designs for 2025)

    Tutorial Beginner

    Having a professional online presence for your gardening and landscaping business will give you a leg up. Check out these top garden templates for WordPress...

  10. 25 Best Fashion WordPress Themes (2025) for Blog & Magazine Sites

    25 Best Fashion WordPress Themes (2025) for Blog & Magazine Sites

    Tutorial Beginner

    If you want to create a fashion blog or magazine, look no further! We’ve put together a stunning set of WordPress fashion themes with stylish designs.

  11. 11 Artificial Intelligence (AI) Tools for Improving WordPress

    11 Artificial Intelligence (AI) Tools for Improving WordPress

    Tutorial Beginner

    The future of WordPress will involve AI in some way, so there’s no time like the present to get on board and familiar with the concept. Today, let’s look at...

  12. How To Build a Sticky CSS Tooltip (With a Bit of JavaScript)

    How To Build a Sticky CSS Tooltip (With a Bit of JavaScript)

    Tutorial Beginner

    In this tutorial, we’ll take a look at a very simple vanilla javascript implementation of a tooltip element which follows your cursor around a webpage.