Article About Html
Mar 19, 2024 · 2 min read · HTML STANDS FOR HYPER TEXT MARKUP LANGUAGE . html is a skelton/structure of the page. Basic code of html: <!DOCTYPE html> <head> <title>welcome to my 1st hmtl code</title> </head> <body> <h1> first heading </h1> <h2>second heading </h2> ...
Join discussion