World Wide Web Consortium (W3C) It is a group creates standards for technologies used on the web. Each part of the different technologies has a set of specifications (standards) set out for web designers and browsers to follow so everything on the web gets along. Each broseser interprets HTML standards in different way. Doctype & […]

08
Mar
05
Mar
stored in: CSS and tagged:

Try with the below code HTML <div id=”navcontainer”> <ul id=”navlist”> <li id=”active”><a href=”#” id=”current”>Item one</a></li> <li><a href=”#”>Item two</a></li> <li><a href=”#”>Item three</a></li> <li><a href=”#”>Item four</a></li> <li><a href=”#”>Item five</a></li> </ul> </div> CSS #navlist { color: white; background: #17a; border-bottom: 0.2em solid #17a; border-right: 0.2em solid #17a; padding: 0 1px; margin-left: 0; width: 12em; font: normal 0.8em Verdana, […]

In HTML the link tag is used to connect external sytle sheets to a web page. But the link tag has sever other uses. The link tag found in the head of the HTML document. The link tag is convey relationship between the current page and other Internet documents, and it is a singleton tag, […]

04
Mar
stored in: Web Designing and tagged:
03
Mar