HTML (HyperText Markup Language) is the predominant markup language used for creating web pages. In modern web pages, HTML is used to markup the contents of the website, while CSS and Javascript are used to define the styles and behaviors respectively.

learn more… | top users | synonyms

2
votes
4answers
58 views

Assemble static site from templates? (don't want to reinvent the wheel)

I have a site that is 100% static content (no php, just some javascript). There's several "blocks" like the header, menu, footer, etc. that are the same on each page. Rather than do a lot of ...
2
votes
2answers
35 views

How to determine which files are used by website

I recently became responsible for a PHP / HTML / MySQL website. The document structure is full of duplicate files and folders making the site appear more complex than it is. Is there any tool I can ...
0
votes
2answers
95 views

Public search engine which index HTML tags

Do you know a public search engine which allows search on HTML tags? The usage will be to search websites with HTML5 tags such as <canvas> being able to search over the class names could also ...
2
votes
1answer
75 views

How do I change pages registering as 404 to 200

I have this problem. After relaunching my site: http://www.kgstiles.com, traffic dropped immensely(about 60%). After troubleshooting for a week and a half - losing thousands of dollars off of lost ...
1
vote
1answer
23 views

Reading .mht webpages from server

We have some .mht files which load fine from local files but when loaded from the remote webserver display as junk text. What can I do to make them work correctly from our webserver?
1
vote
1answer
86 views

Multimedia web applications that perform well

There are a few multimedia web applications like PHPMotion, ClipBucket that allow playback of multimedia files. Beside the mentioned multimedia web applications, are there other similar multimedia ...
0
votes
1answer
16 views

Automatic HTML clean up

What are some of the most popular tools for automatically cleaning up HTML code to its cleanest and most best practices rendition? The only one I know is the venerable HTMLtidy. Please see this for ...
0
votes
1answer
56 views

What are reasons of latency for a HTTP request to load HTML?

I would like to know what are reasons of latency for a HTTP request to load HTML part of a webpage. I think about: loading webpage with proxy not having a good web server (apache vs nginx) having a ...
0
votes
1answer
194 views

SVG images grow and create scrollbars when on the server

Okay so I embedded some SVG images into my page and opened it locally on Chrome and it looked fine. I upload the same file to the server and look at the page online and the SVG images have grown by ...
-1
votes
1answer
165 views

Best Web designing Software with realtime online editing supported by Explicit FTP OVER TLS?

i have found out that Adobe Dreamveiwer CS5 doesn't supoort FTP server which has Explicit FTP OVER TLS Type Connection . and searched Adobe Forum and Confirmed that the feature yet to Implement in ...
0
votes
0answers
45 views

How to put Evernote on my webpage

I have lists of things to do in Evernote. I want to put this on a webpage. If it can be interactive, that's even better, but I would be happy if I could just display my Evernotes on my page as well. ...