Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5937663
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T15:34:26+00:00 2026-05-22T15:34:26+00:00

I am trying to develop Help Bar in HTML for which i am using

  • 0

I am trying to develop Help Bar in HTML for which i am using following code.Is
there any way so that i can make it small in terms of number of lines.

<table>
<tr>
<td  width="400" height="50" >
<input type="button"  value="HOME" onClick="window.location.href='http://www.google.com'" >
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="button"   value="ABOUT US" onClick="window.location.href='http://www.google.com'">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="button"  value="CONTACT US" onClick="window.location.href='http://www.google.com'">
</td>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T15:34:27+00:00Added an answer on May 22, 2026 at 3:34 pm
    1. Don’t use a table, use appropriate tags and CSS
    2. Get rid of all those &nbsp; characters and use CSS to add margins
    3. Use <a> tags instead of buttons, and style them with CSS
    4. Don’t uppercase your words in the markup, use CSS (text-transform:uppercase)
    5. For the sake of all that is good, use an href instead of a javascript onclick event.
    6. Learn CSS!

    Resulting HTML should look something like this:

    <ul class="navigation">
        <li><a href="http://www.google.com">Home</a></li>
        <li><a href="http://www.google.com">About Us</a></li>
        <li><a href="http://www.google.com">Contact Us</a></li>
    </ul>
    

    With CSS you will be able to get the same look you had with the table and buttons, but much more, and you will be using best practices, have greater accessibility, as well as easy maintenance, editing, control over your page’s appearance, and simpler, sensible markup

    Remember:

    • HTML – Describes what the content is
    • CSS – Describes what the content looks like

    Some good reference reading for the future:

    • http://www.htmldog.com/
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to develop an application using Google's maps and I can't get this
I am trying to develop a T-SQL query which will do the following: ROUND(100
I am trying to develop a .NET Web Project using NHibernate and Spring.NET, but
I am trying to develop everything in sharepoint as features so I can easily
I'm trying to develop an application that will use getImageData in javascript in Firefox
I'm trying to develop a firefox extension that inserts additional HTTP header fields into
I've been trying to develop a linq query that returns the ItemNumber column of
I am trying to develop a iphone app by using cocos2d. I create a
I need some help! Please. I am trying to develop a very very simple
trying to develop web form using jquery. all i need is to have several

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.