Showing posts with label CSS_and_HTML. Show all posts
Showing posts with label CSS_and_HTML. Show all posts

Wednesday, 28 February 2018

Form Designing with Div tag in HTML

DivCSS.html <!DOCTYPE html> <html> <head> <style> div {     width: 500px;     height: 100px;     border: 3...

Form Designing with Div tag using .gif image with no repeat tag in HTML

DivCSS.html <!DOCTYPE html> <html> <head> <style> body {     background: #ffffff url("Sri-Krishna.jpg...

Form Designing with Div tag using fixed .gif image with no repeat tag in HTML

DivCSS.html <!DOCTYPE html> <html> <head> <style> body {     background-image: url("part-003.gif")...

Form Designing with Div tag using .gif image with no repeat tag in HTML

DivCSS.html <!DOCTYPE html> <html> <head> <style> body {     background-image: url("tom.gif");   ...

Form Designing with Div tag using single image with no repeat tag in HTML

DivCSS.html <!DOCTYPE html> <html> <head> <style> body {     background-image: url("Tulips.jpg"); ...

Form Designing with Div tag using single image with repeat tag in HTML

DivCSS.html <!DOCTYPE html> <html> <head> <style> body {     background-image: url("Tulips.jpg"); ...