We're a community of 1.1M IT Pros here for help, advice, solutions, professional growth and fun. Join us!
1,080,680 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Start New Discussion Reply to this Discussion

Web Developing Using HTML

Hi Guys,

I'm here with another problem. I want to know that is it possible to make a Dynamic website through HTML. I know we can make simple website using HTML. But I want to make a Dynamic website. So, please tell me is it possible or not?

4
Contributors
4
Replies
2 Days
Discussion Span
1 Year Ago
Last Updated
5
Views
jonsman
Newbie Poster
2 posts since Mar 2012
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0

If you mean just HTML, then no. You'll need a server side script to create your dynamic HTML.

pritaeas
Posting Prodigy
Moderator
9,547 posts since Jul 2006
Reputation Points: 1,194
Solved Threads: 1,496
Skill Endorsements: 98

server side, or client side... with a bit of javascript you can have a bit of a dynamic touch. but there is need to scripting, that part is right.

stultuske
Industrious Poster
4,493 posts since Jan 2007
Reputation Points: 1,377
Solved Threads: 630
Skill Endorsements: 25

html is client side scripting and for dynamic site need to server side language such as PHP ,ASP ,JSP etc


or you use any CMS for this

rajeevphp2011
Light Poster
26 posts since Nov 2011
Reputation Points: 7
Solved Threads: 6
Skill Endorsements: 1

html is not scripting. JavaScript is scripting, perl is scripting, ...
the client side scripting is not the html itself, but the scripts in a scripting language that are coded in the html document:

<script type="text/javascript">
function showAlert(){
alert("Hello world!");
}
</script>
stultuske
Industrious Poster
4,493 posts since Jan 2007
Reputation Points: 1,377
Solved Threads: 630
Skill Endorsements: 25

This article has been dead for over three months: Start a new discussion instead

Post: Markdown Syntax: Formatting Help
 
You
 
© 2013 DaniWeb® LLC
Page generated in 0.0667 seconds using 2.64MB