How To Make Website Using CSS Unknown December 12, 2017<html> <head> <style> body{background:pink;} #main{width:90%; height:750px; border:2px dashed red; margin:0 auto} #header{... Continue Reading
Frame set In HTML Unknown December 12, 2017In frame set there is rows and cols you see in picture on left side all the links are open in right side of frame .It is possible by giving ... Continue Reading
How To Start Html Unknown December 12, 2017First of all make a folder and name it my website, then makes all the folder in my website folder . like Audio folder Video Folder Image Fo... Continue Reading
How To Link In HTML Unknown December 12, 2017<html> <body background="t.jpg"> <h3>index tag</h3> <marquee bgcolor="red" behaviour="al... Continue Reading
HTML Nested List Unknown December 12, 2017<html> <head><title>nested list</title></head> <body bgcolor="yellow"> <h1 align="cen... Continue Reading
HTML Calender Unknown December 12, 2017<html> <body bgcolor="sky blue" > <h1 align="center">calender 2018</hr> <table border="3... Continue Reading