HTML Lists
Table of ContentsListTypes of listOrdered ListUnordered ListHTML List TagsDownload PDF – HTML Lists List HTML में list को create करने के लिए list tags का उपयोग किया जाता है जो…
Table of ContentsListTypes of listOrdered ListUnordered ListHTML List TagsDownload PDF – HTML Lists List HTML में list को create करने के लिए list tags का उपयोग किया जाता है जो…
Webpage पर table create करने के लिए <table> tag का उपयोग किया जाता है, table में information को row and column से बने cell में store किया जाता है। Creating…
webpage में title और subtitle को add करने के लिए heading tags का उपयोह किया जाता है। जो h1 से h6 तक होती है। h1 heading webpage पर sabse अधिक…
Table of ContentsParagraphLine break Paragraph Webpage में paragraph जोड़ने के <p> टैग का उपयोग किया जाता है, जो की block line element है। Example <p>Lorem ipsum dolor sit amet consectetur…
HTML में hello world लिखने के लिए सबसे पहले एक new file create करनी पड़ेगी जिसकी extention .html होगी चाहिए। windows में .html करता है की यह एक HTML file…
Table of ContentsTagElementAttributes Content Tag Webpage में कुछ भी add करना है तो वह हम tag की मदद से करते है, angle bracket <> के अंदर लिखा गया text tag…
Table of ContentsWhat is HTML?Hello World in HTML What is HTML? HTML एक markup language है, जो webpages में content structure और meaning को define करती है. HTML का full…