JavaScript Arrays JavaScript arrays are written with square brackets array items can be separated with commas. Now let us understand better with an example Example <script> var name = [“x” , “y” , “c”]; </script> In the above example, we have created an array named name, which contains three names. array index starts from 0, … Read more
what is HTML Lists? Full Details List
Hello friends, in today’s post, we are starting you about HTML(what is HTML Lists), what happens. How does the key work, so today you should tell about HTML. HTML Lists Now we have not given examples for everyone but will update soon HTML list example Unordered list Ordered list: Unordered HTML list An unordered … Read more
HTML Tables Now we have not given examples for everyone but will update soon HTML Table Example NAME ID No AGE JOHN 2323 34 RAM 3565 24 SALMAN 2665 25 NARESH 3423 43 MAHESH 3245 32 SEKH 3343 27 Defining HTML Table HTML table is defined with <table> tag. Each table row is defined with … Read more
HTML Styles – CSS Now we have not given examples for everyone but will update soonCSS = Styles और Colors Manipulating Text Colors, Boxes Styling HTML with CSS CSS stands for Cascading Style Sheets. CSS describes how HTML elements should be displayed on screen, paper, or other media. CSS saves a lot of work. It … Read more
HTML LinksNow we have not given examples for everyone but will update soonLinks are found in almost all web pages. Links allow users to click to go from one page to another. HTML Links – HyperlinksHTML links are hyperlinks (a link from a hypertext file or document to another location or file, typically activated by … Read more
HTML Basic ExampleDon’t worry if you haven’t read about these used tags.You are going to read about these tags in our next chapter.HTML documentsAll HTML documents must begin with a declaration of the document type >. HTML document itself starts with and ends with . The visible part of an HTML document is the part … Read more
what is full Form of HTML?
Hello friends, in today’s post, we are starting you about HTML(full form of html), what happens. How does the key work, so today you should tell about HTML. This is the best website to learn HTML, which is in Hindi, I have been using it for many days, I have got a lot of benefit … Read more
what is HTML Image ? Image Tag Code Copy
Hello friends, in today’s post, we are starting you about JavaScript(html image tag) , what happens. How does the key work, so today you should tell about JavaScript. HTML Images Through html image, you can make the webpage attractive and beautiful, for this you can add an image to the web page through html (Image … Read more
Introduction of CSS Details?Part-2
Hello friends, in today’s post, we are starting you about JavaScript (css introduction pdf) , what happens. How does the key work, so today you should tell about JavaScript. CSS Introduction Note: We used CSS in many places in our HTML post.That’s why it was necessary to upload the post of CSS, now we are … Read more
what is CSS? Part-1(Introduction of CSS)
Hello friends, in today’s post, we are starting you about CSS(what is CSS in html), what happens. How does the key work, so today you should tell about CSS. Introduction to Cascading Style Sheet (CSS) If we talk about CSS, then CSS is a designing language. Which is used to make webpages even more beautiful. … Read more