top of page
Search
What is the use of HTML <fieldset> Tag
The HTML <fieldset> tag represents a group of form elements in an HTML document. Syntax The <fieldset> tag is written as...

neha chaudhary
Aug 1, 20181 min read
Â
Â
Â
Why do we use HTML <!doctype> Tag
The HTML <!doctype> tag is used for specifying which language and version the document is using. This is referred to as the document type...

neha chaudhary
Aug 1, 20181 min read
Â
Â
Â
Responsive vs. Adaptive vs. Mobile
Responsive and adaptive web design are closely related, and often transposed as one in the same. Responsive generally means to react...

neha chaudhary
Feb 25, 20181 min read
Â
Â
Â
Difference between Client side JavaScript and Server side JavaScript
Client side JavaScript :- It comprises the basic language and predefined objects which are relevant to running java script in a browser....

neha chaudhary
Feb 25, 20181 min read
Â
Â
Â
Difference Between JavaScript and JScript
Netscape provided the JavaScript language. Microsoft changed the name and called it JScript to avoid the trademark issue. In other words,...

neha chaudhary
Feb 25, 20181 min read
Â
Â
Â
Know your HTML
HTML stands for Hyper Text Markup Language, which is the most widely used language on Web to develop web pages. HTML was created by...

neha chaudhary
Jan 24, 20181 min read
Â
Â
Â
Know your CSS
Cascading Style Sheets, fondly referred to as CSS, is a simple design language intended to simplify the process of making web pages...

neha chaudhary
Jan 24, 20181 min read
Â
Â
Â
bottom of page