What is Java?
Java is a popular and versatile programming language that was created by James Gosling and his team at Sun Microsystems in the mid-1990s. Its design aimed to make software development…
Java is a popular and versatile programming language that was created by James Gosling and his team at Sun Microsystems in the mid-1990s. Its design aimed to make software development…
In this blog we will see the basics of DSA, the topic is linear search. linear search is based on the brute force approach by comparing every element of an…
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…