Skip to main content

Questions tagged [html5]

HTML5 is a language for structuring and presenting content for the World Wide Web, a core technology of the Internet. It is the latest revision of the HTML standard and currently remains under development.

2 votes
1 answer
378 views

Is it okay to skip heading levels for example h2 to h4, or h1 to h3. are there any implications in SEO, does it impact site ranking or indexing, and why do some developers skip heading levels? Are ...
Riley Freeman's user avatar
2 votes
1 answer
75 views

We're working on an online report that uses a lot of graph charts, all of them as images (eg not interactive). I know best practices for alt tags, but was wondering if adding the data of the graph ...
Devin's user avatar
  • 38.5k
2 votes
2 answers
331 views

I'm working on a website that allows the user to upload two files from a remote computer and displays the file paths as a confirmation. However, if the file paths are long, the card that holds the ...
marco's user avatar
  • 121
1 vote
2 answers
1k views

The HTML input of type color has no empty state. Therefore it always shows a selected color. What would be the best way to convey to the user that they have to select a color. I restyled the color ...
Niklas's user avatar
  • 115
0 votes
2 answers
458 views

For "fixed" dialogs displayed over the page, like a "cookie consent banner" or "subscribe to notifications", what is the recommended tag for the title (e.g. "Your ...
collimarco's user avatar
1 vote
1 answer
627 views

Similar to A good solution how to localize and let user choose language on HTML page but I am specifically wondering about localization of control elements such as required on input or date fields. ...
Archimedes Trajano's user avatar
2 votes
2 answers
933 views

Does the average user actually use these really tiny arrows?
IMB's user avatar
  • 193
2 votes
1 answer
88 views

I am unable to understand the examples available on w3.org, which are: The links in the navigation of a website are marked up so that users can add their own icons. Icons on a website are marked up so ...
Mritunjai Kumar's user avatar
0 votes
1 answer
71 views

I've created a document management system and want to make the table look more stylish. https://codepen.io/reonLOW/pen/abbbMrZ
Reon Low Yiyuan's user avatar
1 vote
4 answers
241 views

I'm learning web-development and semantic html markup. Recently a tutorial suggested that because "Click here" or "Read more" anchor texts are not so descriptive to visually impaired users depending ...
Bluebug's user avatar
  • 336
0 votes
2 answers
153 views

According to the post here, the HTML5 specification requires HTML5 browsers to be able to properly process HTML4 tags when they are in HTML5 pages. Unfortunately, the post doesn't very well ...
user avatar
3 votes
1 answer
5k views

I've a text input with a clear button (looks like "x"). When clicked, this button will remove all the text from the input: The markup for this looks like: <label for="first-name">First name&...
kamituel's user avatar
  • 141
2 votes
2 answers
5k views

How might I mark up the following component in accordance with WCAG 2.1 guidelines, accessibility best practices, and with as much assistive technology compatibility as possible (I don't want to ...
gfullam's user avatar
  • 123
1 vote
1 answer
5k views

I am checking an application and I found this in HTML DOM: <button type="submit"> <label>Submit</label> </button> I have never seen this before and asking myself if this is ...
zuluk's user avatar
  • 177
1 vote
1 answer
658 views

In the UI design, each item panel contains a remove button. If clicking the remove button, a confirmation dialog would prompt. If cancel, the keyboard would focus back to the remove button. If confirm,...
T.Liu's user avatar
  • 113

15 30 50 per page
1
2 3 4 5 6