Search Tutorials

CircuitJS is a free and open source application where various experiments can be performed with electronic circuits. CircuitJS is a web browser based electronic circuit simulator. It can be used online as well as in offline mode. CircuitJS is highly interactive and lets users experiment with various circuit components like batteries, resistors, inductors, capacitors. It is an interesting and useful tool for simulating, learning and visualizing electronic circuits. As it is an easy to use tool, it has been used to teach circuits to those who have difficulty in learning circuits. Read more


About 1286 results found.

Foss : CircuitJS - English

Outline: About NAND Gate Create a circuit using AND gate and NOT gate for the NAND Gate demonstration Make the circuit with 1 AND gate, 1 NOT gate, 2 logic inputs and 1 logic output Draw..

Intermediate

Foss : CircuitJS - English

Outline: About NOR Gate Create a circuit using OR gate and NOT gate for the NOR Gate demonstration Make the circuit with 1 OR gate, 1 NOT gate, 2 logic inputs and 1 logic output Draw the..

Intermediate

Foss : CircuitJS - English

Outline: About various Built-in circuits available in CircuitJS Working of Potentiometer Demonstration of flow of current in the circuit depends on the resistance of the circuit using Pot..

Intermediate

Foss : Communication Series - English

Outline: Storytelling - the art of conveying a message. Story telling using words, images, or actions. Interacting with their peers, employers, and associates. Make impactful presentatio..

Basic

Foss : Communication Series - English

Outline: Storytelling using PAR format. Knowing the target audience. Understanding what information is required. Thinking about the experience to communicate the information. Presenting exp..

Basic

Foss : CSS - English

Outline: Overview of CSS • CSS Overview • About CSS • The content available in various tutorials in this series • First CSS file • Dimensions and Measuring units in CSS..

Basic

Foss : CSS - English

Outline: First CSS File Create a CSS file Syntax of CSS to write a style Types of Selectors About Declaration Save the CSS file in a folder Link a CSS file with an HTML file Desce..

Basic

Foss : CSS - English

Outline: Dimensions and Measuring Units in CSS What are measuring Units What are relative Units What are absolute Units Setting width using percentage Setting font size using percen..

Basic

Foss : CSS - English

Outline: Box Model in CSS What is Box Model Setting border using properties: -Style -Width -Color Setting different border styles for each side Setting margin Setting different ma..

Basic

Foss : CSS - English

Outline: Background in CSS What are background properties How to style background Setting background-color using: -Color names -Hexadecimal values -RGB values Setting background im..

Basic

Foss : CSS - English

Outline: Text Properties in CSS • Format and style text elements • Use of color names, hexadecimal values and RGB values to set the text color • Align the text horizontally usin..

Basic

Foss : CSS - English

Outline: Font Properties in CSS • Set the font-family property of the text • Style text font using the font-style property • Use of font-style values - normal, italic & oblique ..

Basic

Foss : CSS - English

Outline: Display Property in CSS • Set the display property to present an element on the webpage • Use of display property values • Set the display property using - Block, Inl..

Basic

Foss : CSS - English

Outline: Float and Overflow in CSS • About float property • Use of float property values - left, right, none, initial & inherit • Add an image • Set float property for an image • Abo..

Intermediate

Foss : CSS - English

Outline: Link in CSS • About styling link • Add links to the webpage • About default property of link: - Underline - Color • About link states - link, visited, hover & active •..

Intermediate

Foss : CSS - English

Outline: List in CSS • About list properties • Add an ordered list to the webpage • Add an unordered list to the webpage • Set the style of the marker for the ordered list • Set the ..

Intermediate

Foss : CSS - English

Outline: Table in CSS • About table properties • Add a table to the webpage • Set border for the table • Set width of the table • Set height of the table • Set horizontal alignment ..

Intermediate

Foss : CSS - English

Outline: Advanced Table Design in CSS • About table design • About different ways to design tables • Set horizontal border divider for the table • Set background to a particular color..

Intermediate

Foss : CSS - English

Outline: Forms in CSS • About properties used for styling forms • Design input text - Set border and border-radius property - Set width - Set padding - Set text color and ba..

Intermediate

Foss : CSS - English

Outline: Counters in CSS • About counters • About counters properties: • counter-reset property • counter-increment property • counter-reset property • counter()..

Advanced