Click here to Skip to main content
15,888,000 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello friends

In some website page news is update automatically i.e the news is scroll continuously

i need to know which concept is implement in HTML

I need that syntax and tell me good site for learning HTML5
Posted
Comments
DaveAuld 28-Nov-11 4:23am    
Why don't you find a site with an example of what you like, and then use the browser debugger to see what is going on in the background?
vino2012 28-Nov-11 6:54am    
go through web application basics.........

You need to study any server-side programming like ASP.NET to display dynamic data on a website. Here is the link to get started with ASP.NET:

www.aspspider.com/tutorials/[^]

the other link is for HTML5:

http://www.w3schools.com/html5/default.asp[^]

Please mark as answer and vote 5 if this solved your problem

Regards,
Eduard
 
Share this answer
 
In html page we can set blelow tag to referesh page.
<META HTTP-EQUIV="REFRESH" CONTENT="5">


But news updated site are develped throu web application basics only. Just the extension show .html
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900