top of page


Sameer Verma
Jun 13, 20243 min read
Accessible Form Design: Testing, User-Friendly Layout, and Inclusive Web Design Principles
n the realm of web design, accessibility is not just a nice-to-have feature but a fundamental necessity. Creating accessible forms is a...
0 views
0 comments


Sameer Verma
Nov 23, 20231 min read
HTML for beginners – Example 1
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <h1>This is a Example Heading</h1> <p>This is a Example...
0 views
0 comments


Sameer Verma
Nov 20, 20231 min read
How to create a button using html
To create a button in HTML, you can use the <button> element. Here’s a simple example: < !DOCTYPE html > <html lang=”en”> <head> <meta...
0 views
0 comments
bottom of page