Site Logo

Nikita Hlopov's

Blog about web development

Blog About Archive Tags

Creating Accessible Clickable Contact Links in HTML

15 Nov 2022
  • html

To make your page more accessible and user-friendly you can create clickable links for specific texts. It can be phone number, email, SMS, and more.

Continue reading →

Make a good looking responsive table with pure CSS

08 Nov 2022
  • css

A table is a nice way to display large and complex data in a structured way. But often tables on websites are large and don’t look good on smaller screens (mobile, tablet).

Continue reading →

Numbered headings made with CSS counter

22 Jul 2022
  • css

Adding numbers to headings will emphasize page structure and provide additional cues for users while navigating your web page.

Continue reading →

Custom styled input type file upload button with pure CSS

15 Jul 2022
  • css

In this guide I’ll show you how to create a stylish and user friendly file upload button with pure CSS and HTML.

Continue reading →

Modern way to defer CSS and JavaScript resources to improve page load speed

17 Mar 2022
  • performance

To improve your page load speed you can defer CSS and JavaScript resources by tweaking only the HTML code of the page.

Continue reading →
⟨ Previous Next ⟩

This work is licensed under a CC BY 4.0 License.
The code in this work is licensed under an MIT License.

Privacy policy