Questions tagged [label]

A label is a placeholder for text and other UI elements.

Label is a commonly used term for a user interface element. It is applicable to both web, and windows environment. It is typically an element with limited functionality, used solely, or at least primarily, for display purposes.
It can also have additional roles such as providing hooks for accessibility and assistive technologies. The HTML label tag is often used for this purpose.

Definition and Usage

  • The <label> tag defines a label for an element.
  • The <label> element does not render as anything special for the user. However, it provides a usability improvement for mouse users, because if the user clicks on the text within the <label> element, it toggles the control.
  • The for attribute of the <label> tag should be equal to the id attribute of the related element to bind them together.
  • The for attribute specifies which form element a label is bound to.
11279 questions
100
votes
5 answers

Newline in a WPF-label?

How can I add a newline in the text of a label in WPF such as the following?
Natrium
  • 30,772
  • 17
  • 59
  • 73
98
votes
6 answers

How do you add a general label to facets in ggplot2?

I often have numeric values for faceting. I wish to provide sufficient information to interpret these faceting values in a supplemental title, similar to the axis titles. The labeller options repeat much unnecessary text and are unusable for longer…
Etienne Low-Décarie
  • 13,063
  • 17
  • 65
  • 87
97
votes
3 answers

Label python data points on plot

If you want to label your plot points using python matplotlib, I used the following code. from matplotlib import pyplot as plt fig = plt.figure() ax = fig.add_subplot(111) A = anyarray B = anyotherarray plt.plot(A,B) for i,j in zip(A,B): …
ashley
  • 1,535
  • 1
  • 14
  • 19
97
votes
2 answers

matplotlib set yaxis label size

How can I change the size of only the yaxis label? Right now, I change the size of all labels using pylab.rc('font', family='serif', size=40) but in my case, I would like to make the y-axis label larger than the x-axis. However, I'd like to leave…
zje
  • 3,824
  • 4
  • 25
  • 31
94
votes
6 answers

How can I add a hint or tooltip to a label in C# Winforms?

It seems that the Label has no Hint or ToolTip or Hovertext property. So what is the preferred method to show a hint, tooltip, or hover text when the Label is approached by the mouse?
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862
94
votes
7 answers

How can I use the FOR attribute of a LABEL tag without the ID attribute on the INPUT tag

