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.

How to change the style of the title attribute inside an anchor tag?

Example: <a href="example.com" title="My site"> Link </a> How do I change the presentation …

html css
HTML span align center not working?

I have some HTML: <div align="center" style="border:1px solid red"> This is some text in a …

html css
change cursor to finger pointer

I have this a and I don't know that I need to insert into the "onmouseover" so that the cursor …

html css mouseevent
Alternative to iFrames with HTML5

I would like to know if there is an alternative to iFrames with HTML5. I mean by that, be able …

html iframe
Refresh a page using JavaScript or HTML

How can I refresh a page using JavaScript or HTML?

javascript html page-refresh
Resize HTML5 canvas to fit window

How can I automatically scale the HTML5 <canvas> element to fit the page? For example, I can get …

javascript html html5-canvas
How to dynamically change a web page's title?

I have a webpage that implements a set of tabs each showing different content. The tab clicks do not refresh …

javascript html
How to position a div in the middle of the screen when the page is bigger than the screen

Hi I'm using something similiar to the following to get a div positioned in the middle of the screen: <…

css html window center
execute function after complete page load

I am using following code to execute some statements after page load. <script type="text/javascript"> window.onload = …

javascript html image
Calling a javascript function in another js file

I wanted to call a function defined in a first.js file in second.js file. both files are defined …

javascript html