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

Notes PHP

This document contains a list of 27 practical web development topics including using HTML tags, CSS properties, JavaScript functions, XML, and PHP. Some examples include creating an HTML registration form, using CSS for positioning and tables, writing JavaScript code for calculations and conditional logic, generating XML with a DTD, and setting up a local PHP development environment. The topics cover key elements of front-end and back-end web development like form creation, styling, interactivity, data storage, and server-side programming.

Uploaded by

SACHIN GAUTAM
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

Notes PHP

This document contains a list of 27 practical web development topics including using HTML tags, CSS properties, JavaScript functions, XML, and PHP. Some examples include creating an HTML registration form, using CSS for positioning and tables, writing JavaScript code for calculations and conditional logic, generating XML with a DTD, and setting up a local PHP development environment. The topics cover key elements of front-end and back-end web development like form creation, styling, interactivity, data storage, and server-side programming.

Uploaded by

SACHIN GAUTAM
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

WEB DEVELOPMENT INDEX (up to 07-11-23)

S.no. Practical Name


1. Program to create placement registration form using HTML.
2. Program to use HTML formatting tags (b, em, i, small, sub, sup, strong, ins, del, mark).
3. Program to use anchor tag.
4. Create a nested list stating our subjects in Semester 5 and their corresponding units
name.
5. Write XHTML code to input your name, branch and choose year from the dropdown.
Use transitional and strict XHTML.
6. Program to use HTML 5 tags (aside, audio, header, footer, canvas, datalist, label, Input,
textarea, button, article, source, video, caption).
7. To work with inline and internal CSS with selector (element, id, class, group,
universal) use background and border property.
8. To develop CV also use following CSS properties - margin, padding, text align,
vertical align, font variant, font family, font size, font style, font weight, letter spacing,
word spacing.
9. Create a list and apply the following CSS property to: - list-style-type, list-style-
position, list-style-image, list-style.
10. Write HTML and CSS code to create different types of lists.
11. Create a web page with the body verdana size medium black with yellow background
and no margins. Make all heading fonts Georgia and make heading 1 xx-large and
cardinal red.
12. Write HTML, CSS code to create two boxes. Box1 has content width of 300px, height
of 100 px and green border of 1 px. Box2 has content width of 300px, padding of 50px
& red border of 1 px . Observe the differences in box width with and without using
border box property.
13. To work with CSS table properties and selectors –
1.border
2.border-collapse
3.width
4.height
5.text-align
6.vertical-align
7.padding
8.selector (nth child hover)
14. To work with CSS positioning - static, relative, fixed, sticky, absolute. Observe the
difference in positioning in different position values.
15. To work with images – change height & width, add rounded borders, make it
transparent, align the image to left and wrap text around.
16. Write html & JS code for performing different categories of operations in js . Use
external JS for different operations.
17. To work on JS decision making statements
a. To determine largest of 3 no's
b. To determine if the i/p alphabet is vowel or not using switch statement.
18. Write a JS code which run for a sequence of numbers and write ‘fizz’ if number at an
instance is multiple of 3, ‘buzz’ if it is multiple of 5, ‘fizz buzz’ if multiple of both 3
and 5 and number as it is, when neither divisible by 3 or 5.
19. Write a JS code to ask a question & accept an answer. The user is given 3 chances after
which user will lose the game. Use prompt, confirm & alert dialog box.
20. Write a user defined function in JavaScript to calculate factorial of a no.
21. a. Write the JS code to change the color of a label on click of the button.
b. Write a html and JavaScript code to reset the form elements on click of reset button.
c. Write a JS code to take input and show result as per choice on radio buttons (Double
and Square).
d. Write a JS function that changes the background color of a label when mouse enters
it.
22. Create a well-formed XML containing details of courses running in an institute viz
institute name, name of the program, number of sections, seats intake, and write
eligibility (10th or 12th).
A. Without DTD
B. With DTD
23 Use CSS to create a web page from xml containing the institute name along with
running program names, no of sections, seat intake, eligibility criteria (10th or 12th) .
24 To determine maximum element of a 2D array using JavaScript
25 To check whether a string is palindrome or not using JavaScript
26 Set up PHP environment using XAMPP server
27 Work with different PHP operators

You might also like