1. Welcome Guest! In order to create a new topic or reply to an existing one, you must register first. It is easy and free. Click here to sign up now!.
    Dismiss Notice

about HTML

Discussion in 'General Software' started by ashly, Dec 2, 2009.

  1. ashly

    ashly Junior Member

    Joined:
    Dec 2, 2009
    Messages:
    1
    Hi
    I have some Questions about frames I search in the internet and I read many books to find it but Idon’t find any thing

    How can we use a frame in web page?
    What happens when the page is printed?
    What happens when the Back button is clicked?
    How should assistive(phone) technology “read” the page?
    How should the information be displayed on a small display?
    Write your Recommendation about this issue ,

    Thank you
     
  2. cwall583

    cwall583 Junior Member

    Joined:
    Aug 31, 2009
    Messages:
    11
    Computer Brand or Motherboard:
    ASUS
    CPU:
    AMD
    Memory:
    4gb
    Hi

    I am not an HTML expert but I do have a website that I have used to look up some information from time to time. Hope this can help.


    HTML Tutorial
     
  3. Dalo Harkin

    Dalo Harkin Registered Members

    Joined:
    Apr 24, 2009
    Messages:
    1,820
    Location:
    Stockport near Manchester
    Operating System:
    Windows 7
    Computer Brand or Motherboard:
    ASUS - are there any others worth buying?
    CPU:
    Q6600 at 4.0Ghz per core (Watercooled)
    Memory:
    OCZ PC8500 4x1GB sticks
    Hard Drive:
    Samsung - all the way
    Graphics Card:
    XFX 260GTX rev 1
    Power Supply:
    Seasonic 600Watt
    I am surprised that some of our HTML experts have not looked at this thread, I have not used HTML for a long long time, but I will get the others to have a look and try and help.
     
  4. BSchwarz

    BSchwarz Guest

    How can we use a frame in web page? Simple answer don't. Frames are antiquated and not used very much.

    What happens when the page is printed? It prints the frameset page only.

    What happens when the Back button is clicked? If you're on the first page it takes you back to where you came from. If you navigate a page in frames it takes you back to the previous page.

    Even though frames are hardly ever used many do use iframes. These are sort of webpages inside a webpage. They are less as intrusive as framesets are, but, divs styled with css make for a better flowing site.

    How should assistive(phone) technology “read” the page? Plain and simple it can't. One of the reasons that frames are rarely, if ever used now a days.

    How should the information be displayed on a small display? Frames don't render well on smaller displays. So don't use them.
     

Share This Page