0% found this document useful (0 votes)
31 views5 pages

WEB_Viva.AH

Web development viva vtu

Uploaded by

notfairksd
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
0% found this document useful (0 votes)
31 views5 pages

WEB_Viva.AH

Web development viva vtu

Uploaded by

notfairksd
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
You are on page 1/ 5
Web Technology Lab (BCSLS04) VIVA QUESTIONS ‘What is web technology? A: Web technology encompasses the tools and techniques used to communicate between different devices over the internet, including protocols, languages (HTML, CSS, JavaScript), frameworks, and server-s side technologies. . What is the difference between a website and a web application? A: A website is a collection of static or dynamic pages accessible via the internet, typically for information display, A web application, however, is an interactive program that enables user actions and processing, often featuring complex interactions and data handling (¢.g., online banking, social media), . What are front-end and back-end technologies? A: Front-end technologies manage the user interface and experience, using HTML, CSS, and JavaScript. Back-end technologies handle server-side operations, databases, and business logic, typically using languages like PHP, Python, Node,js, and databases like MySQL or MongoDB ‘What is the role of HTML in web development? A: HTML is a markup language that structures the content on a web page, defining elements like headings, paragraphs, images, links, tables, and forms, ‘What are semantic HTML tags? A: Semantic HTML tags, like
,