For what screen size should I write?

Answer Posted / guest

HTML does not depend on screen size. The text will be
wrapped by the browser when the end of the screen is
encountered. The only exception to this is when you use
<PRE>-formatted text, which will only wrap at the line
breaks you indicate. So make sure these lines are no longer
than 70 characters, otherwise text mode users will see ugly
line breaks on their terminals. And users of graphical
browsers might have to scroll horizontally to see the rest,
which is one of the most hated things to do when you read a
document.

Of course, an image cannot be wrapped, so you have to be
careful with that. It seems that 400 or 500 pixels is a
reasonable width; anything above 600 will mean a certain
percentage of users will have to scroll to see the rightmost
bit. This percentage increases with your image width. Keep
in mind that not everyone runs his browser at full screen!

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I know if an image has an alt tag?

452


What are the advantages of SVG over other image format like JPEG or GIF?

473


What are the two components of html attributes?

441


How do you identify rows and columns?

446


How to transferring user to new web page automatically?

436






How to make a DIV editable in HTML?

501


What is w3c recommendation?

457


Does hr need a closing tag?

419


Which JavaScript objects are not accessible to web worker?

464


What are the types of list in html?

443


Where is the navigation bar?

441


What are the different types of storage in html5? Explain

459


What are the drawbacks of cookies?

512


What does the elements mean in syntax given for url in html?

463


What is innerhtml in jquery?

438