









Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Sequence(List) Code: List = [] print("Initial blank List: ") print(List) List = ['GeeksForGeeks’] print("\nList with the use of String: ") print(List)List = ["Geeks", "For", "Geeks"] print("\nList containing multiple values: ") print(List[0]) print(List[2]) List = [['Geeks', 'For'], ['Geeks’]] print("\nMulti-Dimensional List: ") print(List)
Typology: Study notes
1 / 17
This page cannot be seen from the preview
Don't miss anything!
SUBJECT NAME –Web Application Development lab SUBMITTED TO – MS. TAMANNA Problem of statement 1 -: Create an XHTML web page that demonstrates the use of the following XHTML tags Paragraphs, headings, and character entities.
This is a paragraph demonstrating basic XHTML .
Character entities are used to display special characters that would otherwise be interpreted as HTML code. Here are some examples:
SUBJECT NAME –Web Application Development lab SUBMITTED TO – MS. TAMANNA Problem of statement 3 -: Create an XHTML web page that demonstrates the use of Image.
SUBJECT NAME –Web Application Development lab SUBMITTED TO – MS. TAMANNA Problem of statement 4 -:Create an XHTML web page that demonstrates the usage of ordered, unordered, and definition lists.