![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
The mockup page lacks a header, for the index page the page header would be <h1>Amy Kimber, Big Hair, Big Ideas</h1>. |
#3
| |||
| |||
|
|
The mockup page lacks a header, for the index page the page header would be <h1>Amy Kimber, Big Hair, Big Ideas</h1>. showignorance So there should definitely be an <h1> on an index page? Are there any links to resources that advise on that? I'm starting to realise that while I can certainly write HTML that validates, it is far from well-formed. /showignorance |
#4
| |||
| |||
|
|
Best practice is that there should be a <h1> on every page, containing the title of the page. Which is not necessarily the same as the contents of the <title> element of the page, but a lot of the time the same text in both is appropriate. |
#5
| |||
| |||
|
|
Don't use IE to check what you're doing if you are going to experiment with CSS, it will confuse you to no end. Be aware of the things that IE doesn't support, then design using a good UA, then check your work in IE as the last step. |
#6
| |||
| |||
|
|
(usually IE6, in standards mode). Standards mode? How do you do that, then? (My knowledge is increasing exponentially today!) |
#7
| |||
| |||
|
|
The mockup page lacks a header, for the index page the page header would be <h1>Amy Kimber, Big Hair, Big Ideas</h1>. showignorance So there should definitely be an <h1> on an index page? Are there any links to resources that advise on that? I'm starting to realise that while I can certainly write HTML that validates, it is far from well-formed. /showignorance |
#8
| |||
| |||
|
|
Alan J. Flavell wrote: And the third is a xxxxxxxx frameset where every page on the site has the same xxxxxxxx title. The frame in question doesn't have an H1, it only has an image of some relatively large text :-( saying "List of ongoing meetings". Would you mind leaving out the swearing next time? |
#9
| |||
| |||
|
|
showignorance So there should definitely be an <h1> on an index page? Are there any links to resources that advise on that? I'm starting to realise that while I can certainly write HTML that validates, it is far from well-formed. /showignorance Best practice is that there should be a <h1> on every page, containing the title of the page. Which is not necessarily the same as the |
#10
| |||
| |||
|
|
showignorance So there should definitely be an <h1> on an index page? Are there any links to resources that advise on that? I'm starting to realise that while I can certainly write HTML that validates, it is far from well-formed. /showignorance Best practice is that there should be a <h1> on every page, containing the title of the page. Which is not necessarily the same as the Unless, of course, there is no heading in the document that is more important than all the other headings. Title, on the other hand, is not the same. The TITLE-element should, per specs, contain something that describes the content of the document. That is not necessarily the same as what the most important heading of said document is. |
![]() |
| Thread Tools | |
| Display Modes | |
| |