Questions tagged [semantic-html]
7 questions
2
votes
2 answers
accessibility - grouped checkboxes where one checkbox has a related textarea
I have a feedback form where I am asking users for a reason for cancellation, something like this:
label {
display: block
}
button {
display: block;
}

gaurav5430
- 12,934
- 6
- 54
- 111
1
vote
2 answers
Fixing HTML Page Structure on CMS
I was tasked at work to fix some accessibility issues on one of our websites and would like some help.
Our websites were built on AEM (Adobe experience manager) and we are not able to change the markup, other than adding/removing classes.
The…

Geici Barham
- 13
- 3
1
vote
2 answers
Example of replacements for HTML tag
I am working on a project where one of the parts i am creating a "contact us" section, where it includes general information like, address, gmail, telephone number, and a different part of it is an actual form where you can type in the information.…

Roald Andre Kvarv
- 187
- 1
- 3
- 21
0
votes
0 answers
Is there a Vuetify class to make text non-italic?
Vuetify 3 offers several classes to style font in different weights of bold and italic. But there does not seem to be a class that is equivalent to the CSS directive "font-style: normal;"
See the docs here:…

Fred
- 1,103
- 2
- 14
- 35
0
votes
1 answer
Semantic HTML element for a book content?
I would like to put the entire book content (all the text, chapters etc.) into an HTML file.
Is there any semantic HTML element that I can use to wrap the text from the book?
Let's say for example that I want to make a website where someone can read…

thepaputshow
- 23
- 4
-1
votes
1 answer
Getting extra white space before and after the main tag
I have created one html and one css file.
.theme1 {
--headerBackground: antiquewhite;
--mainBackground: white;
--footerBackground: darkgrey;
--newsBoxBroder: darkgrey;
--newsTitleBorder: darkcyan;
--textColor: black;
}
.theme2 {
…

gkd
- 853
- 1
- 14
- 31
-1
votes
1 answer
HTML - Is it semantically correct to use multiple tags and nest
inside ?
I need to code the following text in HTML:
Data:
We collect...
a
b
Aditional data:
We collect...
c
d
Is it correct to do the following in html?
-
Data:
We collect...
- a
- b …

Raul
- 2,673
- 1
- 15
- 52