Sameer VermaNov 23, 20231 minHow 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 VermaNov 23, 20231 minHTML EditorStep 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 VermaNov 23, 20231 minHTML 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...