Author: cambridge

jQuery Interview Question

jQuery Interview Question

1. What is jQuery? jQuery is a JavaScript library that simplifies DOM manipulation, event handling, AJAX, and animation. It provides a more user-friendly interface for interacting with web pages than raw JavaScript. 2. How...

HTML Interview Questions

HTML Interview Questions

1. What is HTML? A: HTML stands for HyperText Markup Language. It’s the code that defines the structure and content of web pages, telling browsers how to display text, images, links, and other elements....

Types Of Style sheets 0

Types Of Style sheets

Inline style: If we apply the styles within the <html> tag with the help of Style attribute, comes under inline styles, inline styles we cannot access From another html element. Example Internal style sheet:...

Introduction to CSS

Introduction to CSS

CSS stands for Cascading Style sheet. Used to describe the way how to provide Styles to the html element, It is Client-side scripting Language. Style object is providing no. of properties. By using CSS,...

Structure of HTML Document

Structure of HTML Document

Every HTML document contains mainly the following 3 Paris: Opening Tags. Contents. Closing Tags. Above Code Explanation: In the above script, If you delete <html> tags Nothing reflected to output. This html tags indicates...

Introduction to HTML Tags

Introduction to HTML Tags

The text placed between Left angular brace (<) & Right angular brace (>) is called as Tags. Syntax: <—> …….</—> Eg. <html>…….</html> Tages are classified into 2 Types Container Tags. Empty Tags. 1 Container...

Introduction To HTML

Introduction To HTML

Hypertext means Supertext Or Special Identity or Easily linked Resources. Markup Language means Group of Special Tags Versions of HTML: As per w3c recommendation, The following versions are released into market 1) HTML 1.0...

Whatis grid

what is grid ?

In this chapter, we will discuss about Bootstrap Grid System. as per Wikipedia  In graphic design, a grid is a structure (usually two-dimensional) made up of a series of intersecting straight (vertical, horizontal) lines...

bootstrap example

Bootstrap Example

Bootstrap uses HTML elements and CSS properties, so you have to add the HTML 5 doctype at the beginning of the page with the lang attribute and correct character set. Ex: Bootstrap is mobile-friendly: Bootstrap...