Abhiraj's Blog

Abhiraj's Blog

Follow
Follow
homeCheat SheetsAboutDesign Tipsbadgesnewsletter
Tag

HTML5

#html5

More content

Read more stories on Hashnode


Articles with this tag

5 best practices for better HTML forms

Mar 1, 20223 min read125 views

Forms are an essential part of any UI It can be intimidating to work with HTML forms. They don't only use a few specialised HTML elements; they also...

5 best practices for better HTML forms

5 programming languages that can make it big in 2022

Jan 3, 20226 min read91 views

We're all aware that tech is progressing at an alarming rate. It's common to see one technology surpass the other in terms of advancements and...

5 programming languages that can make it big in 2022

Create website mockups with HTML, CSS & JS.

Oct 28, 20215 min read42 views

Today we are going to make an app that can capture the screenshot of a website from an input field and display it in a mockup of a web browser. The...

Create website mockups with HTML, CSS & JS.

5 Common HTML Mistakes you should avoid.

Sep 30, 20212 min read120 views

1. Semantic Header and Footer Divs have no semantic structure. Instead of using divs to create headers or footer structures, use "header" and "footer"...

5 Common HTML Mistakes you should avoid.

Which CSS framework should you use?

Sep 20, 20213 min read57 views

Responsive CSS frameworks take a lot of work and persistence to build and create when building CSS on HTML responsiveness, accessibility, and...

Which CSS framework should you use?

Creating an Image Editor with HTML, CSS, and JS

Sep 9, 20213 min read40 views

Introducing FOTOQUICK · Introducing FOTOQUICK Ok, so I find myself needing quick and easy photo manipulation tools. I think many have too found them in...

Creating an Image Editor with HTML, CSS, and JS