top of page


How to create simple taxi booking from using HTML & CSS
<!DOCTYPE html> <html lang=”en”> <head> <meta charset=”UTF-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″>...
Sameer Verma
Nov 23, 20231 min read
0 views
0 comments


HTML Editor
Step 1: Open Notepad (PC) Windows 8 or later: Open the Start Screen (the window symbol at the bottom left on your screen). Type Notepad....
Sameer Verma
Nov 23, 20231 min read
0 views
0 comments


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...
Sameer Verma
Nov 23, 20231 min read
0 views
0 comments
bottom of page