Top VPS Hosting Provider

Welcome to the myhosting.com Forums.
+ Reply to Thread
Results 1 to 2 of 2

Thread: about HTML

  1. #1
    ashly is offline Junior Member
    Join Date
    Dec 2009
    Posts
    1

    Default about HTML

    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. #2
    sgoodman is offline Master Member
    Join Date
    Jul 2008
    Location
    Alberta, Canada
    Posts
    397

    Arrow about HTML

    Quote Originally Posted by ashly View Post
    How can we use a frame in web page?
    Check out http://www.w3schools.com/html/html_frames.asp

    What happens when the page is printed?
    Use the @media print CSS rule: http://www.w3schools.com/CSS/css_mediatypes.asp

    What happens when the Back button is clicked?
    You go back, like normal.

    How should assistive(phone) technology “read” the page?
    Only the text is read - not the images.

    How should the information be displayed on a small display?
    Text should be allowed to reflow. Don't create fixed-width pages.

    Shane.
    Basic Linux Hosting on classic platform; Parallels Plesk Panel 10.3.1


 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts