HTML

Welcome to the portal about HTML.

New Topics

HTML: Difference between ID and CLASS

Elements within an HTML document can have both, the ID attribute and the CLASS attribute. But what is behind the ID and CLASS attributes? And where...

Info | 0 Comments

HTML Validator: Attribute alt not allowed

When I try to validate my website with an HTML Validator, I get the following error: Attribute alt not allowed on element a at this point In...

Question | 1 Answer

HTML: No line break for hyphenated word

Long lines are automatically wrapped by the browser at their end. If a word contains a hyphen, the word is separated at the hyphen and the part after...

Question | 1 Answer

HTML: Prevent line break between two words

I have a text in which some words belong together and for this reason should not be separated or wrapped by a line break in the next line. The words...

Question | 1 Answer

HTML: Cross out a Word

I would like to  strike through a word in an HTML document. Just as you can do it in a program like Word as formatting, for example. Is there a...

Question | 1 Answer

Responsive Webdesign: User should not be allowed to zoom

I recently made my website responsive by designing all content scalably and adding the following line to the head of my page: <meta...

Question | 1 Answer

New Answers and Comments

NetLabel: Alternatively, you can also work with CSS. The corresponding CSS property is called "vertical-align" and can take the values "top", "bottom" or...

Question | HTML: Align Text in Table at the Top

Guest: Thanks for the JavaScript code. If you make a bookmark out of it, you even save the work with typing. This is then called...

Info | Show HTML Source Code in Mobile Android Browser

Guest: But it looked different in the browser, I wanted to A1 and A2 be nested in...

Question | HTML Validation: UL in UL causes error "ul not allowed as child of element ul in this context"

Guest: Hi, just solved it. use td:nth-child(1) { text-align: right; } "td:nth-child(1)" selects the first data entry of each row....

Question | HTML/CSS: Align entire Table Column right or centered

DonBosco: It wont work if he is creating an <ol>, he has to remove the closing tag for the main list item and put it after the nested ul...

Question | HTML Validation: UL in UL causes error "ul not allowed as child of element ul in this context"

DonBosco: You will need to remove the close tag of your first list item and place it after the unordered list like that: <ul> <li>A ...

Question | HTML Validation: UL in UL causes error "ul not allowed as child of element ul in this context"

Popular Topics

Show more

Participate

Everyone can participate in Askingbox. Open your topic directly in this category:

 
If you should have any questions: That’s how it’s done.