HTML Tables

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

HTML Paragraphs

Table of ContentsParagraphLine break Paragraph Webpage में paragraph जोड़ने के <p> टैग का उपयोग किया जाता है, जो की block line element है। Example <p>Lorem ipsum dolor sit amet consectetur…