Problem Statement:
Create a webpage to manage personal details like name, class, qualifications, photo, address etc., using tables and other suitable HTML tags. Apply the following style information:
- Display the heading of the page in Times New Roman font and with 24px size.
- Align all the field names like Name, Class, Photo etc to right in the table.
- Apply light blue as background colour for the left side cells in the table which contains field names like Name, Class etc...
- Also display your college logo as background image in the top right position of the web page.
Source Code:
Note: In the source code below change /textarea> to
ex3.html
ex3style.css
Output:
Registration Form