HTML Tables

Webpage पर table create करने के लिए <table> tag का उपयोग किया जाता है, table में information को row and column से बने cell में store किया जाता है। Creating…

HTML Headings

webpage में title और subtitle को add करने के लिए heading tags का उपयोह किया जाता है। जो h1 से h6 तक होती है। h1 heading webpage पर sabse अधिक…