<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Designing - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/category/web-designing/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/category/web-designing/</link>
	<description>Interview Questions</description>
	<lastBuildDate>Mon, 16 May 2022 13:42:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://www.wikitechy.com/interview-questions/wp-content/uploads/2025/10/cropped-wikitechy-icon-32x32.png</url>
	<title>Web Designing - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/category/web-designing/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What are the various elements provided by HTML 5 for media content ?</title>
		<link>https://www.wikitechy.com/interview-questions/web-designing/what-are-the-various-elements-provided-by-html-5-for-media-content/</link>
					<comments>https://www.wikitechy.com/interview-questions/web-designing/what-are-the-various-elements-provided-by-html-5-for-media-content/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Mon, 16 May 2022 13:41:30 +0000</pubDate>
				<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[create a web page with html5 media elements]]></category>
		<category><![CDATA[html5 media elements]]></category>
		<category><![CDATA[html5 new elements]]></category>
		<category><![CDATA[list of html5 tags/elements]]></category>
		<category><![CDATA[new tags introduced in html5]]></category>
		<category><![CDATA[prior to html5 playing audio and video files on a web page followed]]></category>
		<category><![CDATA[use of media in html5]]></category>
		<category><![CDATA[what are the five elements that support media content in html5?]]></category>
		<category><![CDATA[what are the new tags in media elements in html5]]></category>
		<category><![CDATA[which media element is used to add any types of media files in webpage]]></category>
		<category><![CDATA[which of the following elements is not provided by html5 for media content?]]></category>
		<category><![CDATA[which one from following is a block level element in html]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4357</guid>

					<description><![CDATA[There are lot of new elements are added which provides some extra functionality to create dynamic and attractive website in HTML5. It can make your code quick and easy with the help of these elements. Here, there are five media element tag is used for HTML5: &#60;audio&#62;: This tag is used to embed sound files [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul>
<li style="text-align: justify;">There are lot of new elements are added which provides some extra functionality to create dynamic and attractive website in HTML5.</li>
<li style="text-align: justify;">It can make your code quick and easy with the help of these elements.</li>
</ul>
<p>Here, there are five media element tag is used for HTML5:</p>
<p><strong>&lt;audio&gt;:</strong></p>
<ul>
<li>This tag is used to embed sound files into a web page, and it is an inline element.</li>
</ul>
<p><strong>Sample Code:</strong></p>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-4358" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/audio-syntax.png" alt="" width="990" height="237" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/audio-syntax.png 990w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/audio-syntax-300x72.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/audio-syntax-768x184.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/audio-syntax-390x93.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/audio-syntax-820x196.png 820w" sizes="(max-width: 990px) 100vw, 990px" /></p>
<p><strong>Output:</strong></p>
<p><img decoding="async" class="alignnone size-full wp-image-4359" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/media-tag-html5.png" alt="" width="1311" height="587" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/media-tag-html5.png 1311w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/media-tag-html5-300x134.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/media-tag-html5-1024x458.png 1024w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/media-tag-html5-768x344.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/media-tag-html5-390x175.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/media-tag-html5-820x367.png 820w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/media-tag-html5-1180x528.png 1180w" sizes="(max-width: 1311px) 100vw, 1311px" /></p>
<p><strong>&lt;video&gt;: </strong></p>
<ul>
<li>This element tag is used to embed video files into a webpage.</li>
</ul>
<p><img decoding="async" class="alignnone size-full wp-image-4360" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/video-syntax.png" alt="" width="988" height="178" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/video-syntax.png 988w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/video-syntax-300x54.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/video-syntax-768x138.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/video-syntax-390x70.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/video-syntax-820x148.png 820w" sizes="(max-width: 988px) 100vw, 988px" /></p>
<p><strong>&lt;source&gt;: </strong></p>
<ul>
<li>This tag is used to attach multimedia files like pictures, video, and audio.</li>
</ul>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4361" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/source-syntax.png" alt="" width="940" height="248" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/source-syntax.png 940w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/source-syntax-300x79.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/source-syntax-768x203.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/source-syntax-390x103.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/source-syntax-820x216.png 820w" sizes="(max-width: 940px) 100vw, 940px" /></p>
<p><strong>Output:</strong></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4362" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/source-tag-output.png" alt="" width="905" height="496" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/source-tag-output.png 905w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/source-tag-output-300x164.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/source-tag-output-768x421.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/source-tag-output-390x214.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/source-tag-output-820x449.png 820w" sizes="(max-width: 905px) 100vw, 905px" /></p>
<p><strong>&lt;track&gt;: </strong></p>
<ul>
<li>This tag specifies text tracks for media components like video and audio.</li>
</ul>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4363" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/track-syntax.png" alt="" width="922" height="137" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/track-syntax.png 922w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/track-syntax-300x45.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/track-syntax-768x114.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/track-syntax-390x58.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/track-syntax-820x122.png 820w" sizes="(max-width: 922px) 100vw, 922px" /></p>
<p><strong>Output:</strong></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4364" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/track-tag-output.png" alt="" width="1002" height="616" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/track-tag-output.png 1002w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/track-tag-output-300x184.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/track-tag-output-768x472.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/track-tag-output-390x240.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/track-tag-output-820x504.png 820w" sizes="(max-width: 1002px) 100vw, 1002px" /></p>
<p><strong>&lt;embed&gt;: </strong></p>
<ul>
<li>This tag is used for embedding external applications which are generally multimedia content like video or audio through HTML document.</li>
</ul>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4365" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/embed-syntax.png" alt="" width="920" height="141" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/embed-syntax.png 920w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/embed-syntax-300x46.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/embed-syntax-768x118.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/embed-syntax-390x60.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/embed-syntax-820x126.png 820w" sizes="(max-width: 920px) 100vw, 920px" /></p>
<p><strong>Output:</strong></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4366" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/embed-tag-html5.gif" alt="" width="630" height="482" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/web-designing/what-are-the-various-elements-provided-by-html-5-for-media-content/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is the use of Namespace in Web Development ?</title>
		<link>https://www.wikitechy.com/interview-questions/web-designing/what-is-the-use-of-namespace-in-web-development/</link>
					<comments>https://www.wikitechy.com/interview-questions/web-designing/what-is-the-use-of-namespace-in-web-development/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Mon, 16 May 2022 13:21:21 +0000</pubDate>
				<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[development using namespaces]]></category>
		<category><![CDATA[javascript namespace best practice]]></category>
		<category><![CDATA[javascript namespace pattern]]></category>
		<category><![CDATA[namespace definition]]></category>
		<category><![CDATA[namespace in javascript]]></category>
		<category><![CDATA[namespace in javascript example]]></category>
		<category><![CDATA[what are namespace why is it useful explain with an example]]></category>
		<category><![CDATA[what is namespace in html]]></category>
		<category><![CDATA[what is namespace in javascript]]></category>
		<category><![CDATA[what is namespace in web service]]></category>
		<category><![CDATA[xml namespace]]></category>
		<category><![CDATA[xml namespace example]]></category>
		<category><![CDATA[xml namespace in web technology]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4352</guid>

					<description><![CDATA[It refers to the programming paradigm of providing scope to the identifiers like name of types, functions, variables, etc. to prevent collisions between them. The same variable name might be required in a program in different contexts for instance. A group of related elements that each have a unique name or identifier is known as Namespace. [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul>
<li style="text-align: justify;">It refers to the programming paradigm of providing scope to the identifiers like name of types, functions, variables, etc. to prevent collisions between them.</li>
<li style="text-align: justify;">The same variable name might be required in a program in different contexts for instance.</li>
<li style="text-align: justify;">A group of related elements that each have a unique name or identifier is known as Namespace.</li>
<li style="text-align: justify;">Namespaces are used in many areas of computing, such as, file paths,  domain names and XML</li>
<li style="text-align: justify;">Using namespaces in such a scenario will isolate these contexts such that the same identifier can be used in different namespaces.</li>
<li style="text-align: justify;">By default, JavaScript does not provide namespace.</li>
<li style="text-align: justify;">It can contain all variables and functions however we replicate this functionality by making a global object.</li>
</ul>
<p><strong>Syntax:</strong></p>
<ul>
<li>Namespace to initialize an empty space.</li>
</ul>
<div class="code-embed-wrapper"> <div class="code-embed-infos"> </div> <pre class="language-markup code-embed-pre line-numbers"  data-start="1" data-line-offset="0"><code class="language-markup code-embed-code">var &lt;namespace&gt; = {};</code></pre> </div>
<ul>
<li>Namespace to access variable.</li>
</ul>
<div class="code-embed-wrapper"> <div class="code-embed-infos"> </div> <pre class="language-markup code-embed-pre line-numbers"  data-start="1" data-line-offset="0"><code class="language-markup code-embed-code">&lt;namespace&gt;.&lt;identifier&gt;</code></pre> </div>
<p><strong>For example,</strong></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4354" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/namespace-example.png" alt="" width="1157" height="613" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/namespace-example.png 1157w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/namespace-example-300x159.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/namespace-example-1024x543.png 1024w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/namespace-example-768x407.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/namespace-example-390x207.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/namespace-example-820x434.png 820w" sizes="(max-width: 1157px) 100vw, 1157px" /></p>
<p><strong>Output</strong></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4355" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/namespace-output.png" alt="" width="1184" height="281" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/namespace-output.png 1184w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/namespace-output-300x71.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/namespace-output-1024x243.png 1024w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/namespace-output-768x182.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/namespace-output-390x93.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/namespace-output-820x195.png 820w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/namespace-output-1180x280.png 1180w" sizes="(max-width: 1184px) 100vw, 1184px" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/web-designing/what-is-the-use-of-namespace-in-web-development/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is Cors ?</title>
		<link>https://www.wikitechy.com/interview-questions/web-designing/what-is-cors/</link>
					<comments>https://www.wikitechy.com/interview-questions/web-designing/what-is-cors/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Mon, 16 May 2022 12:33:08 +0000</pubDate>
				<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[cors example]]></category>
		<category><![CDATA[cors npm]]></category>
		<category><![CDATA[cors policy]]></category>
		<category><![CDATA[cors vulnerability]]></category>
		<category><![CDATA[is cors necessary]]></category>
		<category><![CDATA[what is cors]]></category>
		<category><![CDATA[what is cors and how does it work]]></category>
		<category><![CDATA[what is cors in aws]]></category>
		<category><![CDATA[what is cors in web api]]></category>
		<category><![CDATA[what is the purpose of cors]]></category>
		<category><![CDATA[what is the use of cors]]></category>
		<category><![CDATA[what is the use of cors filter]]></category>
		<category><![CDATA[what is the use of cors in node js]]></category>
		<category><![CDATA[what is the use of cors in web api]]></category>
		<category><![CDATA[why cors is important]]></category>
		<category><![CDATA[why is cors important]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4349</guid>

					<description><![CDATA[CORS- Cross-Origin Resource Sharing. It is header-based mechanism that allows a server to indicate any origins like scheme, domain, or port other than its own from which a browser should permit loading resources. In order to check that the server will permit the actual request, CORS also relies on a mechanism by which browsers make [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul>
<li style="text-align: justify;">CORS- Cross-Origin Resource Sharing.</li>
<li style="text-align: justify;">It is header-based mechanism that allows a server to indicate any origins like scheme, domain, or port other than its own from which a browser should permit loading resources.</li>
<li style="text-align: justify;">In order to check that the server will permit the actual request, CORS also relies on a mechanism by which browsers make a &#8220;preflight&#8221; request to the server hosting the cross-origin resource.</li>
<li style="text-align: justify;">The browser sends headers that indicate the HTTP method and headers that will be used in the actual request in Preflight.</li>
<li style="text-align: justify;">Browsers restrict cross-origin HTTP requests initiated from scripts for security purposes.</li>
<li style="text-align: justify;">A web application using those APIs can only request resources from the same origin the application was loaded from unless the response from other origins includes the right CORS headers.</li>
<li style="text-align: justify;">Data transfers between browsers and servers and CORS mechanism supports secure cross-origin requests.</li>
<li style="text-align: justify;">This article is for front-end developers, web administrators and server developers.</li>
</ul>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4350 aligncenter" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-cors.png" alt="" width="1439" height="1172" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-cors.png 1439w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-cors-300x244.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-cors-1024x834.png 1024w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-cors-768x626.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-cors-390x318.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-cors-820x668.png 820w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-cors-1180x961.png 1180w" sizes="(max-width: 1439px) 100vw, 1439px" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/web-designing/what-is-cors/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is SVG and why is it used ?</title>
		<link>https://www.wikitechy.com/interview-questions/web-designing/what-is-svg-and-why-is-it-used/</link>
					<comments>https://www.wikitechy.com/interview-questions/web-designing/what-is-svg-and-why-is-it-used/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Wed, 11 May 2022 09:38:34 +0000</pubDate>
				<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[benefits of using svg]]></category>
		<category><![CDATA[how to create svg files]]></category>
		<category><![CDATA[how to open svg file]]></category>
		<category><![CDATA[need to open a svg file]]></category>
		<category><![CDATA[svg file photoshop]]></category>
		<category><![CDATA[SVG images]]></category>
		<category><![CDATA[svg tutorial]]></category>
		<category><![CDATA[what is a svg file for cricut]]></category>
		<category><![CDATA[what is an svg file]]></category>
		<category><![CDATA[what is an svg file used for]]></category>
		<category><![CDATA[what is svg file]]></category>
		<category><![CDATA[why use svg in html]]></category>
		<category><![CDATA[why you should be using svg]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4336</guid>

					<description><![CDATA[SVG- Scalar Vector Graphics. It is a popular tool for displaying two-dimensional charts, graphics and illustrations on websites. Without losing any of its resolution it can be scaled up or down. It can be animated in every element and attribute. SVG images are stored in XML text files and defined in a Vector graphics. SVG [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul>
<li>SVG- Scalar Vector Graphics.</li>
<li>It is a popular tool for displaying two-dimensional charts, graphics and illustrations on websites.</li>
<li>Without losing any of its resolution it can be scaled up or down.</li>
<li>It can be animated in every element and attribute.</li>
<li>SVG images are stored in XML text files and defined in a Vector graphics.</li>
<li>SVG files can be compressed, scripted, indexed, and searched and  scaled in size without loss of quality.</li>
<li>They are rendered by most used web browsers and Then the XML text files can be created and edited with vector graphics editors or  text editors.</li>
<li>At any resolution SVG images can be printed with high quality.</li>
<li>If they are zoomed or resized SVG graphics do NOT lose any quality.</li>
</ul>
<p><strong>Syntax:</strong></p>
<div class="code-embed-wrapper"> <div class="code-embed-infos"> </div> <pre class="language-markup code-embed-pre line-numbers"  data-start="1" data-line-offset="0"><code class="language-markup code-embed-code">&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>   &lt;body&gt;<br/>      &lt;h1&gt;My first SVG&lt;/h1&gt;<br/>      &lt;svg width=&quot;100&quot; height=&quot;100&quot;&gt;<br/>         &lt;circle cx=&quot;50&quot; cy=&quot;50&quot; r=&quot;40&quot; stroke=&quot;blue&quot; stroke-width=&quot;4&quot; fill=&quot;pink&quot; /&gt;<br/>         Sorry, your browser does not support inline SVG.<br/>      &lt;/svg&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</code></pre> </div>
<p>&nbsp;</p>
<p><strong>Output:</strong></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4338" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-an-svg-file.png" alt="" width="1151" height="578" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-an-svg-file.png 1151w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-an-svg-file-300x151.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-an-svg-file-1024x514.png 1024w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-an-svg-file-768x386.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-an-svg-file-390x196.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-an-svg-file-820x412.png 820w" sizes="(max-width: 1151px) 100vw, 1151px" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/web-designing/what-is-svg-and-why-is-it-used/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is Responsive Web Design (RWD) ?</title>
		<link>https://www.wikitechy.com/interview-questions/web-designing/what-is-responsive-web-design-rwd/</link>
					<comments>https://www.wikitechy.com/interview-questions/web-designing/what-is-responsive-web-design-rwd/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Wed, 11 May 2022 09:20:20 +0000</pubDate>
				<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[components of responsive web design]]></category>
		<category><![CDATA[Learn web development]]></category>
		<category><![CDATA[Responsive design]]></category>
		<category><![CDATA[responsive design example]]></category>
		<category><![CDATA[Responsive web design]]></category>
		<category><![CDATA[Responsive Web Design (RWD)]]></category>
		<category><![CDATA[Responsive Web Design (RWD) and User Experience]]></category>
		<category><![CDATA[responsive web design bootstrap]]></category>
		<category><![CDATA[responsive web design examples]]></category>
		<category><![CDATA[responsive web design examples with source code]]></category>
		<category><![CDATA[Responsive Web Design Introduction]]></category>
		<category><![CDATA[what is responsive design]]></category>
		<category><![CDATA[What Is Responsive Web Design?]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4333</guid>

					<description><![CDATA[RWD-Responsive Web Design. It is used to make your web page look good, appropriate and well placed on all devices like desktops, tablet, smartphones, etc. It uses HTML and CSS to hide, resize, enlarge, shrink or move the content. It makes the content look good on any screen. It is viewed on to provide an [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul>
<li style="text-align: justify;">RWD-Responsive Web Design.</li>
<li style="text-align: justify;">It is used to make your web page look good, appropriate and well placed on all devices like desktops, tablet, smartphones, etc.</li>
<li style="text-align: justify;">It uses HTML and CSS to hide, resize, enlarge, shrink or move the content.</li>
<li style="text-align: justify;">It makes the content look good on any screen.</li>
<li style="text-align: justify;">It is viewed on to provide an optimal viewing experience and it is automatically adjusting the structure of the webpage based on device.</li>
</ul>
<p><strong>For Example,</strong></p>
<div class="code-embed-wrapper"> <div class="code-embed-infos"> </div> <pre class="language-markup code-embed-pre line-numbers"  data-start="1" data-line-offset="0"><code class="language-markup code-embed-code">&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>   &lt;head&gt;<br/>      &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;<br/>      &lt;style&gt;<br/>         * {<br/>         box-sizing:border-box;<br/>         }<br/>         .left {<br/>         background-color:#2196F3;<br/>         padding:20px;<br/>         float:left;<br/>         width:20%; /* The width is 20%, by default */<br/>         }<br/>         .main {<br/>         background-color:#f1f1f1;<br/>         padding:20px;<br/>         float:left;<br/>         width:60%; /* The width is 60%, by default */<br/>         }<br/>         .right {<br/>         background-color:#4CAF50;<br/>         padding:20px;<br/>         float:left;<br/>         width:20%; /* The width is 20%, by default */<br/>         }<br/>         /* Use a media query to add a break point at 800px: */<br/>         @media screen and (max-width:800px) {<br/>         .left  , .main, .right {width:100%;}<br/>         }<br/>      &lt;/style&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;h2&gt;Media Queries&lt;/h2&gt;<br/>      &lt;p&gt;Resize the browser window, up and down around 800px wide.&lt;/p&gt;<br/>      &lt;div class=&quot;left&quot;&gt;<br/>         &lt;p&gt;Left&lt;/p&gt;<br/>      &lt;/div&gt;<br/>      &lt;div class=&quot;main&quot;&gt;<br/>         &lt;p&gt;Main Content&lt;/p&gt;<br/>      &lt;/div&gt;<br/>      &lt;div class=&quot;right&quot;&gt;<br/>         &lt;p&gt;Right&lt;/p&gt;<br/>      &lt;/div&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</code></pre> </div>
<p><strong>Output</strong></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4343" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-responsive-web-design-1.png" alt="" width="2553" height="764" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-responsive-web-design-1.png 2553w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-responsive-web-design-1-300x90.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-responsive-web-design-1-1024x306.png 1024w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-responsive-web-design-1-768x230.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-responsive-web-design-1-1536x460.png 1536w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-responsive-web-design-1-2048x613.png 2048w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-responsive-web-design-1-390x117.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-responsive-web-design-1-820x245.png 820w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-responsive-web-design-1-1180x353.png 1180w" sizes="(max-width: 2553px) 100vw, 2553px" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/web-designing/what-is-responsive-web-design-rwd/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is HTML ?</title>
		<link>https://www.wikitechy.com/interview-questions/web-designing/what-is-html/</link>
					<comments>https://www.wikitechy.com/interview-questions/web-designing/what-is-html/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Fri, 06 May 2022 06:39:11 +0000</pubDate>
				<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[html basics]]></category>
		<category><![CDATA[html example]]></category>
		<category><![CDATA[html full form]]></category>
		<category><![CDATA[introduction to html]]></category>
		<category><![CDATA[what is html]]></category>
		<category><![CDATA[what is html - definition and meaning]]></category>
		<category><![CDATA[what is html answer]]></category>
		<category><![CDATA[what is html element]]></category>
		<category><![CDATA[what is html in computer]]></category>
		<category><![CDATA[what is html tag]]></category>
		<category><![CDATA[what is html used for]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4329</guid>

					<description><![CDATA[HTML- Hypertext Markup Language. In 1991, HTML was created by Tim Berners-Lee. Using Markup language, it is used to design web pages. The link between the webpages that is Hypertext. The markup language is used to classify text documents within tags which defines the structure of web pages. By using tags in this language to [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul>
<li>HTML- Hypertext Markup Language.</li>
<li>In 1991, HTML was created by <strong>Tim Berners-Lee</strong>.</li>
<li>Using Markup language, it is used to design web pages. The link between the webpages that is Hypertext.</li>
<li>The markup language is used to classify text documents within tags which defines the structure of web pages.</li>
<li>By using tags in this language to define what manipulation has to be done on the text.</li>
<li>It is a markup language used by the browser to manipulate images, text, and other content, in order to display it in the required format.</li>
</ul>
<h3 id="elements-and-tags"><strong>Elements and Tags :</strong></h3>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4330" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-html.png" alt="" width="979" height="549" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-html.png 979w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-html-300x168.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-html-768x431.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-html-390x219.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/what-is-html-820x460.png 820w" sizes="(max-width: 979px) 100vw, 979px" /></p>
<ul>
<li style="text-align: justify;">HTML uses predefined tags and elements which tell the browser how to properly display the content.</li>
<li style="text-align: justify;">The browser applies the effect of the opening tag until the end of the page, if omitted.</li>
<li style="text-align: justify;">The basic structure of an HTML page contains the essential building-block elements like doctype declaration, HTML, head, title, and body.</li>
</ul>
<h3 id="html-page-structure"><strong>HTML Page Structure :</strong></h3>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4331" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/html-structure.png" alt="" width="1137" height="565" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/html-structure.png 1137w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/html-structure-300x149.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/html-structure-1024x509.png 1024w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/html-structure-768x382.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/html-structure-390x194.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/html-structure-820x407.png 820w" sizes="(max-width: 1137px) 100vw, 1137px" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/web-designing/what-is-html/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to set background image of a webpage ?</title>
		<link>https://www.wikitechy.com/interview-questions/web-designing/how-to-set-background-image-of-a-webpage/</link>
					<comments>https://www.wikitechy.com/interview-questions/web-designing/how-to-set-background-image-of-a-webpage/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Fri, 06 May 2022 06:06:12 +0000</pubDate>
				<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[background-image - CSS]]></category>
		<category><![CDATA[How do I put an image at the background of my website?]]></category>
		<category><![CDATA[How to Add an Image & Background Image in HTML]]></category>
		<category><![CDATA[How to add an image as background image of a web page]]></category>
		<category><![CDATA[How to add Background Image in Html]]></category>
		<category><![CDATA[How to Implement a Background Image in HTML]]></category>
		<category><![CDATA[How to Set a Background Image in HTML]]></category>
		<category><![CDATA[How to set background image of a webpage?]]></category>
		<category><![CDATA[HTML Background Images]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4325</guid>

					<description><![CDATA[We can easily add the background Image in the Html document which is to be displayed on a web page in HTML. In this method there are two following steps: a. Using the Background attribute: Open the existing HTML file in the text editor in which we want to use the background attribute or we [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul>
<li>We can easily add the background Image in the Html document which is to be displayed on a web page in HTML.</li>
</ul>
<p>In this method there are two following steps:</p>
<h3 id="a-using-the-background-attribute"><strong>a. Using the Background attribute</strong>:</h3>
<ul>
<li>Open the existing HTML file in the text editor in which we want to use the background attribute or we have to type the Html code in any text editor.</li>
<li>In HTML document move the cursor within the starting <a href="https://www.wikitechy.com/step-by-step-html-tutorials/body-tag-in-html"><strong>&lt;body&gt;</strong></a> <strong>tag </strong>And, then type the <strong>background</strong> <strong>attribute </strong>as shown in the following block.</li>
<li>While we have to add image just, we want to create path.</li>
<li>We have to save the HTML code or HTML file in the text editor.</li>
</ul>
<p><strong>For example,</strong></p>
<div class="code-embed-wrapper"> <div class="code-embed-infos"> </div> <pre class="language-markup code-embed-pre line-numbers"  data-start="1" data-line-offset="0"><code class="language-markup code-embed-code">&lt;!doctype Html&gt;<br/>&lt;html&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt; Add the Background image using background attribute &lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body background=&quot;http://www.wikitechy.com/img/logo.png&quot;&gt; Wikitechy &lt;br&gt; Html Tutorial &lt;br&gt; This is wikitechy logo. &lt;br&gt;&lt;br&gt;&lt;/body&gt;<br/>&lt;/html&gt;</code></pre> </div>
<p><strong>Output :</strong></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4326 aligncenter" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/html-background-images.png" alt="" width="1273" height="886" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/html-background-images.png 1273w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/html-background-images-300x209.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/html-background-images-1024x713.png 1024w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/html-background-images-768x535.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/html-background-images-390x271.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/html-background-images-820x571.png 820w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/html-background-images-1180x821.png 1180w" sizes="(max-width: 1273px) 100vw, 1273px" /></p>
<p>&nbsp;</p>
<h3 id="b-using-internal-style-sheet"><strong>b. Using internal style sheet</strong></h3>
<ul>
<li>Open the existing HTML file in the text editor in which we want to use the background attribute or we have to type the Html code in any text editor.</li>
<li>In HTML document we have to place the cursor in the <strong><a href="https://www.wikitechy.com/step-by-step-html-tutorials/head-tag-in-html">head</a> tag</strong> and define the starting and closing tag of the <a href="https://www.wikitechy.com/step-by-step-html-tutorials/style-tag-in-html"><strong>&lt;style&gt; </strong></a>tag as shown in the following block.</li>
<li>In style tag, we have to type the element body and, then type the <strong>background-image</strong></li>
<li>In text editor, we have to save the Html code and run the code.</li>
<li>we will see the image specified in the html document as a background of the web page, after execution.</li>
</ul>
<p><strong>For example,</strong></p>
<div class="code-embed-wrapper"> <div class="code-embed-infos"> </div> <pre class="language-markup code-embed-pre line-numbers"  data-start="1" data-line-offset="0"><code class="language-markup code-embed-code">&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>  &lt;head&gt;<br/>    &lt;style&gt;<br/>      body {<br/>        background-image: url(&quot;http://www.wikitechy.com/img/logo.png&quot;);<br/>      }<br/>    &lt;/style&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt; This is wikitechy logo! &lt;/body&gt;<br/>&lt;/html&gt;</code></pre> </div>
<p><strong>Output:</strong></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4327" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/how-to-add-background-image-in-html.png" alt="" width="1272" height="887" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/how-to-add-background-image-in-html.png 1272w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/how-to-add-background-image-in-html-300x209.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/how-to-add-background-image-in-html-1024x714.png 1024w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/how-to-add-background-image-in-html-768x536.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/how-to-add-background-image-in-html-390x272.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/how-to-add-background-image-in-html-820x572.png 820w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/05/how-to-add-background-image-in-html-1180x823.png 1180w" sizes="(max-width: 1272px) 100vw, 1272px" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/web-designing/how-to-set-background-image-of-a-webpage/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is the use of Canvas in HTML ?</title>
		<link>https://www.wikitechy.com/interview-questions/web-designing/what-is-the-use-of-canvas-in-html/</link>
					<comments>https://www.wikitechy.com/interview-questions/web-designing/what-is-the-use-of-canvas-in-html/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Fri, 22 Apr 2022 11:22:15 +0000</pubDate>
				<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[canvas javascript]]></category>
		<category><![CDATA[explain canvas in html5]]></category>
		<category><![CDATA[how does html canvas work]]></category>
		<category><![CDATA[html canvas animation]]></category>
		<category><![CDATA[html canvas examples]]></category>
		<category><![CDATA[html canvas image]]></category>
		<category><![CDATA[html canvas tutorial]]></category>
		<category><![CDATA[html5 canvas examples with source code]]></category>
		<category><![CDATA[what is canvas in html]]></category>
		<category><![CDATA[what is the canvas in html]]></category>
		<category><![CDATA[what is the usage of span in html]]></category>
		<category><![CDATA[what is the use of canvas in html]]></category>
		<category><![CDATA[what is the use of canvas tag in html]]></category>
		<category><![CDATA[why canvas is used in html5]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4201</guid>

					<description><![CDATA[In HTML the &#60;canvas&#62; tag is used to draw graphics on a web page using JavaScript. It can be used to draw boxes, gradients, texts, paths and adding images. By default, it does not contain texts and borders. It allows for scriptable and dynamic rendering of 2D shapes and bitmap images. It does not have a built-in [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul>
<li style="text-align: justify;">In HTML the <a href="https://www.wikitechy.com/step-by-step-html-tutorials/html5-canvas/">&lt;canvas&gt;</a> tag is used to draw graphics on a web page using JavaScript.</li>
<li style="text-align: justify;">It can be used to draw boxes, gradients, texts, paths and adding images.</li>
<li style="text-align: justify;">By default, it does not contain texts and borders.</li>
<li style="text-align: justify;">It allows for scriptable and dynamic rendering of 2D shapes and bitmap images.</li>
<li style="text-align: justify;">It does not have a built-in scene and becomes a low level, procedural model that updates a bitmap.</li>
<li style="text-align: justify;">There are several methods using &lt;canvas&gt; tag.</li>
</ul>
<p><strong>For example,</strong></p>
<div class="code-embed-wrapper"> <div class="code-embed-infos"> </div> <pre class="language-markup code-embed-pre line-numbers"  data-start="1" data-line-offset="0"><code class="language-markup code-embed-code">&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;body&gt;<br/><br/>&lt;canvas id=&quot;myCanvas&quot; width=&quot;400&quot; height=&quot;250&quot; style=&quot;border:1px solid #d3d3d3;&quot;&gt;<br/>Your browser does not support the HTML canvas tag.&lt;/canvas&gt;<br/><br/>&lt;script&gt;<br/>var c = document.getElementById(&quot;myCanvas&quot;);<br/>var ctx = c.getContext(&quot;2d&quot;);<br/>ctx.font = &quot;30px Arial&quot;;<br/>ctx.fillText(&quot;Welcome to Wikitechy&quot;,10,50);<br/>&lt;/script&gt;<br/><br/>&lt;/body&gt;<br/>&lt;/html&gt;</code></pre> </div>
<p><strong>Output</strong></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4202 aligncenter" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/html-canvas.png" alt="" width="960" height="641" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/html-canvas.png 960w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/html-canvas-300x200.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/html-canvas-768x513.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/html-canvas-390x260.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/html-canvas-820x548.png 820w" sizes="(max-width: 960px) 100vw, 960px" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/web-designing/what-is-the-use-of-canvas-in-html/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is the difference between SOAP and REST ?</title>
		<link>https://www.wikitechy.com/interview-questions/web-designing/what-is-the-difference-between-soap-and-rest/</link>
					<comments>https://www.wikitechy.com/interview-questions/web-designing/what-is-the-difference-between-soap-and-rest/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Fri, 22 Apr 2022 11:14:42 +0000</pubDate>
				<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[difference between rest and soap]]></category>
		<category><![CDATA[difference between rest api and soap api]]></category>
		<category><![CDATA[difference between soap and rest web services]]></category>
		<category><![CDATA[rest vs soap]]></category>
		<category><![CDATA[soap full form]]></category>
		<category><![CDATA[soap vs rest]]></category>
		<category><![CDATA[soap vs rest apis]]></category>
		<category><![CDATA[soap vs rest web services]]></category>
		<category><![CDATA[What is the difference between SOAP and REST ?]]></category>
		<category><![CDATA[when to use soap and rest web services]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4198</guid>

					<description><![CDATA[                  SOAP                    REST It is a protocol. It is an architectural style. SOAP- Simple Object Access Protocol. REST- Representational State Transfer. It can’t use REST because it is a protocol. It can use SOAP because it is a concept and can use any protocol like HTTP, SOAP. It uses service interfaces to expose the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4199 aligncenter" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/soap-vs-rest-api-described.png" alt="" width="553" height="458" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/soap-vs-rest-api-described.png 553w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/soap-vs-rest-api-described-300x248.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/soap-vs-rest-api-described-390x323.png 390w" sizes="(max-width: 553px) 100vw, 553px" /></p>
<table width="651">
<tbody>
<tr>
<td width="325"><strong>                  SOAP</strong></td>
<td width="325"><strong>                   REST</strong></td>
</tr>
<tr>
<td width="325">It is a protocol.</td>
<td width="325">It is an architectural style.</td>
</tr>
<tr>
<td width="325">SOAP- Simple Object Access Protocol.</td>
<td width="325">REST- Representational State Transfer.</td>
</tr>
<tr>
<td width="325">It can’t use REST because it is a protocol.</td>
<td width="325">It can use SOAP because it is a concept and can use any protocol like HTTP, SOAP.</td>
</tr>
<tr>
<td width="325">It uses service interfaces to expose the business logic.</td>
<td width="325">It uses URI to expose business logic.</td>
</tr>
<tr>
<td width="325">JAX-WS is the java API For SOAP web services.</td>
<td width="325">JAX-RS is the java API For RESTful web services.</td>
</tr>
<tr>
<td width="325">It defines standards to be strictly followed.</td>
<td width="325">It does not define too many standards like SOAP.</td>
</tr>
<tr>
<td width="325">It defines its own security.</td>
<td width="325">REST web services inherit security measures form the underlying transport.</td>
</tr>
<tr>
<td width="325">It is less preferred than REST.</td>
<td width="325">It is more preferred than SOAP.</td>
</tr>
<tr>
<td width="325">It requires more resource and bandwidth than REST</td>
<td width="325">It requires less resource and bandwidth.</td>
</tr>
<tr>
<td width="325">It permits XML data format only.</td>
<td width="325">It permits different data formats such as HTML, XML, Plain text, JSON, etc.</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/web-designing/what-is-the-difference-between-soap-and-rest/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is Grid system ?</title>
		<link>https://www.wikitechy.com/interview-questions/web-designing/what-is-grid-system/</link>
					<comments>https://www.wikitechy.com/interview-questions/web-designing/what-is-grid-system/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Fri, 22 Apr 2022 11:05:37 +0000</pubDate>
				<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[css grid layout module]]></category>
		<category><![CDATA[grid systems]]></category>
		<category><![CDATA[grid systems in web & UI design]]></category>
		<category><![CDATA[types of grids]]></category>
		<category><![CDATA[what are grid systems]]></category>
		<category><![CDATA[what are grids]]></category>
		<category><![CDATA[what is a grid system]]></category>
		<category><![CDATA[what is grid system in css]]></category>
		<category><![CDATA[what is grid system in html]]></category>
		<category><![CDATA[what is grid system in web design]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4195</guid>

					<description><![CDATA[It is a structure comprising a series of vertical and horizontal lines which intersect and used to arrange content. Is a way of providing a system that designers can work with the structure and imagery in a much more readable and present content, manageable way. In print publication Grid systems have long been used, but with [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul>
<li>It is a structure comprising a series of vertical and horizontal lines which intersect and used to arrange content.</li>
<li>Is a way of providing a system that designers can work with the structure and imagery in a much more readable and present content, manageable way.</li>
<li>In print publication Grid systems have long been used, but with their introduction into designing for the web and the many, many CSS grid frameworks which have since.</li>
<li>It is one way to achieve a level of consistency that would be otherwise extremely difficult to master and to portray in your designs by using Grid system.</li>
<li>Consistency and uniformity are the key to creating a website that your users will find easy to navigate, read and understand.</li>
<li>It helps you to do that by providing a solid base that you can grow your design from.</li>
<li>In this grid system, there are four types:
<ul>
<li>Manuscript grid</li>
<li>Column grid</li>
<li>Modular grid</li>
<li>Baseline grid</li>
</ul>
</li>
</ul>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4196 aligncenter" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/types-of-grid-system.png" alt="" width="1484" height="454" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/types-of-grid-system.png 1484w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/types-of-grid-system-300x92.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/types-of-grid-system-1024x313.png 1024w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/types-of-grid-system-768x235.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/types-of-grid-system-390x119.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/types-of-grid-system-820x251.png 820w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/types-of-grid-system-1180x361.png 1180w" sizes="(max-width: 1484px) 100vw, 1484px" /></p>
<p><strong>Manuscript grid</strong></p>
<ul>
<li>In a page, this is a one-column grid which simply determines that where the text will sit.</li>
<li>Manuscript grids are utilized in e-books, pdf, documents and display with uncountable text.</li>
</ul>
<p><strong>Column grid</strong></p>
<ul>
<li>It is used for magazines to set content in columns, it makes easier to browse.</li>
<li>This is the most widely recognized kind of grid utilized by web designers and graphic.</li>
</ul>
<p><strong>Modular grid</strong></p>
<ul>
<li>However, it additionally has rows, A modular grid is similar to a column grid.</li>
<li>Modular grid separates a page both horizontally and vertically into modules.</li>
</ul>
<p><strong>Baseline grid</strong></p>
<ul>
<li>It is a dense and heavy grid of equally spaced horizontal lines that determine where the text will sit.</li>
<li>are often used in combination with column grids, to make sure that the lines of text in each column align uniformly across a spread.</li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/web-designing/what-is-grid-system/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What are the main language or platform used for web-design ?</title>
		<link>https://www.wikitechy.com/interview-questions/web-designing/what-are-the-main-language-or-platform-used-for-web-design/</link>
					<comments>https://www.wikitechy.com/interview-questions/web-designing/what-are-the-main-language-or-platform-used-for-web-design/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Fri, 22 Apr 2022 07:22:18 +0000</pubDate>
				<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[best programming languages for web development]]></category>
		<category><![CDATA[best web designing languages to learn]]></category>
		<category><![CDATA[best web development languages to learn]]></category>
		<category><![CDATA[common web desing languages]]></category>
		<category><![CDATA[how many languages are used in web designing]]></category>
		<category><![CDATA[programming languages for web development]]></category>
		<category><![CDATA[web designing languages list]]></category>
		<category><![CDATA[what are the main language or platform used for web-design ?]]></category>
		<category><![CDATA[what programming language is primarily used on the web]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4189</guid>

					<description><![CDATA[Customers should receive responses to their questions in a timely manner, and Communication must always be open. The best way to reach new clients and keep repeat customers is to maintain it regularly and build your website. Services and products should have detailed descriptions, be updated often, and revised as needed. It is vital to [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul>
<li style="text-align: justify;">Customers should receive responses to their questions in a timely manner, and Communication must always be open.</li>
<li style="text-align: justify;">The best way to reach new clients and keep repeat customers is to maintain it regularly and build your website.</li>
<li style="text-align: justify;">Services and products should have detailed descriptions, be updated often, and revised as needed.</li>
<li style="text-align: justify;">It is vital to generate leads, track sales and make changes along the way.</li>
<li style="text-align: justify;">It is essential to master the top programming languages for web development to see businesses continue to evolve and thrive.</li>
<li style="text-align: justify;">In web designing various main languages and platforms are used, they are:
<ul>
<li><a href="https://www.wikitechy.com/step-by-step-html-tutorials/">HTML</a></li>
<li><a href="https://www.wikitechy.com/css/">CSS</a></li>
<li><a href="https://www.wikitechy.com/tutorials/javascript/javascript-tutorial">JS</a></li>
<li><a href="https://www.wikitechy.com/php/">PHP</a></li>
</ul>
</li>
</ul>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4190" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/programming-languages-used-in-web-design.png" alt="" width="1010" height="822" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/programming-languages-used-in-web-design.png 1010w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/programming-languages-used-in-web-design-300x244.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/programming-languages-used-in-web-design-768x625.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/programming-languages-used-in-web-design-390x317.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/programming-languages-used-in-web-design-820x667.png 820w" sizes="(max-width: 1010px) 100vw, 1010px" /></p>
<p><strong>HTML &#8211; Hypertext Markup Language</strong></p>
<ul>
<li>It is used to design the base template.</li>
<li>These documents contain HTML tags and plain text.</li>
</ul>
<p><strong>CSS &#8211; Cascade Style Sheet</strong></p>
<ul>
<li>It is used to control the color of the text, style of fonts, align the size of columns.</li>
<li>It is easy to learn and understand.</li>
</ul>
<p><strong>JS &#8211; JavaScript</strong></p>
<ul>
<li>It is used for validation purpose and add dynamic behavior, special effects to the webpage.</li>
<li>For creating webpages, it is commonly used.</li>
</ul>
<p><strong>PHP &#8211;</strong> <b>Hypertext Preprocessor </b></p>
<ul>
<li>It is used to manage databases, session tracking, dynamic content and even build entire e-commerce sites.</li>
<li>It is a server-side scripting language that is embedded in HTML.</li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/web-designing/what-are-the-main-language-or-platform-used-for-web-design/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is the meaning of DOCTYPE in HTML ?</title>
		<link>https://www.wikitechy.com/interview-questions/web-designing/what-is-the-meaning-of-doctype-in-html/</link>
					<comments>https://www.wikitechy.com/interview-questions/web-designing/what-is-the-meaning-of-doctype-in-html/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Fri, 22 Apr 2022 07:09:48 +0000</pubDate>
				<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[definition of doctype]]></category>
		<category><![CDATA[doctype html example]]></category>
		<category><![CDATA[doctype html5]]></category>
		<category><![CDATA[Document type declaration]]></category>
		<category><![CDATA[what does doctype mean ?]]></category>
		<category><![CDATA[what is doctype]]></category>
		<category><![CDATA[what is the doctype declaration in html ?]]></category>
		<category><![CDATA[what is the meaning of doctype in html ?]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4185</guid>

					<description><![CDATA[Document type declaration otherwise known as Doctype is an instruction used by web browsers to fetch what version of HTML the website is written in. For understanding, it helps browsers how the document should be interpreted thus eases the rendering process. It is neither a tag nor an element. The top of the document was [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul>
<li style="text-align: justify;">Document type declaration otherwise known as Doctype is an instruction used by web browsers to fetch what version of <a href="https://www.wikitechy.com/step-by-step-html-tutorials/">HTML</a> the website is written in.</li>
<li style="text-align: justify;">For understanding, it helps browsers how the document should be interpreted thus eases the rendering process. It is neither a tag nor an element.</li>
<li style="text-align: justify;">The top of the document was the Doctype should be placed.</li>
<li style="text-align: justify;">It does not need a closing tag and does not contain any content.</li>
</ul>
<p><strong>Syntax:</strong></p>
<p><code>&lt;!DOCTYPE html&gt;</code></p>
<p><strong>For example,</strong></p>
<div class="code-embed-wrapper"> <div class="code-embed-infos"> </div> <pre class="language-markup code-embed-pre line-numbers"  data-start="1" data-line-offset="0"><code class="language-markup code-embed-code">&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;body&gt;<br/>     &lt;h1&gt;Welcome to Kaashiv Infotech&lt;/h1&gt;<br/>     &lt;h2&gt;This is HTML5 Doctype Tag&lt;/h2&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</code></pre> </div>
<p><strong>Output</strong></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4186" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/output-doctype.png" alt="" width="1233" height="627" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/output-doctype.png 1233w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/output-doctype-300x153.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/output-doctype-1024x521.png 1024w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/output-doctype-768x391.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/output-doctype-390x198.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/output-doctype-820x417.png 820w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/output-doctype-1180x600.png 1180w" sizes="(max-width: 1233px) 100vw, 1233px" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/web-designing/what-is-the-meaning-of-doctype-in-html/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is Semantic HTML ?</title>
		<link>https://www.wikitechy.com/interview-questions/web-designing/what-is-semantic-html/</link>
					<comments>https://www.wikitechy.com/interview-questions/web-designing/what-is-semantic-html/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Wed, 20 Apr 2022 10:00:47 +0000</pubDate>
				<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[html semantic elements]]></category>
		<category><![CDATA[non semantic tags in html]]></category>
		<category><![CDATA[semantic elements]]></category>
		<category><![CDATA[semantic html]]></category>
		<category><![CDATA[semantic html examples]]></category>
		<category><![CDATA[semantic html5 elements explained]]></category>
		<category><![CDATA[what are semantic elements in html]]></category>
		<category><![CDATA[what are the benefits of semantic html]]></category>
		<category><![CDATA[what is semantic html]]></category>
		<category><![CDATA[what is semantic html and why you should use it]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4179</guid>

					<description><![CDATA[It is essential to understand the meaning of words during communication in any language. It becomes more critical and provides more semantic elements which make it easy to understand the code. Developers have to use their own id/class names to style elements in HTML4. In search engines, this is so difficult to identify the correct [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul>
<li style="text-align: justify;">It is essential to understand the meaning of words during communication in any language.</li>
<li style="text-align: justify;">It becomes more critical and provides more semantic elements which make it easy to understand the code.</li>
<li style="text-align: justify;">Developers have to use their own id/class names to style elements in HTML4.</li>
<li style="text-align: justify;">In search engines, this is so difficult to identify the correct web page content.</li>
<li style="text-align: justify;">Elements like (<a href="https://www.wikitechy.com/step-by-step-html-tutorials/header-tag-in-html">&lt;header&gt;</a> <a href="https://www.wikitechy.com/step-by-step-html-tutorials/footer-tag-in-html">&lt;footer&gt;</a> &lt;nav&gt; &lt;section&gt; &lt;article&gt;) are become easier in HTML5.</li>
<li style="text-align: justify;">It is reused across applications, enterprises, and communities and allows data to be shared.</li>
<li style="text-align: justify;">Semantic elements can help to create a better website structure and increase the accessibility of your website.</li>
<li style="text-align: justify;">In HTML5, there are various types of semantic elements:
<ul>
<li><a href="https://www.wikitechy.com/step-by-step-html-tutorials/article-tag-in-html"><strong>&lt;article&gt;</strong></a> &#8211; It classifies an article.</li>
<li><a href="https://www.wikitechy.com/step-by-step-html-tutorials/aside-tag-in-html"><strong>&lt;aside&gt;</strong></a> -It classifies aside from the page content.</li>
<li><a href="https://www.wikitechy.com/step-by-step-html-tutorials/footer-tag-in-html"><strong>&lt;footer&gt;</strong></a> &#8211; It classifies footer for a section or document.</li>
<li><a href="https://www.wikitechy.com/step-by-step-html-tutorials/header-tag-in-html"><strong>&lt;header&gt;</strong></a> -It specifies a header for a section or document.</li>
<li><a href="https://www.wikitechy.com/step-by-step-html-tutorials/navigation-tag-in-html"><strong>&lt;nav&gt;</strong></a> -It classifies navigation links.</li>
<li><a href="https://www.wikitechy.com/step-by-step-html-tutorials/section-tag-in-html"><strong>&lt;section&gt;</strong></a> -It classifies a section in a document.</li>
</ul>
</li>
</ul>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4180" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/semantic-elements.png" alt="" width="1425" height="1014" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/semantic-elements.png 1425w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/semantic-elements-300x213.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/semantic-elements-1024x729.png 1024w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/semantic-elements-768x546.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/semantic-elements-390x278.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/semantic-elements-820x583.png 820w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/semantic-elements-1180x840.png 1180w" sizes="(max-width: 1425px) 100vw, 1425px" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/web-designing/what-is-semantic-html/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is pagination ? How can pagination be implemented ?</title>
		<link>https://www.wikitechy.com/interview-questions/web-designing/what-is-pagination-how-can-pagination-be-implemented/</link>
					<comments>https://www.wikitechy.com/interview-questions/web-designing/what-is-pagination-how-can-pagination-be-implemented/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Wed, 20 Apr 2022 09:41:05 +0000</pubDate>
				<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[api pagination best practices]]></category>
		<category><![CDATA[api pagination example]]></category>
		<category><![CDATA[api pagination types]]></category>
		<category><![CDATA[create a paginated api with nodejs]]></category>
		<category><![CDATA[Everything You Need to Know About API Pagination]]></category>
		<category><![CDATA[Explore What Pagination Is and How to Implement It Properly]]></category>
		<category><![CDATA[get all data from paginated api]]></category>
		<category><![CDATA[how to implement general pagination]]></category>
		<category><![CDATA[how to implement pagination in java]]></category>
		<category><![CDATA[how to implement pagination in reactjs]]></category>
		<category><![CDATA[how to implement pagination in rest api]]></category>
		<category><![CDATA[simple frontend pagination]]></category>
		<category><![CDATA[what is api pagination]]></category>
		<category><![CDATA[what is pagination]]></category>
		<category><![CDATA[what is pagination in programming]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4176</guid>

					<description><![CDATA[In website, Pagination is a simple sequence of pages. These pages have similar content to display and are interconnected to the users. Multiple pages may be needed for a better user experience, easier navigation, personas, the buyer&#8217;s journey, and other reasons. It is a prime example of e-commerce websites. In a single page, it would [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul>
<li style="text-align: justify;">In website, Pagination is a simple sequence of pages.</li>
<li style="text-align: justify;">These pages have similar content to display and are interconnected to the users.</li>
<li style="text-align: justify;">Multiple pages may be needed for a better user experience, easier navigation, personas, the buyer&#8217;s journey, and other reasons.</li>
<li style="text-align: justify;">It is a prime example of e-commerce websites.</li>
<li style="text-align: justify;">In a single page, it would be inefficient for Amazon to list all of its items in a single category.</li>
<li style="text-align: justify;">If necessary, products specifications and images can be divided into several websites.</li>
</ul>
<p><strong>For example,</strong></p>
<div class="code-embed-wrapper"> <div class="code-embed-infos"> </div> <pre class="language-markup code-embed-pre line-numbers"  data-start="1" data-line-offset="0"><code class="language-markup code-embed-code">&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1&quot;&gt;<br/>&lt;style&gt;<br/>.pagination a {<br/>  color: black;<br/>  float: left;<br/>  padding: 8px 16px;<br/>  text-decoration: none;<br/>  transition: background-color .3s;<br/>}<br/><br/>.pagination a.active {<br/>  background-color: dodgerblue;<br/>  color: black;<br/>}<br/><br/>.pagination a:hover:not(.active) {background-color: #ddd;}<br/>&lt;/style&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/><br/>&lt;h2&gt;Welcome to Wikitechy&lt;/h2&gt;<br/>&lt;p&gt;Responsive pagination with hover effects:&lt;/p&gt;<br/><br/>&lt;div class=&quot;pagination&quot;&gt;<br/>  &lt;a href=&quot;#&quot;&gt;&laquo;&lt;/a&gt;<br/>  &lt;a href=&quot;#&quot;&gt;1&lt;/a&gt;<br/>  &lt;a class=&quot;active&quot; href=&quot;#&quot;&gt;2&lt;/a&gt;<br/>  &lt;a href=&quot;#&quot;&gt;3&lt;/a&gt;<br/>  &lt;a href=&quot;#&quot;&gt;4&lt;/a&gt;<br/>  &lt;a href=&quot;#&quot;&gt;5&lt;/a&gt;<br/>  &lt;a href=&quot;#&quot;&gt;6&lt;/a&gt;<br/>  &lt;a href=&quot;#&quot;&gt;&raquo;&lt;/a&gt;<br/>&lt;/div&gt;<br/><br/>&lt;/body&gt;<br/>&lt;/html&gt;</code></pre> </div>
<p><strong>Output:</strong></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4177" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/pagination.png" alt="" width="918" height="493" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/pagination.png 918w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/pagination-300x161.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/pagination-768x412.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/pagination-390x209.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/pagination-820x440.png 820w" sizes="(max-width: 918px) 100vw, 918px" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/web-designing/what-is-pagination-how-can-pagination-be-implemented/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is JS ?</title>
		<link>https://www.wikitechy.com/interview-questions/web-designing/what-is-js/</link>
					<comments>https://www.wikitechy.com/interview-questions/web-designing/what-is-js/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Wed, 20 Apr 2022 07:54:30 +0000</pubDate>
				<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[advantages of javascript]]></category>
		<category><![CDATA[is javascript a programming language]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[javascript overview]]></category>
		<category><![CDATA[javascript program]]></category>
		<category><![CDATA[javascript tutorial]]></category>
		<category><![CDATA[javascript uses]]></category>
		<category><![CDATA[learn javascript tutorial]]></category>
		<category><![CDATA[what is javascript]]></category>
		<category><![CDATA[what is javascript used for]]></category>
		<category><![CDATA[what is javascript with example]]></category>
		<category><![CDATA[why we use javascript in html]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4173</guid>

					<description><![CDATA[It is a small piece of javascript program that can add user interactivity to your website. A Script could provide a dropdown menu and generate a pop-up alert box message. It can trigger those functions using HTML attributes and write various small functions, called event handlers using any of the scripting language. Nowadays most of [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul>
<li style="text-align: justify;">It is a small piece of <a href="https://www.wikitechy.com/tutorials/javascript/javascript-tutorial">javascript</a> program that can add user interactivity to your website.</li>
<li style="text-align: justify;">A Script could provide a dropdown menu and generate a pop-up alert box message.</li>
<li style="text-align: justify;">It can trigger those functions using <a href="https://www.wikitechy.com/step-by-step-html-tutorials/">HTML</a> attributes and write various small functions, called event handlers using any of the scripting language.</li>
<li style="text-align: justify;">Nowadays most of the web developers using JavaScript and associated framework.</li>
<li style="text-align: justify;">In separate file we can keep JavaScript code and then include it wherever it&#8217;s needed, or you can define functionality inside HTML document itself.</li>
</ul>
<p><strong>For example,</strong></p>
<div class="code-embed-wrapper"> <div class="code-embed-infos"> </div> <pre class="language-markup code-embed-pre line-numbers"  data-start="1" data-line-offset="0"><code class="language-markup code-embed-code">&lt;!DOCTYPE html&gt;<br/>               &lt;html&gt;<br/><br/>                      &lt;head&gt;<br/>                            &lt;title&gt;Welcome to Kaashiv&lt;/title&gt;<br/>                          &lt;script src = &quot;/html/script.js&quot; type = &quot;text/javascript&quot;/&gt;&lt;/script&gt;<br/>                     &lt;/head&gt;<br/><br/>                    &lt;body&gt;<br/>                         &lt;input type = &quot;button&quot; onclick = &quot;Hello();&quot; name = &quot;ok&quot; value = &quot;Click Me&quot; /&gt;<br/>               &lt;/body&gt;<br/>          &lt;/html&gt;</code></pre> </div>
<p><strong>Output:</strong></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4174" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/syntax-for-js.png" alt="" width="1178" height="97" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/syntax-for-js.png 1178w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/syntax-for-js-300x25.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/syntax-for-js-1024x84.png 1024w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/syntax-for-js-768x63.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/syntax-for-js-390x32.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/syntax-for-js-820x68.png 820w" sizes="(max-width: 1178px) 100vw, 1178px" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/web-designing/what-is-js/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is Flexbox ?</title>
		<link>https://www.wikitechy.com/interview-questions/web-designing/what-is-flexbox/</link>
					<comments>https://www.wikitechy.com/interview-questions/web-designing/what-is-flexbox/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Wed, 20 Apr 2022 06:12:01 +0000</pubDate>
				<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[basic concepts of flexbox]]></category>
		<category><![CDATA[css flexbox]]></category>
		<category><![CDATA[flexbox]]></category>
		<category><![CDATA[flexbox css]]></category>
		<category><![CDATA[flexbox examples]]></category>
		<category><![CDATA[flexbox grid]]></category>
		<category><![CDATA[flexbox html]]></category>
		<category><![CDATA[flexbox overview]]></category>
		<category><![CDATA[flexbox properties]]></category>
		<category><![CDATA[flexbox vs grid]]></category>
		<category><![CDATA[introduction to css flexbox]]></category>
		<category><![CDATA[learn css flexbox]]></category>
		<category><![CDATA[what is flexbox in bootstrap]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4169</guid>

					<description><![CDATA[It is a one-dimensional layout model that has efficient and flexible layouts with distributed spaces among items to control their alignment structure in CSS . It is a layout model that provides a clean and easy way to arrange items within a container. It is responsive and mobile-friendly &#38; it can be useful for creating [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul>
<li style="text-align: justify;">It is a one-dimensional layout model that has efficient and flexible layouts with distributed spaces among items to control their alignment structure in <a href="https://www.wikitechy.com/css/">CSS</a> .</li>
<li style="text-align: justify;">It is a layout model that provides a clean and easy way to arrange items within a container.</li>
<li style="text-align: justify;">It is responsive and mobile-friendly &amp; it can be useful for creating small-scale layouts.</li>
<li style="text-align: justify;">In this, there are two main components in flexbox:</li>
</ul>
<ol>
<li style="list-style-type: none;">
<ol>
<li style="text-align: justify;"><strong>Flex container</strong> &#8211; Is the parent “div” which contains various divisions.</li>
<li style="text-align: justify;"><strong>Flex items</strong> &#8211; In this, the items inside the container “div”.</li>
</ol>
</li>
</ol>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4170" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/components-of-flexbox.png" alt="" width="1654" height="538" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/components-of-flexbox.png 1654w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/components-of-flexbox-300x98.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/components-of-flexbox-1024x333.png 1024w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/components-of-flexbox-768x250.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/components-of-flexbox-1536x500.png 1536w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/components-of-flexbox-390x127.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/components-of-flexbox-820x267.png 820w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/components-of-flexbox-1180x384.png 1180w" sizes="(max-width: 1654px) 100vw, 1654px" /></p>
<h4 id="for-example"><strong>For example,</strong></h4>
<div class="code-embed-wrapper"> <div class="code-embed-infos"> </div> <pre class="language-markup code-embed-pre line-numbers"  data-start="1" data-line-offset="0"><code class="language-markup code-embed-code">             &lt;!DOCTYPE html&gt;<br/>             &lt;html&gt;<br/> <br/>             &lt;head&gt;<br/>                  &lt;title&gt;Flexbox Tutorial&lt;/title&gt;<br/>                  &lt;style&gt;<br/>                 .flex-container {<br/>                     display: flex;<br/>                     background-color: #32a852;<br/>                 }<br/>     <br/>                .flex-container div {<br/>                    background-color: #c9d1cb;<br/>                    margin: 10px;<br/>                    padding: 10px;<br/>                 }<br/>                 &lt;/style&gt;<br/>             &lt;/head&gt;<br/> <br/>             &lt;body&gt;<br/>                 &lt;h2&gt;Welcome to kaashiv&lt;/h2&gt;<br/>                 &lt;h4&gt; Flexbox&lt;/h4&gt;<br/>                 &lt;div class=&quot;flex-container&quot;&gt;<br/>                     &lt;div&gt;Item1&lt;/div&gt;<br/>                     &lt;div&gt;Item2&lt;/div&gt;<br/>                     &lt;div&gt;Item3&lt;/div&gt;<br/>                  &lt;/div&gt;<br/>              &lt;/body&gt;<br/> <br/>              &lt;/html&gt;</code></pre> </div>
<h4 id="output"><strong>Output:</strong></h4>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4171" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/output-flexbox.png" alt="" width="987" height="537" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/output-flexbox.png 987w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/output-flexbox-300x163.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/output-flexbox-768x418.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/output-flexbox-390x212.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/output-flexbox-820x446.png 820w" sizes="(max-width: 987px) 100vw, 987px" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/web-designing/what-is-flexbox/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What are the advantages and disadvantages of Responsive web design ?</title>
		<link>https://www.wikitechy.com/interview-questions/web-designing/what-are-the-advantages-and-disadvantages-of-responsive-web-design/</link>
					<comments>https://www.wikitechy.com/interview-questions/web-designing/what-are-the-advantages-and-disadvantages-of-responsive-web-design/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Wed, 20 Apr 2022 05:58:43 +0000</pubDate>
				<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[advantages and disadvantages of responsive web design]]></category>
		<category><![CDATA[business benefits of responsive web design]]></category>
		<category><![CDATA[features of responsive web design]]></category>
		<category><![CDATA[google web designer advantages and disadvantages]]></category>
		<category><![CDATA[pros and cons of responsive web design]]></category>
		<category><![CDATA[reponsive web design]]></category>
		<category><![CDATA[what are the cons of responsive web design]]></category>
		<category><![CDATA[what are the disadvantages of web design]]></category>
		<category><![CDATA[what are the pros and cons of responsive web desing]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4165</guid>

					<description><![CDATA[Advantages of Responsive Web Design : User experience friendly : It is specially designed to respond according to user’s or customer’s behaviors and according to screen size, their needs, etc. For mobile view it is used to create a website that adjusts smoothly to different screen sizes. It becomes easy reach to customers and users on small devices [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;"><strong>Advantages of Responsive Web Design :</strong></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4166" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/advantages-of-responsive-web-design.png" alt="Advantages of Responsive Web design" width="940" height="854" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/advantages-of-responsive-web-design.png 940w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/advantages-of-responsive-web-design-300x273.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/advantages-of-responsive-web-design-768x698.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/advantages-of-responsive-web-design-390x354.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/advantages-of-responsive-web-design-820x745.png 820w" sizes="(max-width: 940px) 100vw, 940px" /></p>
<p style="text-align: justify;"><strong>User experience friendly :</strong></p>
<ul style="text-align: justify;">
<li>It is specially designed to respond according to user’s or customer’s behaviors and according to screen size, their needs, etc.</li>
<li>For mobile view it is used to create a website that adjusts smoothly to different screen sizes.</li>
<li>It becomes easy reach to customers and users on small devices like mobiles, tablets, etc.</li>
</ul>
<p style="text-align: justify;"><strong>SEO friendly:</strong></p>
<ul style="text-align: justify;">
<li>In SEO they are generally responsible for ranking at top.</li>
<li>For mobile device a responsive website loads much faster as compared to a laptop or desktop.</li>
<li>In SEO it is automatically increases positive user experience that in turn gives a higher ranking to the website.</li>
</ul>
<p style="text-align: justify;"><strong>Increase profit and sale:</strong></p>
<ul style="text-align: justify;">
<li>For small devices there is no requirement for another website.</li>
<li>A responsive website is specially designed to fit all screen sizes.</li>
<li>While creating website for small devices it can save time, effort, maintenance costs and development.</li>
<li>It is faster to implement and easy to create.</li>
</ul>
<p style="text-align: justify;"><strong>Low maintenance:</strong></p>
<ul style="text-align: justify;">
<li>In various device thereis no change in content and other elements to fit.</li>
<li>Managing a single website requires less cost, less maintenance, saves time, etc.</li>
</ul>
<p style="text-align: justify;"><strong>Easy to track users:</strong></p>
<ul style="text-align: justify;">
<li>Responsive website takes less time to load, money, saves time, save development effort of creating another website for small devices.</li>
</ul>
<p style="text-align: justify;"><strong>Disadvantages of Responsive Web Design:</strong></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4167" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/disadvantages-of-responsive-web-design.png" alt="" width="859" height="796" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/disadvantages-of-responsive-web-design.png 859w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/disadvantages-of-responsive-web-design-300x278.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/disadvantages-of-responsive-web-design-768x712.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/disadvantages-of-responsive-web-design-390x361.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/disadvantages-of-responsive-web-design-820x760.png 820w" sizes="(max-width: 859px) 100vw, 859px" /></p>
<p style="text-align: justify;"><strong>Slow page loading:</strong></p>
<ul style="text-align: justify;">
<li>Sometimes it takes a long time to load the page and they are easy to maintain.</li>
<li>It requires a lot of time to load some high-resolution images and videos.</li>
</ul>
<p style="text-align: justify;"><strong>Navigation is tough:</strong></p>
<ul style="text-align: justify;">
<li>It becomes difficult while maintaining the simplicity of large websites for small devices.</li>
<li>Small devices have less screen size and more difficult to navigate website.</li>
</ul>
<p style="text-align: justify;"><strong>Time-consuming development:</strong></p>
<ul style="text-align: justify;">
<li>They are essential but take a lot of time in the development process as compared to the development time of normal websites.</li>
</ul>
<p style="text-align: justify;">
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/web-designing/what-are-the-advantages-and-disadvantages-of-responsive-web-design/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is CSS ?</title>
		<link>https://www.wikitechy.com/interview-questions/web-designing/what-is-css/</link>
					<comments>https://www.wikitechy.com/interview-questions/web-designing/what-is-css/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Wed, 20 Apr 2022 05:45:33 +0000</pubDate>
				<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[css full form]]></category>
		<category><![CDATA[css html]]></category>
		<category><![CDATA[css in html]]></category>
		<category><![CDATA[css introduction]]></category>
		<category><![CDATA[css stands for]]></category>
		<category><![CDATA[css types]]></category>
		<category><![CDATA[html & css]]></category>
		<category><![CDATA[introduction to css]]></category>
		<category><![CDATA[types of css]]></category>
		<category><![CDATA[what is css]]></category>
		<category><![CDATA[what is css for college]]></category>
		<category><![CDATA[what is css full form]]></category>
		<category><![CDATA[what is css in html]]></category>
		<category><![CDATA[what is css profile]]></category>
		<category><![CDATA[what is css used for]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4161</guid>

					<description><![CDATA[CSS- Cascade Style Sheet. It is a style sheet language that is used to describe the format and look of a document written in markup language. It is generally used with HTML to change user interfaces and the style of web pages. It can also be used with any kind of XML documents including plain [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul>
<li style="text-align: justify;">CSS- Cascade Style Sheet.</li>
<li style="text-align: justify;">It is a style sheet language that is used to describe the format and look of a document written in markup language.</li>
<li style="text-align: justify;">It is generally used with HTML to change user interfaces and the style of web pages.</li>
<li style="text-align: justify;">It can also be used with any kind of XML documents including plain SVG, XUL and XML.</li>
<li style="text-align: justify;">It is used along with HTML and user interfaces for many mobile applications and JavaScript in most websites to create user interfaces for web applications.</li>
</ul>
<h4 id="example">Example :</h4>
<div class="code-embed-wrapper"> <div class="code-embed-infos"> </div> <pre class="language-markup code-embed-pre line-numbers"  data-start="1" data-line-offset="0"><code class="language-markup code-embed-code">&lt;!DOCTYPE html&gt; <br/>&lt;html&gt;<br/>&lt;head&gt;<br/>&lt;style&gt;<br/>      body {<br/>                 background-color: lightblue;<br/>             }<br/>            h1 {<br/>                 color: white;<br/>                 text-align: center;<br/>            }<br/><br/>           p {<br/>              font-family: verdana;<br/>              font-size: 20px;<br/>            }<br/>           &lt;/style&gt;<br/>          &lt;/head&gt;<br/>          &lt;body&gt;<br/>          &lt;h1&gt;Welcome to kaashiv&lt;/h1&gt;<br/>          &lt;p&gt;Welcome to Wikitechy.&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</code></pre> </div>
<h4 id="output">Output :</h4>
<p><img loading="lazy" decoding="async" class="size-full wp-image-4162 aligncenter" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/syntax-for-css.png" alt="" width="1179" height="594" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/syntax-for-css.png 1179w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/syntax-for-css-300x151.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/syntax-for-css-1024x516.png 1024w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/syntax-for-css-768x387.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/syntax-for-css-390x196.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/syntax-for-css-820x413.png 820w" sizes="(max-width: 1179px) 100vw, 1179px" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/web-designing/what-is-css/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is PHP ?</title>
		<link>https://www.wikitechy.com/interview-questions/web-designing/what-is-php/</link>
					<comments>https://www.wikitechy.com/interview-questions/web-designing/what-is-php/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Mon, 18 Apr 2022 13:10:30 +0000</pubDate>
				<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[introduction to php programming]]></category>
		<category><![CDATA[php introduction]]></category>
		<category><![CDATA[what is php]]></category>
		<category><![CDATA[what is php and how it works]]></category>
		<category><![CDATA[what is php array]]></category>
		<category><![CDATA[what is php file]]></category>
		<category><![CDATA[what is php full form]]></category>
		<category><![CDATA[what is php interview questions]]></category>
		<category><![CDATA[what is php used for]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4155</guid>

					<description><![CDATA[PHP- Hypertext Preprocessor. It is an open-source, object-oriented, and interpreted scripting language that can be executed at the server side. For web development it is well suited. It is used to develop web applications that executes on the server and generates the dynamic web page. In 1994 PHP was created by Rasmus Lerdorf and in [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul>
<li style="text-align: justify;">PHP- Hypertext Preprocessor.</li>
<li style="text-align: justify;">It is an open-source, object-oriented, and interpreted scripting language that can be executed at the server side. For web development it is well suited.</li>
<li style="text-align: justify;">It is used to develop web applications that executes on the server and generates the dynamic web page.</li>
<li style="text-align: justify;">In 1994 PHP was created by Rasmus Lerdorf and in 1995 it was appeared in market.</li>
<li style="text-align: justify;">It runs on various platforms like Unix, Mac OS X, Windows,</li>
<li style="text-align: justify;">It is faster than other scripting languages like Java Server Page and Active Server Page.</li>
<li style="text-align: justify;">It is easy and simple to learn.</li>
<li style="text-align: justify;">It handles database, dynamic content as well as session tracking for the website.</li>
<li style="text-align: justify;">It can set cookies and access variable cookies.</li>
<li style="text-align: justify;">It supports several protocols such as POP3, LDAP, SNMP, IMAP, HTTP, etc.</li>
<li style="text-align: justify;">It is the best language to learn. It is easy to install and setup.</li>
<li style="text-align: justify;">It is integrated with a number of popular databases, including PostgreSQL, Oracle, MySQL, Informix, Microsoft SQL Server and Sybase.</li>
<li style="text-align: justify;">It is compatible with almost all servers used today like IIS, Apache, etc.</li>
</ul>
<h4 id="for-example">For example,</h4>
<div class="code-embed-wrapper"> <div class="code-embed-infos"> </div> <pre class="language-markup code-embed-pre line-numbers"  data-start="1" data-line-offset="0"><code class="language-markup code-embed-code">&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;body&gt;<br/><br/>&lt;h1&gt;Welcome to Wikitechy&lt;/h1&gt;<br/><br/>&lt;?php<br/>echo &quot;Hello Kaashiv!&quot;;<br/>?&gt; <br/><br/>&lt;/body&gt;<br/>&lt;/html&gt;</code></pre> </div>
<h4 id="output">Output :</h4>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4156" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/what-is-php.png" alt="" width="1282" height="631" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/what-is-php.png 1282w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/what-is-php-300x148.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/what-is-php-1024x504.png 1024w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/what-is-php-768x378.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/what-is-php-390x192.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/what-is-php-820x404.png 820w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/what-is-php-1180x581.png 1180w" sizes="(max-width: 1282px) 100vw, 1282px" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/web-designing/what-is-php/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is Web Design ?</title>
		<link>https://www.wikitechy.com/interview-questions/web-designing/what-is-web-design/</link>
					<comments>https://www.wikitechy.com/interview-questions/web-designing/what-is-web-design/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Mon, 18 Apr 2022 12:50:01 +0000</pubDate>
				<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[uses of web design]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[what is web design]]></category>
		<category><![CDATA[what is web design example]]></category>
		<category><![CDATA[what is web design software]]></category>
		<category><![CDATA[what is web designing]]></category>
		<category><![CDATA[what is web designing and development]]></category>
		<category><![CDATA[what is web designing course]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4152</guid>

					<description><![CDATA[Web designing is the creation of websites and pages to reflect a company’s brand, ensure a user-friendly experience and information. it can be easily accessed and shared online throughout the world. A combination of functional elements and aesthetic, web design is what determines the look of a website such as its colors, fonts, and graphics [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul>
<li style="text-align: justify;">Web designing is the creation of websites and pages to reflect a company’s brand, ensure a user-friendly experience and information.</li>
<li style="text-align: justify;">it can be easily accessed and shared online throughout the world.</li>
<li style="text-align: justify;">A combination of functional elements and aesthetic, web design is what determines the look of a website such as its colors, fonts, and graphics as well as shaping the site’s structure and the users’ experience of it.</li>
<li style="text-align: justify;">Nowadays, creating a website is one of the pillars of having an online presence.</li>
<li style="text-align: justify;">It is constantly evolving, user interface design and including mobile apps, to meet the growing needs of website owners and visitors alike.</li>
<li style="text-align: justify;">It is often a collaborative process that combines tools and knowledge from related industries, ranging from web design statistics to SEO optimization and UX.</li>
<li style="text-align: justify;">Web designers will often bring together professionals from these areas who can focus and optimize performance on the larger process and outcome.</li>
<li style="text-align: justify;"><strong>Web</strong> <strong>design</strong> refers to the experiential aspects and visual design of a particular website.</li>
</ul>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4153 aligncenter" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/what-is-web-design.png" alt="" width="1279" height="848" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/what-is-web-design.png 1279w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/what-is-web-design-300x199.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/what-is-web-design-1024x679.png 1024w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/what-is-web-design-768x509.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/what-is-web-design-390x259.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/what-is-web-design-820x544.png 820w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/what-is-web-design-1180x782.png 1180w" sizes="(max-width: 1279px) 100vw, 1279px" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/web-designing/what-is-web-design/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
