Forum : HTML
Brief description  about Online courses   join in Online courses
View Sandesh c j Chickmagular jatheendranath 's Profile

HTML

How to arrange Links in HTML page next to each other.
Replies (1)
View prasun basu 's Profile
you can arrange the links as unordered list (ul) and then add the following attribute in CSS:

ul li
{
display:inline;
}
Sep 19, 2009