For what screen size should I write?



For what screen size should I write?..

Answer / 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

More HTML DHTML Interview Questions

Is syntax a repetition?

0 Answers  


Is Xaml is better then HTML5 ?

0 Answers   Microsoft,


Why meta tag is used in html?

0 Answers  


What are features of HTML5?

0 Answers   NIIT,


How do you add a copyright symbol on a html page?

0 Answers  






What does li mean in code?

0 Answers  


What is the use of Canvas Element in HTML5?

0 Answers  


Is it possible for a webpage to contain multiple <header> or <footer> elements?

0 Answers  


What is tag in ela?

0 Answers  


How many types of html tag are there?

0 Answers  


What is meta tags in html?

0 Answers  


How to transferring user to new web page automatically?

0 Answers  


Categories