Friday, March 15, 2019

HTML Language :: Essays Papers

hypertext markup oral communication LanguageHTML Hypertext Markup LanguageHTML is the language for publishing hypertext on the World Wide Web. This scripting language tramp be created and processed by a wide celestial orbit of tools, from primary plain text editors - to sophisticated WYSIWYG (What You See Is What You Get) authoring tools. HTML uses tags to social structure text into headings, paragraphs, lists, hypertext links etc. A convenient way to automatically fix markup errors is to use the HTML sizeable utility. This makes the document easier to read and edit. Tidy is very effective at cleaning up markup created by authoring tools with haphazard habits. Tidy is able to fix up a wide range of problems and to bring to your attention things that you need to work on yourself. Each full stop found is listed with the line number and column so that you can unwrap where the problem lies in your markup. Tidy wont generate a cleaned up version when there be problems that it cant be sure of how to handle. These are logged as errors alternatively than warnings.HTML has three random variables.You specify which of these variants you are using by inserting a line at the beginning of the document. Each variant has its own DTD - history Type Definition - which sets out the rules and regulations for using HTML. When you want to use a tool to validate the HTML document, the tool will know which variant you are using.transitional apply when writing Web pages for the general public, when pages are accessible for viewing in older browsers. An advantage here is the withstand of style sheet, which include different features used in BODY such(prenominal) as bgcolor, text and link attributes.*DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN http//www.w3.org/TR/html401/loose.dtd*Strict - Used when we want really clean structural mark-up, free of any tags associated with layout. It is used together with W3Cs Cascading Style Sheet language (CSS) to get t he font, color, and layout effects we want.*DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN http//www.w3.org/TR/html401/strict.dtd*Frameset - Used when we want to partition the browser window into two or more than frames.

No comments:

Post a Comment