Codey's Digital Masterpiece - Educational stories

Codey's Digital Masterpiece

Story Description

Join Codey, a young digital architect, as he transforms a blank canvas into a vibrant, interactive world using the magic of web code. This enchanting story blends technical concepts with a whimsical adventure, making the world of programming accessible and inspiring for learners of all ages.

Ratings:Not enough ratings
Language:English
Published Date:
Reading Time:1 minutes

Keywords

Generation Prompt

Modules Covered: CSS3, JavaScript Basics, JavaScript Objects Time Allotment: 2 Hours Total Points: 100 PART 1: BASIC WEB PAGE (20 POINTS) Create a simple webpage using HTML + CSS3. Requirements: · - Title: "Student Profile" · - Heading (h1) · - Paragraph description · - Apply CSS: background color, text color, font styling, text-shadow · - Add rounded box using border-radius PART 2: JAVASCRIPT BASICS (30 POINTS) Requirements: · - Declare variables (name, age) · - Display output using document.write() · - Perform addition using operators · - Use if-else (Adult/Minor) · - Add button with onclick alert PART 3: LOOPS AND FUNCTIONS (20 POINTS) Requirements: · - Create function showNumbers() · - Use for loop (1–10) · - Use while loop (1–5) PART 4: JAVASCRIPT OBJECTS (15 POINTS) Requirements: · - Create student object (name, age, course) · - Display properties · - Add method fullInfo() PART 5: ARRAYS AND DOM (15 POINTS) Requirements: · - Create array of subjects · - Display using loop · - Use document.getElementById()

Comments

Loading...