write a code to create any form in html and apply any css property on it
Answers
Answered by
1
! DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> <head> <title>My first styled page</title> <style type="text/css"> body { color: purple; background-color: #d8da3d } </style> </head> <body> [etc.] The first line says that this is a style sheet and that it is written in CSS (“text/css”).
Similar questions
Psychology,
4 months ago
Social Sciences,
4 months ago
English,
9 months ago
Science,
1 year ago
Science,
1 year ago
English,
1 year ago