Class 12 Exam Question paper 2078 Board exam
These Are the Question papers from the NEB 2078(2021) Exam the Subject code of computer Science is 230'E' The total mark is 75 and the pass mark is 27 and…
These Are the Question papers from the NEB 2078(2021) Exam the Subject code of computer Science is 230'E' The total mark is 75 and the pass mark is 27 and…
Number Systems and Their Explanation Grade XI Note Number System: Any system that is converted in terms of number or symbol or digits is known as number system. Basically there…
Microsoft Office Packages and their short description Microsoft Office is an office suite of applications, servers, and services developed by Microsoft.It consists of various office.Some of them are listed below:- Word…
What is Internet? Explain advantages and disadvantages of Internet in society. Internet is the interconnection of millions of computer networks with millions of computer connected with the standard Internet Protocol…
Explain the contributions of Charles Babbage and Lady Augusta Ada for the development of modern computer. Charles Babbage Charles Babbage was professor at Cambridge University. He developed 2 machines to…
TABLE Example <html> <body> <table border="4"> <caption>Countries & Capital</caption> <tr> <td>S.N.</td> <td>Country</td> <td>Capital</td></tr> <tr> <td>1</td> <td>Nepal</td> <td>KTM</td></tr> <tr> <td>2</td> <td>China</td> <td>BJG</td></tr> <tr> <td>3</td> <td>Japan</td> <td>TKY</td></tr> </table> </body> </html> Output Attributes…
Write the basic structure of HTML Page and explain basic HTML tags. Basic Structure of HTML Page <html> <head> <title>Title of the Page</title> </head> <body> Body Part of the Page.…
Define HTML tags and explain its types. HTML tag is the pre-defined keyword that performs specific task in the webpage. It is used to create, design or format the components…
What is HTML? Explain the advantages and disadvantages of HTML. HTML is a language used to create, design and format the hypertext documents (webpages). It stands for hypertext markup language. Hypertext…
CSS (Cascading Style Sheet) CSS is a designing language which provides additional functions for the HTML tag. It is used with HTML tags inside or outside the tag body. It…