Question

In: Computer Science

1. What are 5 "HTML Crimes" a web designer should not commit?

1. What are 5 "HTML Crimes" a web designer should not commit?

Solutions

Expert Solution

Answer)
HTML content writing is a skill for the developers, and developers generally make several errors while writing html documents or pages. There are "HTML Crimes" a web designer should not commit which are:
a) Not checking the validation errors for the documentations where there are ampersand characters which are not converted. Developers generally forget to transform the & characters into the correct & entity in HMTL.
b) We should not write the plain text quarter, half or three-quarters int he shorthand format and rather use the HTML entity counterparts of ¼ means 1/4, ½ 1/2, & ¾ 3/4.
c) Common mathematical symbols such as multiply and divide should be created with the HTML entities of × and ÷.
d) Single quotes should be ‘ and ’ entities. And similarly the double curly quotes should be “ and ” entities.
e) The HTML ALT attribute is the one which is required and used to describe the image and determine what the image is. Thus, ALT attribute should be used to describe the image and not put up with some random thing such as alt=”image” or alt=””.
f) Developers should use <strong> or <em> tags instead of <b> and <i> tags.
g) Too many line breaks using break tag of <br /> should be avoided. The break tag of <br /> should be used only once a time to insert a single line break.


Related Solutions

Do you think teens should be treated like adults when they commit serious crimes? Why or...
Do you think teens should be treated like adults when they commit serious crimes? Why or why not? What is the connection between drugs and crime? Are you in favor of decriminalization of any federally controlled substances? Why or why not? What is the difference between legalization and decriminalization of drugs? What are some of the causes of terrorism? List at least 3. List 3 efforts are being made to combat terrorism in the United States. What is the relationship...
What are the main differences between Beccaia's and Lombroso's explanations of the reasons people commit crimes?...
What are the main differences between Beccaia's and Lombroso's explanations of the reasons people commit crimes? How do these explanations compare and contrast with everything that you have learned during your undergraduate studies? Provide at least two examples to illustrate your point of view.
1. An HTML document that’s generated by a web application is a ________________________ web page. 2....
1. An HTML document that’s generated by a web application is a ________________________ web page. 2. An easy way to log the progress of an application in Chrome’s Console panel is to insert __________________ methods at critical points in the code. 3. The childNodes property of a DOM object returns a/an ______________________ of the child nodes for that object. 4. The ___________________ method of an array can be used to concatenate the elements of the array into a single string.​...
What do you see as the primary differences between a Web DEVELOPER and a Web DESIGNER?...
What do you see as the primary differences between a Web DEVELOPER and a Web DESIGNER? What are some factors that a Developer must consider over a Designer, or vice versa? Why, specifically, is it important for each to have an understanding of what the other does?
Make a modest or simple Web page using Python flask. The basic components of HTML should...
Make a modest or simple Web page using Python flask. The basic components of HTML should be included. The Web page should have at least 3 Headings(<h1>), paragraph (<p>), comments (<!-- -->), ordered list, unordered list, three links to website, and should display time & date. Example: <html>     <head>         <title>Page Title</title>     </head> <body>     ..new page content.. </body> </html>
Generate a modest Web page via Python flask. It should include basic components of HTML. The...
Generate a modest Web page via Python flask. It should include basic components of HTML. The Web page should have at least three Headings(<h1>), a paragraph (<p>), comments (<!-- -->), ordered list, unordered list, three links to website, and should display time & date.
Explain how economic analysis can assist in understanding why individuals commit crimes. What does this analysis...
Explain how economic analysis can assist in understanding why individuals commit crimes. What does this analysis have to say about attempts to reduce crime? Explain how an optimal level of government expenditure on a public good or service can be arrived at. Based on the equimarginal principle, do you think that a reallocation of the current government’s crime prevention budget could lead to a fall in crime rates? Political pressure remains high for mandatory minimum sentences for those convicted of...
Through the years criminologists have developed theories as to why humans commit crimes. However, it was...
Through the years criminologists have developed theories as to why humans commit crimes. However, it was not until Adler & Simon that attention has been consistently given to females and crime. (a) Discuss in detail one early criminologist’s view (pre-1950s) and one modern day (post-1950s) researcher’s work/research on females and crime.
FOR HTML Web scripting Complete the following: Create and test an HTML document that has six...
FOR HTML Web scripting Complete the following: Create and test an HTML document that has six short paragraphs of text that describe various aspects of the state in which you live. You must define three different paragraph styles, p1, p2, and p3. The p1 style must use left and right margins of 20 pixels, a background color of pink, and a foreground color of blue. The p2 style must use left and right margins of 30 pixels, a background color...
Week 4 Assignment HTML – Creating a Simple Web Page “HTML or HyperText Markup Language as...
Week 4 Assignment HTML – Creating a Simple Web Page “HTML or HyperText Markup Language as it is formally known is the main markup language for creating web pages and other information that can be displayed in a webbrowser”. It was created by Tim Berners-Lee in 1989 as a user friendly way of sharing information on the Internet. http://en.wikipedia.org/wiki/HTML Assignment Instructions - Create a simple HTML Web Page that includes hyperlinks to three of your favorite websites. Use the online...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT