Top "Html" questions

HTML (HyperText Markup Language) is the markup language for creating web pages and other information to be displayed in a web browser.

Setting a max character length in CSS

I am making responsive website for school and my question is: How do I set a max character length of …

html css text
How to scroll HTML page to given anchor?

I’d like to make the browser to scroll the page to a given anchor, just by using JavaScript. I …

javascript jquery html scroll anchor
ASP.NET MVC get textbox input value

I have a textbox input and some radio buttons. For example my textbox input HTML looks like that: <input …

c# html asp.net-mvc asp.net-mvc-4 razor
Remove HTML tags from a String

Is there a good way to remove HTML from a Java string? A simple regex like replaceAll("\\<.*?>", "") will …

java html regex parsing
Streaming via RTSP or RTP in HTML5

I'm building a web app that should play back an RTSP/RTP stream from a server http://lscube.org/projects/…

video html streaming rtsp rtp
How to remove unwanted space between rows and columns in table?

How do I remove the extra space between the rows and columns in the table. I've tried changing the margin, …

html css html-table
How to force link from iframe to be opened in the parent window

I need to open the link in the same parent page, instead of open it in a new page. note : …

html iframe hyperlink html-target
How to remove underline from a link in HTML?

In my page I have put some links under which I don't want any line, so, how can I remove …

html
How to change the button text of <input type="file" />?

<input type="file" value="Browse" name="avatar" id="id_avatar" /> I tried to modify the value, but it's …

html input
Align contents inside a div

I use css style text-align to align contents inside a container in HTML. This works fine while the content is …

html css text-align