0% found this document useful (0 votes)
3 views

Frontend CSEOE03 Assignment

The document outlines an assignment with various tasks related to web development, including differentiating HTML and HTML5, explaining jQuery and its selectors, and creating JavaScript programs and HTML forms. It also covers CSS advantages, JavaScript concepts like closures and prototyping, and the use of Bootstrap for responsive design. Additionally, it includes practical exercises for designing web pages and handling events using JavaScript and jQuery.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Frontend CSEOE03 Assignment

The document outlines an assignment with various tasks related to web development, including differentiating HTML and HTML5, explaining jQuery and its selectors, and creating JavaScript programs and HTML forms. It also covers CSS advantages, JavaScript concepts like closures and prototyping, and the use of Bootstrap for responsive design. Additionally, it includes practical exercises for designing web pages and handling events using JavaScript and jQuery.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

CSEOE03 Assignment

1. Differentiate html and html5?


2. What is jQuery? Explain jQuery Selectors?

3. What are the methods to access Html elements and attributes?

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

6. Describe the advantages of CSS

7. How to Create Object in JavaScript.

8. Discuss the usage of cascading style sheet.

9. what is javascript and differentiate between java and javascripts.

10. what is closures and protyping.

11. What is CSS and Discuss the different ways to create CSS and explain with

example. 30.Differentiate between var , let and const in Javascripts.

12. List out operators supported in Javascripts.

13. Describe the various font and text properties of CSS.

14. What is Bootstrap and why is it used.

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().

20. What is the BOM and DOM in JavaScript?

21. What are Glyphicons? Are they still used in the latest Bootstrap version?
22. Explain variable declaration and scope in JavaScript.

23. Describe the different data types in JavaScript.

24. What are the control structures used in JavaScript?

25. Explain how event handling works in JavaScript with an example.

26. Explain the box model in CSS with a diagram.

27. Define Semantic elements in HTML5 with examples.

28. What is Bootstrap and why is it used in web development?

29. What is an array in JavaScript? How is it different from an object?

30. What is jQuery? Why is it widely used in web development?

31. Write HTML code to create a student registration form using form elements.

32. Explain any five important form attributes in HTML5.

33. How does the Bootstrap navbar component work?

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.

41. Write a jQuery script to handle the following events:

a. Display a greeting message when a button is clicked.

b. Change the background colour of a div when hovered over.

c. Display a message when the user presses a key.

You might also like