Vivek Kumarvk429.hashnode.dev·Jan 7, 2024Mastering HTML Tables: A Hands-On Guide with a Mini ProjectWelcome, fellow developers! In today's blog post, we're going to about HTML tables. Tables are a fundamental component of web development, and mastering them is essential for creating well-structured and visually appealing layouts. To make things int...Discusshtml table properties
himanshugopalkdwivedi.hashnode.dev·Oct 28, 2023Time Table project using html only<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>project TT</title> </head> ...Discuss·10 likesHTML5
Sunil kumar routsmartlearner.hashnode.dev·Jan 27, 2023Time Table Project Using Html<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Mini project | Time Table</title> </hea...Discuss·97 readsHTML5