Top "Title" questions

**DO NOT USE THIS TAG.

How can I use a carriage return in a HTML tooltip?

I'm currently adding verbose tooltips to our site, and I'd like (without having to resort to a whizz-bang jQuery plugin, …

html title tooltip
Changing navigation title programmatically

I have a navigation bar with a title. When I double click the text to rename it, it actually says …

swift uinavigationbar title
Set title background color

In my android application I want the standard/basic title bar to change color. To change the text color you …

android title titlebar
How to get the title of HTML page with JavaScript?

How can I get the title of an HTML page with JavaScript?

javascript html dom title
Python Matplotlib figure title overlaps axes label when using twiny

I am trying to plot two separate quantities on the same graph using twiny as follows: fig = figure() ax = fig.…

python matplotlib title figure
How to change the window title of a MATLAB plotting figure?

I have created a MATLAB plotting with the plot() function. How do I change the window title of the generated …

matlab title plot
Getting title and meta tags from external website

I want to try figure out how to get the <title>A common title</title> <…

php curl title meta-tags
Changing the page title with Jquery

How to make dynamic changing <title> tag with jquery? example: adding 3 > symbols one by one > title &…

javascript jquery title
In Chart.js set chart title, name of x axis and y axis?

Does Chart.js (documentation) have option for datasets to set name (title) of chart (e.g. Temperature in my City), …

charts title chart.js
Matplotlib - global legend and title aside subplots

I've started with matplot and managed some basic plots, but now I find it hard to discover how to do …

matplotlib title legend subplot