Frontend CSEOE03 Assignment
Frontend CSEOE03 Assignment
4. Design a JavaScript program to display the current day and time in the following
format. Today is : Monday. Current time is : 11 AM : 50 : 58
5. Create an HTML code to create a web page that contains the user registration form
with following details user name, user date of birth, user address, user gender, user
email id, user mobile number
11. What is CSS and Discuss the different ways to create CSS and explain with
15. Explain different types of array in java script each with example.
16. Write a shorts notes on semantic element, media element CANVAS, SVG.
17. What are glyphicons .How do you create responsive form using Bootstrap.
18. What are jQuery effects. Describe method like. hide(), .show(),fadeIn(),.slideup() and
19. .animate().
21. What are Glyphicons? Are they still used in the latest Bootstrap version?
22. Explain variable declaration and scope in JavaScript.
31. Write HTML code to create a student registration form using form elements.
34. Explain the usage of pagination and breadcrumbs in Bootstrap with examples.
35. What is the difference between BOM (Browser Object Model) and DOM
(Document Object Model) in JavaScript?
36. Describe the event handling process in JavaScript. How do you attach an event
to an HTML element?
37. Describe the structure of a jQuery script. How do you write and use jQuery code in
an HTML document?
38. Design a complete HTML5 webpage layout using semantic elements (header,
nav, section, article, aside, footer) and apply CSS styling to it.
39. Design a complete webpage layout using Bootstrap forms. Include the following: •
Text fields • Radio buttons • Checkbox • Dropdowns • Submit button
40. Design a JavaScript function to validate a user form (name, email, password). The
function should check for the presence of all fields, validate the email format, and
ensure the password length is sufficient.