BRIEF DESCRIPTION ABOUT HTML TAGS

Posted by firstenquiry1 on August 24th, 2017

There are distinctive sorts off HTML Tags is in given howl.  Marquee HTML  The Marquee HTML tag is a non-standard HTML component which is utilized to look over a picture or content on a level plane or vertically.  In basic words, you can state that it look over the picture or content up, down, left or right naturally.  Marquee tag was first presented in early forms of Microsoft's Internet Explorer. It is contrasted and Netscape's squint component.  HTML Textarea  The HTML <textarea> tag is utilized to characterize a multi-line content info control in website.  It can hold boundless number of characters and the writings are shown in a settled width text style (generally messenger).  The span of the HTML textarea is characterized by <cols> and <rows> characteristic, or it can likewise be characterized through CSS stature and width properties.  HTML Div Tag  The HTML <div> tag is utilized to gather the vast segment of HTML components together.  We realize that each tag has a particular reason e.g. p tag is utilized to determine passage, <h1> to <h6> tag are utilized to indicate headings however the <div> tag is much the same as a compartment unit which is utilized to typify other page components and partitions the HTML reports into areas.  The div tag is for the most part utilized by web designers to gather HTML components together and apply CSS styles to numerous components on the double. For instance: If you wrap an arrangement of section components into a div component so you can take the benefit of CSS styles and apply text style to all passages without a moment's delay as opposed to coding a similar style for each section component.  HTML pre tag  The HTML <pre> tag is utilized to determine pre designed writings. Messages inside <pre>.......</pre> tag is shown in a settled width textual style. Generally it is shown in Courier textual style. It keeps up both space and line break.  It is broadly used to show dialect illustrations e.g. Java, C#, C, C++ and so on in light of the fact that it shows the code as it is written.  HTML code tag  HTML <code> tag is utilized to speak to PC code. It is an expression label which characterizes a bit of PC code. As a matter of course, it is shown in the program's default monospace text style (otherwise called settled width textual style).  HTML Label Tag  The <label> tag is utilized to indicate a name for a <input> component. It adds a name to a frame control, for example, content, email, secret key, textarea and so forth.  HTML hr tag  HTML <hr> tag is utilized in webpage to determine a section level topical break in HTML archive. It is utilized when you suddenly change your point in your HTML report. It draw a level line between them. It is additionally called a Horizontal Rule in HTML.  HTML br tag  HTML <br> tag or component is utilized to soften line up a passage.  It is by and large utilized as a part of sonnet or address where the division of line is important.  It is a void tag, implies it needn't bother with an organization of end tag.  Distinction between HTML <br> and <br/>  You can utilize HTML br label two ways: <br> or <br/>. It is prescribed to utilize shut br tag <br/> in light of the fact that it is upheld in HTML and XHTML both.  BR tag in HTML and XHTML  In HTML br label require not to be shut e.g. <br> while br label must be legitimately shut in XHTML e.g. <br/>.  HTML Script Tag  HTML content tag is utilized to determine customer side content, for example, JavaScript. It encourage you to put a content inside your HTML record.  JavaScript is utilized for picture control, frame approval, and dynamic substance.  Traits of HTML content tag  Attribute     Description   Compatibility  srcIt determines the URL of an outside content file.     HTML 4.01, HTML5  type        It determines the media sort of the script.    HTML 4.01  async      It is a boolean esteem which determines that the content is executed asynchronously.HTML5  defer        It is a boolean esteem which is utilized to demonstrate that content is executed after archive has been parsed.   HTML 4.01, HTML5  HTML NoScript Tag  HTML <noscript> tag is utilized to characterize a substitute substance for the clients who have debilitated scripting from the program and need to get to the page.  The <noscript> component can be utilized inside <head> and <body> labels.  While utilizing noscript tag inside <head> component, <noscript> must contain <link>, <style>, and <meta> labels.  The content inside the <noscript> component will be shown if the client's program is not content supporting.  Distinction amongst HTML and XHTML  The noscript tag is not bolstered in XHTML.  HTML strong tag  HTML strong tag is spoken to by <b> tag.  HTML <b> tag is utilized to show the composed content in intense configuration. It is entirely a presentational component. On the off chance that you need to demonstrate your content in intense letters and not have genuine semantic importance, at that point put it inside <b>.......</b> tag.  Contrast between HTML <b> and <strong> tag  The b tag is express while solid tag is semantic.The <strong> label adds additional semantic importance to the HTML record.  It is prescribed to utilize solid tag for intense configuration now.

Like it? Share it!


firstenquiry1

About the Author

firstenquiry1
Joined: August 8th, 2017
Articles Posted: 27

More by this author