I want to create dynamic pages from html is it possible? Please share your knowledge here.
[edited by: bill at 1:31 pm (utc) on Nov 15, 2012] [edit reason] formatting [/edit]
phranque
10:54 am on Oct 25, 2012 (gmt 0)
welcome to WebmasterWorld, andrewneil!
html is a markup language and there are no logical or procedural elements.
there are other technologies that can generate "dynamic content" in the form of html documents.
what are your requirements?
g1smd
10:57 am on Oct 25, 2012 (gmt 0)
HTML is a markup language: headings, paragraphs, lists, tables, forms, links, images, etc.
You can have HTML code placed in a static file or you can have a PHP or other script send HTML code and content out to a browser.
The page is separately styled using CSS to specify how the various page elements should be displayed.
lucy24
9:01 pm on Oct 25, 2012 (gmt 0)
... and you can have a static html page include dynamic php content :)
In some situations you can make a responsive html page. There was a recent thread about page width. I had lots of fun playing with that.
Alex67
6:15 am on Dec 18, 2012 (gmt 0)
Yes, we can but we need to scripting languages or through PHP. make sure HTML is a simple markup language, where as not possible to use independently.
papercupmachine
7:09 am on Dec 22, 2012 (gmt 0)
yes we can create dynamic webpage using html. But HTML is only a markup language so we use any scripting language with html for creating dynamic webpages