sivaramakrishna13
sivaramakrishna13
Registration Formbody {font-family: Arial, sans-serif;background-color: #f4f4f4;color: #333;margin: 20px;}h1 {text-align: center;color: #333;}table {margin: 0 auto;border-collapse: collapse;width: 50%;}table, th, td {border: 1px solid #ccc;}th, td {padding: 10px;text-align: left;}th {background-color: #f2f2f2;}input[type="text"], input[type="password"], input[type="number"],...
Understanding Lists in HTML body {font-family: Arial, sans-serif; background-color: #f4f4f4;color: #333; line-height: 1.6; margin: 20px;} h1, h2, h3 {color: #333;} ul, ol, dl {margin-left: 20px;} dt {font-weight: bold;} dd {margin-left:...
Image Gallery body {font-family: Arial, sans-serif;background-color: #f4f4f4;color: #333;text-align: center;margin: 20px;}h1 {color: #333;}.gallery {display: flex;flex-wrap: wrap;justify-content: center;}.gallery-item {margin: 10px;}.gallery-item img {width: 100px;height: 100px;border-radius: 5px;cursor: pointer;transition: transform 0.3s;}.gallery-item img:hover {transform: scale(1.1);}Image Gallery
Profile Links body {font-family: Arial, sans-serif; background-color: #f4f4f4; color: #333; text-align: center; margin: 20px;} h1 {color: #333;} .profile {display: inline-block; margin: 20px;} .profile img {width: 150px; height: 150px; border-radius: 50%;...
Understanding Hyperlinks in HTML body {font-family: Arial, sans-serif; background-color: #f4f4f4; color: #333; line-height: 1.6; margin: 20px;} h1, h2 {color: #333;} p {margin-bottom: 20px;} a {color: #1a0dab;text-decoration: none;}a:hover {text-decoration: underline;} Understanding...