Skip to main content

All Questions

Tagged with
1 vote
1 answer
358 views

W3C XHTML 1.0 Validator - was support for attributes "Integrity" and "Crossorigin" ever added?

When trying to validate my Home page using the W3C validator I get the following errors. Line 13, Column 92: there is no attribute "integrity" ….js" type="text/javascript" ...
Greyhound2008's user avatar
7 votes
2 answers
977 views

Why is there no foot tag in HTML5?

We have a head tag and a body tag. For the body tag we now have header, main, and footer tags. Why is there no foot tag to correlate to the head and body tag? This foot tag would be perfect for ...
user avatar
2 votes
2 answers
959 views

Can I use role and aria attributes in xhtml 1.0

I am using XHTML 1.0 for a website. I want to make it accessible so I want add the "role" and "aria" attributes in my markup. Will this in anyway help Assistive technologies better interpret my ...
Manish Pradhan's user avatar
1 vote
1 answer
605 views

W3C - document type does not allow element "a" here

i have been trying to validate my website codes by W3C in XHTML 1.0 Strict. My last error i cant fix for now: "document type does not allow element "a" here" it is because i have been "hiding" ...
user3916429's user avatar
-1 votes
1 answer
561 views

What are the current HTML/XHTML/CSS W3C recommended versions?

What are the latest HTML and CSS specifications officially recommended by the W3C for web development? I've searched through various sites, W3C included, Only to find Outdated sorces, Or a jumbled ...
Hollis's user avatar
  • 33
0 votes
3 answers
1k views

How can I change the Folder's Directory Page in HTML?

<!DOCTYPE HTML> <html lang="en"> <head> <title>HTML Document</title> <meta charset="UTF-8" /> </head> <body> <a ...
NahTroTro's user avatar
1 vote
1 answer
1k views

Duplicate Anchor IDs and W3 Conventions

I was converting a page with some outdated attributes to being more XHTML friendly today, and ran into the subject of the anchor tag. Specifically: <a name="someName"></a> After ...
Tony Fiorentini's user avatar
0 votes
1 answer
378 views

w3c validator tells an error

W3C says that I have an unclosed tag. By the way it HAS TO BE XHTML Validation Output: 1 Error Line 31, Column 9: end tag for "div" omitted, but OMITTAG NO was specified ✉ You may have ...
toesslab's user avatar
  • 5,160
-3 votes
1 answer
61 views

W3C Validator thinks site is using XHTML; it's not [closed]

The Renfrewshire Council website uses the HTML4.01 DOCTYPE, as below. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> When this site is run through ...
rnnbrwn's user avatar
  • 57
3 votes
2 answers
2k views

URL fails in W3C HTML/XHTML Validation

I use the URL below in my web page in href tag and unfortunatelly whole link fails in W3C HTML/XHTML Validation. How do I solve this problem? http://maps.google.co.uk/maps?q=N+Z&hl=en&hnear=...
BentCoder's user avatar
  • 12.6k
-2 votes
3 answers
4k views

XHTML 1.0 Strict Error : <select name="url" onchange="document.location.href = this.value">

The W3C returns an error on my xHTML (1.0 strict) code concerning this select form (I use it for a dropdown navigation menu) : <select name="url" onchange="document.location.href = this.value> ...
el lucarnator's user avatar
0 votes
1 answer
1k views

W3C Validation error XHTML markup- end tag for "div" omitted

validated web page using the W3C markup validation service found at: http://validator.w3.org/ The error and info returned are: Error Line 112, Column 7: end tag for "div" omitted, but OMITTAG NO ...
Ben Aidley's user avatar
1 vote
2 answers
105 views

Validating XHTML inside $.queue

I am using the following JavaScript: .queue(function() { $('#num').html('10'); element .html('First line<br /><span id="small">Small text<br /&...
Sarah's user avatar
  • 83
0 votes
1 answer
2k views

Following w3c best practice video solution with youtube <iframe> embed code

According to w3schools, the best HTML solution for embedding videos directly into a web app is to use the video, object, and embed tags to deal with various issues inherent in video embedding. ...
Steve's user avatar
  • 4,526
0 votes
1 answer
1k views

XHTML Mobile 1.0 - W3C Validation Invalid because of Script

I'm trying to put Google Analytics in my Mobile web page, but seems like I'm hitting a big problem. When trying to validate via the W3C Validator, the script tag arount the Google Analytics code is ...
Fredy31's user avatar
  • 2,799

15 30 50 per page
1
2 3 4 5
7