How can we create profile - information bars with HTML, like eg. on facebook you can see the info such as: date of birth, name etc.. how can you create like that with HTML whether it's for free websites or so
HTML is a markup language only. You need something like JavaScript, PHP, ASP.NET (VB.NET or C#) that can pull in the information requested and generate the HTML to display it.