Radio Buttons and Check Box
When a user clicks a radio button, that button becomes selected, and all other buttons in the same group become deselected. The following example demonstrates how to create radio buttons on an HTML form.
You will get information regarding different programming languages and their applications.
When a user clicks a radio button, that button becomes selected, and all other buttons in the same group become deselected. The following example demonstrates how to create radio buttons on an HTML form.
The <head> element is a container for metadata (information about information) and it is use between the <html> tag and the <body>tag. metadata is information about the HTML archive. Metadata isn’t shown meta in display. metadata define the document title, character set, styles, links, scripts etc. HTML 4.01 the head Read more
JavaScript most popular client sided scripting language. JS is a light-weight object-oriented programming language which is use by several website for scripting the webpage.
A file path in html defines the area of a file inside the web folder. File paths are applies to interface outside sources such as images , video, style sheets, JavaScript, and different web pages.
CSS stands for cascading style sheet It file extension is .CSS. It is main objective is to enhance an attractive look of created webpage in HTML. CSS describes how HTML element are to be displayed on screen, paper, or in other media. CSS work just like a human body. How Read more
HTML stand for hyper text markup language. HTML is a client side scripting language. It is not a programming language, It is a markup language. It is main objective to develop static web page.
The microprocessor is the heart of any computer system, whether it is a desktop machine, a server or PC. There are many kinds of microprocessors, but they all do approximately the same thing in approximately the same manner. A microprocessor also knows as CPU (Central Processing Unit). The first microprocessor was the Intel 4004 and introduced in 1971.
A computer is an electronic device that manipulates information, or data. It has the ability to store, retrieve and process data. You can use a computer to type documents, send email, and browse the internet. You also use it to handle spreadsheets, accounting, database management, presentations, games, and more. A Read more
Wireshark is an open source network sniffing software, which is design to track network packets and through the use of different filter options available in the software. Network administrators use Wireshark to troubleshoot network problems, examine security problems and debug protocol implementations.
what is a Compiler ? A compiler is a piece of code that translates the high level language into machine language. The compiler scans the entire program first and then translates it into machine code which will be executed by the computer processor and the corresponding tasks will be performed. what is Read more