First Blog Related To HTML
My First Blog is a HTML code I used/learned today. So Here it is, <! DOCTYPE html > < html lang = "en" > < head > < meta charset = "UTF-8" > < meta name = "viewport" content = "width=device-width, initial-scale=1.0" > < title > Tutorial </ title > </ head > <!-- In this I learned about class, id, entities, form --> < body > < h2 > This is HTML form tutorial </ h2 > < form action = "backend.php" > <!-- To send form info to backend--> < div >< br > < label for = "Nam...