WebTech_50_Marks_Model_Answers
WebTech_50_Marks_Model_Answers
---
- <head> - Metadata
- Dynamic websites change content based on user input or server-side logic (using PHP, JS, etc.)
4. What are JavaScript's data types, and how are they used?
- Primitive types: String, Number, Boolean, Null, Undefined, Symbol
5. What is the CSS box model, and what properties does it include?
---
- Canvas is fast for real-time rendering (e.g., games), but not scalable.
7. How do XML Schema, DOM, XSL, and XSLT transform XML data?
try {
let x = y + 1; // y is undefined
} catch (error) {
---
10. Create a personal portfolio site using HTML5, CSS3, and Bootstrap.
<div class="container">
<header class="text-center">
<h1>Abhishek Shukla</h1>
</header>
<section id="projects">
<h2>My Projects</h2>
<div class="row">
</div>
</section>
</div>
11. Develop a user registration form with HTML5 form elements and style it using CSS3.
Example:
<form>
</form>
CSS:
form input {
margin: 10px;
padding: 10px;
width: 250px;