Questions tagged [html]

217 questions
1
vote
2 answers

Why would a browser over a slow connection show the raw html (instead of interpreting it)?

I have a few reports of people seeing raw html in their browser (instead of their browser interpreting it). It seems to be happen on slow connections. When this happens, if the user reloads the page, the page is interpreted correctly. Are there…
0
votes
1 answer

HTML Paragraph Multiple Line Alignment

When I open this HTML document in Chrome. The line that says "Line 2". How do I get it to align to the center too without starting a new paragraph tag. HTML page

Heading

0
votes
0 answers

add redirection to directory and subdirectory

A have a multilingual website in English and Arabic. I add the redirection code in .htaccess but only English pages are redirected and my (sub directory ar) its not working. I want to know how I can solve this issue. RewriteEngine On RewriteCond…