473,387 Members | 1,517 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Use of Headers. Need advice ...

Hello,

I am working on a web site with a two column layout, "Content" on the
left and "Sidebar" on the right.

Sidebar
1) Sidebar is divided into sections (div). Each section has header.

Content
Content can display the following data (each is a different page):

2) In HomePage.html a list of blog articles is displayed. Each blog
article has a title.

3) In ShowArticle.html a specific article is displayed (Title, Body,
Tags).

4) In Documents.html a list of documents is displayed but in this
case the page
has a title and a subtitle. For example:

Documents
here you can find all the documents you need.

5) In Contact.html a title with subtitle is displayed just as in
(4).
After the title and subtitle there is only paragraphs with the
contacts.

So basically that's it ... I am trying to figure the correct way to
use <h1>, <h2>, etc.

The text font, weight and color is always the same ... what changes is
the size.

For example, if in HomePage the Post Header could be <h1because
there is no page title, in Documents there is a page title and a
subtitle (should be this a paragraph? it's more like a description
phrase then a section separator). So in Documents each Document could
have <h3...

And if there is a Page Title (h1) then should side bar have <h2>? I
suppose it is more correct to be h1.Sidebar.

And in ShowArticle I am displaying one article. Should I use the <h1>
in the title? Then it would be the same tag then in Sidebar
section ...

I have been looking in a few web sites and blogs and they differ ...

Anyway, I am just trying to make this right ...

Any help is welcome.

Thanks,
Miguel


Sep 19 '08 #1
7 1357
In article
<29**********************************@l42g2000hsc. googlegroups.com>,
shapper <md*****@gmail.comwrote:
So basically that's it ... I am trying to figure the correct way to
use <h1>, <h2>, etc.
Read

<http://www.cs.tut.fi/~jkorpela/HTML3.2/4.4.html>

and then do the very best you can after this.

--
dorayme
Sep 19 '08 #2
On Sep 19, 11:54*am, dorayme <doraymeRidT...@optusnet.com.auwrote:
In article
<2943a455-ed41-457f-8d01-dc0234e42...@l42g2000hsc.googlegroups.com>,

*shapper <mdmo...@gmail.comwrote:
So basically that's it ... I am trying to figure the correct way to
use <h1>, <h2>, etc.

Read

<http://www.cs.tut.fi/~jkorpela/HTML3.2/4.4.html>

and then do the very best you can after this.

--
dorayme
I had read it and together with what I have at the moment I would do
something like:

In HomePage.html or Documents.html I will always use <h2for each
post title when in a list.

In Documents or Contact I will always use a <h1for page title and
<pfor the short "catch attention" phrase under it.

In ShowArticle I will use <h1.Articlefor the article title.

In SideBar I will use <h2.Sidebarfor each section title ... ( I am
not completely sure if I should use h1 but maybe I should use h2
because, for example, in Contact.html I will have an h1 which will be
that page title ...

Anyway, could someone, please, tell me if I am planing this the right
way?

Thank You,
Miguel
Sep 19 '08 #3
shapper schrieb:
Anyway, I am just trying to make this right ...
BTW, markup questions like this are more appropriate in
comp.infosystems.www.authoring.html or alt.html.

--
Johannes Koch
In te domine speravi; non confundar in aeternum.
(Te Deum, 4th cent.)
Sep 19 '08 #4
On Sep 19, 12:14*pm, Johannes Koch <k...@w3development.dewrote:
shapper schrieb:
Anyway, I am just trying to make this right ...

BTW, markup questions like this are more appropriate in
comp.infosystems.www.authoring.htmlor alt.html.

--
Johannes Koch
In te domine speravi; non confundar in aeternum.
* * * * * * * * * * * * * * *(Te Deum, 4th cent.)
Ok, I will post them there two ... I posted here because it also has
some CSS because of styling so I wasn't sure if it could be here.

Thank You,
Miguel
Sep 19 '08 #5
I just responded in alt.html. If you must post a message in more than
one newsgroup, crosspost (send one message to all of them), don't
multi-post (create a separate message for each newsgroup). Because you
did this, I just wasted time responding in alt.html without realizing
that you had responses here.
Sep 19 '08 #6
Harlan Messinger wrote:
I just responded in alt.html. If you must post a message in more than
one newsgroup, crosspost (send one message to all of them), don't
multi-post (create a separate message for each newsgroup). Because you
did this, I just wasted time responding in alt.html without realizing
that you had responses here.
OK, now I see that what happened is that you originally posted here
first, and then were referred to a better newsgroup. That's
different--though I think the best bet would have been to forward the
post in which that had been discussed to the other group so it would
have been apparent that the thread already existed elsewhere.
Sep 19 '08 #7
In article <6j************@mid.individual.net>,
Harlan Messinger <hm*******************@comcast.netwrote:
best bet would have been to forward the
post in which that had been discussed to the other group so it would
have been apparent that the thread already existed elsewhere
I am looking at my newsreader here and thinking is there a facility to
"forward" a post... or do you mean something more informal, like if one
later decides to post similar question to another group, one should
simply mention to look at the original post?

I ask because the other day I had an afterthought and posted to a
javascript group and could not take back the past*.

----------
* Actually, I am working on a scheme to be able to do this. But it
requires a lot of money so if anyone is interested please send $US to
help. I understand that the US is flooded with money at the moment but
that it is doing no good. The US Government might better consider my
scheme. That way I can reverse the greedy decisions of the lending
companies that brought on the latest crises. At its source, in a
*timely* fashion. In the past.

--
dorayme
Sep 19 '08 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Google Mike | last post by:
I want to prepare some training for some new employees regarding the topic of multithreaded socket services implemented in PHP. I've been able to implement this with my own design, but I'd like to...
11
by: Mark | last post by:
Hi, For the last 2 years I've been developing vehicle tracking/telemetric software for a company as a self employed individual. The project is quiet big, and is going to be there flagship...
1
by: Tamir Khason | last post by:
Hi, all This time I need advice - no help ;) I have following architecture: 30 server with 100 devices connected each one Each "device" implement some (between 1 and 10) different interfaces All...
1
by: Chris Lane | last post by:
Need Advice on prebuilt Exception Assemblies Please take a look at my post on the Titled: Need Advice on prebuilt Exception Assemblies posted on 04/21/04 Thank
3
by: Sigmathaar | last post by:
Hi, I'm need some advice about lists and vectors. I'm doing a program who needs to have sequential access of a non ordered unit of objects whose size decreases almost each time the sequence is...
3
by: hazly | last post by:
I'm very new in the web technology and need advice on search engine. I want to develop a portal using PHP and MySQL on Linux. Need to know on the following features : 1. search engine that could...
7
by: John Paul | last post by:
I'm thinking of building an e-commerce site in php. Anyone got any advice in building one? What is the best way to implement a payment system? Are any legal issues involved? Thanks,
5
by: Eric Layman | last post by:
Hi, Many years ago when I first learnt abt web dev in school, I was taught this methodology: <html> blah blabh
7
by: SM | last post by:
Hello, I have a index.php template (2 columns). The right columns contains a bunch of links (interviews, poems, etc...) The left columns contains the actual article. So if I click on a link on...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.