Is there a solution to the problem illustrated in the code below? Start by opening the code in a browser to get straight to the point and not have to look through all that code before knowing what you're looking for. Input ID…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/input" class="post-tag grid--cell" title="show questions tagged 'input'" rel="tag">input</a> <a href="../../questions/tagged/label" class="post-tag grid--cell" title="show questions tagged 'label'" rel="tag">label</a> <a href="../../questions/tagged/for-loop" class="post-tag grid--cell" title="show questions tagged 'for-loop'" rel="tag">for-loop</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 24 '10 at 05:35">asked Apr 24 '10 at 05:35</time> <a href="../../users/157949/shawn" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/157949.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Shawn" /> </a> <div class="s-user-card--info"> <a href="../../users/157949/shawn" class="s-user-card--link">Shawn</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">10,931</li> <li class="s-award-bling s-award-bling__gold" title="18 gold badges">18</li> <li class="s-award-bling s-award-bling__silver" title="81 silver badges">81</li> <li class="s-award-bling s-award-bling__bronze" title="126 bronze badges">126</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-16615293"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>93</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/16615293/display-labels-in-line-with-the-edge-when-using-graphviz" class="question-hyperlink">Display labels in line with the edge when using Graphviz</a></h3> <div class="excerpt">I am using Graphviz 2.30. Horizontal positioning for labels works out, but in a few cases, a modified angle would be desired. For instance, I tried various values for angle here but without any effect: ABB -> ABACUS[label="applied",…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/graphviz" class="post-tag grid--cell" title="show questions tagged 'graphviz'" rel="tag">graphviz</a> <a href="../../questions/tagged/label" class="post-tag grid--cell" title="show questions tagged 'label'" rel="tag">label</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked May 17 '13 at 18:04">asked May 17 '13 at 18:04</time> <a href="../../users/508717/mnemonic" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/508717.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="mnemonic" /> </a> <div class="s-user-card--info"> <a href="../../users/508717/mnemonic" class="s-user-card--link">mnemonic</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,605</li> <li class="s-award-bling s-award-bling__gold" title="2 gold badges">2</li> <li class="s-award-bling s-award-bling__silver" title="17 silver badges">17</li> <li class="s-award-bling s-award-bling__bronze" title="26 bronze badges">26</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-3142884"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>91</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>4</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/3142884/regarding-the-html-label-s-for-property" class="question-hyperlink">Regarding the HTML Label's "For" Property</a></h3> <div class="excerpt">Considering the following 2 lines of code (copied from w3schools.com > "HTML < label > for Attribute"): <label for="male">Male </label> <input type="radio" name="sex" id="male" /> I am having trouble discovering the exact purpose of the above…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/label" class="post-tag grid--cell" title="show questions tagged 'label'" rel="tag">label</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 29 '10 at 16:53">asked Jun 29 '10 at 16:53</time> <a href="../../users/328414/user328414" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/328414.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="user328414" /> </a> <div class="s-user-card--info"> <a href="../../users/328414/user328414" class="s-user-card--link">user328414</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,230</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="9 silver badge">9</li> <li class="s-award-bling s-award-bling__bronze" title="15 bronze badge">15</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-10686917"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>88</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>3</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/10686917/setting-the-style-property-of-a-wpf-label-in-code" class="question-hyperlink">Setting the Style property of a WPF Label in code?</a></h3> <div class="excerpt">In App.xaml, I have the following code: <Application.Resources> <Style x:Key="LabelTemplate" TargetType="{x:Type Label}"> <Setter Property="Height" Value="53" /> <Setter Property="Width" Value="130" /> <Setter…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c#" class="post-tag grid--cell" title="show questions tagged 'c#'" rel="tag">c#</a> <a href="../../questions/tagged/wpf" class="post-tag grid--cell" title="show questions tagged 'wpf'" rel="tag">wpf</a> <a href="../../questions/tagged/user-interface" class="post-tag grid--cell" title="show questions tagged 'user-interface'" rel="tag">user-interface</a> <a href="../../questions/tagged/label" class="post-tag grid--cell" title="show questions tagged 'label'" rel="tag">label</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked May 21 '12 at 14:12">asked May 21 '12 at 14:12</time> <a href="../../users/1317981/daniel" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1317981.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Daniel" /> </a> <div class="s-user-card--info"> <a href="../../users/1317981/daniel" class="s-user-card--link">Daniel</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">2,944</li> <li class="s-award-bling s-award-bling__gold" title="3 gold badges">3</li> <li class="s-award-bling s-award-bling__silver" title="22 silver badges">22</li> <li class="s-award-bling s-award-bling__bronze" title="40 bronze badges">40</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-13413112"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>87</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/13413112/creating-labels-where-line-appears-in-matplotlib-figure" class="question-hyperlink">Creating labels where line appears in matplotlib figure</a></h3> <div class="excerpt">I have a figure created in matplotlib (time-series data) over which are a series of matplotlib.pyplot.axvline lines. I would like to create labels on the plot that appear close to (probably on the RHS of the line and towards the top of the figure)…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/python" class="post-tag grid--cell" title="show questions tagged 'python'" rel="tag">python</a> <a href="../../questions/tagged/matplotlib" class="post-tag grid--cell" title="show questions tagged 'matplotlib'" rel="tag">matplotlib</a> <a href="../../questions/tagged/label" class="post-tag grid--cell" title="show questions tagged 'label'" rel="tag">label</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Nov 16 '12 at 08:43">asked Nov 16 '12 at 08:43</time> <a href="../../users/1755884/tripkane" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1755884.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="tripkane" /> </a> <div class="s-user-card--info"> <a href="../../users/1755884/tripkane" class="s-user-card--link">tripkane</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">909</li> <li class="s-award-bling s-award-bling__gold" title="2 gold badges">2</li> <li class="s-award-bling s-award-bling__silver" title="8 silver badges">8</li> <li class="s-award-bling s-award-bling__bronze" title="6 bronze badges">6</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-11152323"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>86</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/11152323/the-purpose-of-using-aria-labelledby-on-already-labeled-input-elements" class="question-hyperlink">The purpose of using "aria-labelledby" on already labeled input elements?</a></h3> <div class="excerpt">Many ARIA demonstration websites use code such as: <label for="name" id="label-name">Your Name</label> <input id="name" aria-labelledby="label-name" type="text"> But what's the purpose of using aria-labelledby attribute in this case? The input…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/label" class="post-tag grid--cell" title="show questions tagged 'label'" rel="tag">label</a> <a href="../../questions/tagged/accessibility" class="post-tag grid--cell" title="show questions tagged 'accessibility'" rel="tag">accessibility</a> <a href="../../questions/tagged/wai-aria" class="post-tag grid--cell" title="show questions tagged 'wai-aria'" rel="tag">wai-aria</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 22 '12 at 08:01">asked Jun 22 '12 at 08:01</time> <a href="../../users/1091014/ian-y" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1091014.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Ian Y." /> </a> <div class="s-user-card--info"> <a href="../../users/1091014/ian-y" class="s-user-card--link">Ian Y.</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">2,293</li> <li class="s-award-bling s-award-bling__gold" title="6 gold badges">6</li> <li class="s-award-bling s-award-bling__silver" title="39 silver badges">39</li> <li class="s-award-bling s-award-bling__bronze" title="55 bronze badges">55</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-2966334"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>83</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>7</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/2966334/how-do-i-set-the-colour-of-a-label-coloured-text-in-java" class="question-hyperlink">How do I set the colour of a label (coloured text) in Java?</a></h3> <div class="excerpt">How do I set the color of the text of a label? myLabel.setText("Text Color: Red"); myLabel.??? Can I have two seperate colors in one label? For example here: The "Text Color:" to be black and the "Red" to be red. </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/java" class="post-tag grid--cell" title="show questions tagged 'java'" rel="tag">java</a> <a href="../../questions/tagged/text" class="post-tag grid--cell" title="show questions tagged 'text'" rel="tag">text</a> <a href="../../questions/tagged/colors" class="post-tag grid--cell" title="show questions tagged 'colors'" rel="tag">colors</a> <a href="../../questions/tagged/label" class="post-tag grid--cell" title="show questions tagged 'label'" rel="tag">label</a> <a href="../../questions/tagged/fonts" class="post-tag grid--cell" title="show questions tagged 'fonts'" rel="tag">fonts</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 03 '10 at 13:24">asked Jun 03 '10 at 13:24</time> <a href="../../users/350061/stefanos-kargas" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/350061.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Stefanos Kargas" /> </a> <div class="s-user-card--info"> <a href="../../users/350061/stefanos-kargas" class="s-user-card--link">Stefanos Kargas</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">10,547</li> <li class="s-award-bling s-award-bling__gold" title="22 gold badges">22</li> <li class="s-award-bling s-award-bling__silver" title="76 silver badges">76</li> <li class="s-award-bling s-award-bling__bronze" title="101 bronze badges">101</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-232651"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>83</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>10</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/232651/why-the-system-cannot-find-the-batch-label-specified-is-thrown-even-if-label-e" class="question-hyperlink">Why "The system cannot find the batch label specified" is thrown even if label exists?</a></h3> <div class="excerpt">While running a batch file in Windows XP I have found randomly occurring error message: The system cannot find the batch label specified name_of_label Of course label existed. What causes this error? </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/windows" class="post-tag grid--cell" title="show questions tagged 'windows'" rel="tag">windows</a> <a href="../../questions/tagged/batch-file" class="post-tag grid--cell" title="show questions tagged 'batch-file'" rel="tag">batch-file</a> <a href="../../questions/tagged/label" class="post-tag grid--cell" title="show questions tagged 'label'" rel="tag">label</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 24 '08 at 06:34">asked Oct 24 '08 at 06:34</time> <a href="../../users/31086/slimak" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/31086.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Slimak" /> </a> <div class="s-user-card--info"> <a href="../../users/31086/slimak" class="s-user-card--link">Slimak</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,396</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="8 silver badge">8</li> <li class="s-award-bling s-award-bling__bronze" title="17 bronze badge">17</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-7174007"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>77</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>14</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/7174007/how-to-calculate-uilabel-height-dynamically" class="question-hyperlink">How to calculate UILabel height dynamically?</a></h3> <div class="excerpt">I want to calculate number of lines and height of UILabel dynamically from given text for same. </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/iphone" class="post-tag grid--cell" title="show questions tagged 'iphone'" rel="tag">iphone</a> <a href="../../questions/tagged/ios" class="post-tag grid--cell" title="show questions tagged 'ios'" rel="tag">ios</a> <a href="../../questions/tagged/label" class="post-tag grid--cell" title="show questions tagged 'label'" rel="tag">label</a> <a href="../../questions/tagged/uilabel" class="post-tag grid--cell" title="show questions tagged 'uilabel'" rel="tag">uilabel</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 24 '11 at 10:32">asked Aug 24 '11 at 10:32</time> <a href="../../users/738055/hitesh" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/738055.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Hitesh" /> </a> <div class="s-user-card--info"> <a href="../../users/738055/hitesh" class="s-user-card--link">Hitesh</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,230</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="10 silver badge">10</li> <li class="s-award-bling s-award-bling__bronze" title="12 bronze badge">12</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-11992026"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>77</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>8</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/11992026/is-it-better-to-wrap-the-label-tag-around-a-form-item-or-use-the-for-attribute" class="question-hyperlink">Is it better to wrap the label tag around a form item or use the "for" attribute in HTML?</a></h3> <div class="excerpt">I know that you can use both but is it better to use one over the other? If so, why? Example of "for" attribute: <input type="text" id="male"><label for="male">Male</label> Example of wrap: <label>Age:<input type="text"></label> </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/label" class="post-tag grid--cell" title="show questions tagged 'label'" rel="tag">label</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 16 '12 at 16:56">asked Aug 16 '12 at 16:56</time> <a href="../../users/1603881/james-gardiner" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1603881.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="James Gardiner" /> </a> <div class="s-user-card--info"> <a href="../../users/1603881/james-gardiner" class="s-user-card--link">James Gardiner</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">773</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="5 silver badge">5</li> <li class="s-award-bling s-award-bling__bronze" title="7 bronze badge">7</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/label_page=2" rel="prev" title="Go to page 2">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/label_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/label_page=2" rel="" title="Go to page 2">2</a> <div class="s-pagination--item is-selected">3</div> <div class="s-pagination--item s-pagination--item__clear">…</div> <a class="s-pagination--item" href="../../questions/tagged/label_page=99" rel="" title="Go to page 99">99</a> <a class="s-pagination--item" href="../../questions/tagged/label_page=100" rel="" title="Go to page 100">100</a> <a class="s-pagination--item" href="../../questions/tagged/label_page=4" rel="next" title="Go to page 4"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>