Click Here to view Result after edited
Return to html tutorial by example
<html> <body> <h4> Ranking list, no Type attribute: </ h4> <ol> <li> NT22.com network tutorial courses web site </ li> <li> NT22.com network tutorial web site code </ li> <li> NT22.com network tutorial of the World of Warcraft </ li> </ ol> <h4> ranking list, as a Type A attribute: </ h4> <ol type="A" /> <li> NT22.com network tutorial courses web site </ li> <li> NT22.com network tutorial web site code </ li> <li> NT22.com network tutorial of the World of Warcraft </ li> </ ol> <h4> ranking list, set a Type attribute: </ h4> <ol type="a" /> <li> NT22.com network tutorial courses web site </ li> <li> NT22.com network tutorial web site code </ li> <li> NT22.com network tutorial of the World of Warcraft </ li> </ ol> <h4> ranking list, as a Type I attribute: </ h4> <ol type="I" /> <li> NT22.com network tutorial courses web site </ li> <li> NT22.com network tutorial web site code </ li> <li> NT22.com network tutorial of the World of Warcraft </ li> </ ol> <h4> ranking list, as a Type attribute i: </ h4> <ol type="i" /> <li> NT22.com network tutorial courses web site </ li> <li> NT22.com network tutorial web site code </ li> <li> NT22.com network tutorial of the World of Warcraft </ li> </ ol> </ body> </ html>