- The
…………………element creates an inline frame. …………….tag is used to specify video on an HTML document.- The
……………………property is used when you want to add padding (blank spaces) around the content of an element. - The full form of SEO is
…………………….
Total Marks: 100 Time: 3 Hours
- HTML5 introduces a number of new input type values for the type attribute of the
________tag. - The
________attribute of `` tag gives information about the image, so even if the image does not download, it can make the viewers understand the image-related information.
A Quick Tip Before We Start: How to Copy and Paste in this Guide
- To Copy from this guide: Use your mouse to highlight the text or command you need. Press and hold the Ctrl key, then tap C on your keyboard.
- To Paste into a text file: Click where you want the text to go, hold Ctrl, and tap V.
- To Paste into a Command Line/Terminal window: Terminals are old-school and
Ctrl + Vdoesn't always work! The easiest and safest way to paste into a black terminal window is to Right-Click anywhere inside the terminal window with your mouse. A menu will appear where you can click Paste (in some terminals, simply right-clicking once will automatically paste the text).
Objective: In this assignment, you will add new files to your existing project, learn what a .gitignore file is, and use it to prevent Git from uploading sensitive files or junk files to your public GitHub profile.
Prerequisites: Completion of Part 1 (You should have your git-assignment folder on your Desktop, linked to GitHub).
First, we need to open Git Bash and navigate back into your project folder.
Objective: By the end of this assignment, you will have installed Git on your Windows 10 computer, created a local repository, made your first "commit," and published your work to your GitHub profile.
Prerequisites:
- A Windows 10 computer
- A GitHub account (Already completed!)
Chapters Covered: Ch.1 – Advanced Web Designing | Ch.2 – Introduction to SEO | Ch.3 – Advanced JavaScript
- JavaScript is an __________ scripting language that executes its instructions directly without compiling.
Enjoy this full spectrum of essential web development topics (Data Structures, Strings, DOM, Events, Storage, OOP, Timers, and Async APIs).
The dummy database file.
{
"users":[
{ "id": 1, "name": "Alice", "role": "admin", "email": "alice@test.com" },Mid Semester Examination (MSE) – March 2026 Course Name: Database Management Systems | Semester: Sem-IV Time Allowed: 1.5 Hours | Max Marks: 40 Instructions:
- All questions are compulsory.
- Figures to the right indicate full marks.
- Assume suitable valid data wherever required.