What is CSS? CSS (Cascading Style Sheets) is a language used to describe the presentation (look and feel) of a web page written in HTML. CSS allows you to c…
Read more1. Which one of the following is an input device? a. Speaker b. Printer c. Monitor d. Mouse 2. Which one is the full form of bit? a. binary…
Read moreContents Introduction of Computer Definition of computer Characteristics and application of computer Evolution of Computer technology Computer speed and Meas…
Read moreWrite the complete HTML code with the necessary CSS properties to design the SignUp form with Username, Password, Name, Email, and Image upload, and a Login bu…
Read moreMultiple Choice Questions Which one of the following is an output device? Speaker printer monitor mouse Who is the inventor of “Analytical Engine”? John Mau…
Read moreFibonacci series # include <stdio.h> int main () { int n, first = 0 , second = 1 , next, i; printf ( "Enter the number of terms: &qu…
Read moreCLASS 11 HTML 1) Define HTML with it's basic structure. 2) What is the use of <img> tag in HTML. Explain with the example. 3) What is hyperlink? Gi…
Read morePerform the following Array programs in C 1) WAP to input marks of 5 subjects and display total marks and average marks. 2) WAP to input the n numbers and …
Read more