neha chaudharyAug 1, 20181 minWhat is the use of HTML <fieldset> TagThe HTML <fieldset> tag represents a group of form elements in an HTML document. Syntax The <fieldset> tag is written as...
neha chaudharyAug 1, 20181 minWhy do we use HTML <!doctype> TagThe HTML <!doctype> tag is used for specifying which language and version the document is using. This is referred to as the document type...
neha chaudharyFeb 24, 20181 minResponsive vs. Adaptive vs. MobileResponsive and adaptive web design are closely related, and often transposed as one in the same. Responsive generally means to react...
neha chaudharyFeb 24, 20181 minDifference between Client side JavaScript and Server side JavaScriptClient side JavaScript :- It comprises the basic language and predefined objects which are relevant to running java script in a browser....
neha chaudharyFeb 24, 20181 minDifference Between JavaScript and JScriptNetscape provided the JavaScript language. Microsoft changed the name and called it JScript to avoid the trademark issue. In other words,...
neha chaudharyJan 24, 20181 minKnow your HTMLHTML stands for Hyper Text Markup Language, which is the most widely used language on Web to develop web pages. HTML was created by...
neha chaudharyJan 24, 20181 minKnow your CSSCascading Style Sheets, fondly referred to as CSS, is a simple design language intended to simplify the process of making web pages...