Posts

Html tags by category

HTML Taga By Category Basic HTML Tags  <!DOCTYPE> Defines the HTML document type. <html> Defines an HTML document. <head> Contains metadata for the HTML document. <title> Defines a title for the HTML document. <body> Defines the HTML document's body. <h1> <h2> <h3> <h4> <h5> <h6> Defines HTML headings <p> Create a paragraph. <br> Create a single line break. <hr> Create horizontal line in the content. <!--...--> Specifies comment, this comment won't show up on the page. FORMATTING TAGS <acronym> Not supported in HTML5. Use <abbr> instead. Defines an acronym. <abbr> Defines an abbreviation or an acronym in HTML document. <address> Defines contact information for the author of a html document. <b> Create bold text in HTML document. <bdi> Used to provide isolation for that part of text which may be formatted in different directions from other text outside in...

PRIVACY POLICY

 PRIVACY & CONTENT POLICY The app doesn't collect any user personal data as, for example, name, picture or location. Consequently, the app doesn't share any personal information with any other entity or third parties. We allow third-party companies to serve ads and collect certain anonymous information when you visit our app. These companies may use anonymous information such as your Google Advertising ID, your device type and version, browsing activity, location and other technical data relating to your device, in order to provide advertisements.

HTML Tag And Alphabetically.

  HTML Tags in Alphabetically <!--...--> Defines a comment. The comment won't show up on the page. <!DOCTYPE> Defines the version of HTML. <a> Anchor tag, defines hyperlink or link. <abbr> Defines an abbreviation for a phrase or acronym. <acronym> HTML5 is not supported. Try <abbr> instead. Creates an acronym for a word. <address> It creates the author's or the owner information of the HTML. <applet> HTML5 is not supported. Try <embed> or <object> instead. Defines or creates an embedded Java applet. <audio> Defines or create sound content. <area> Shows an area inside an image map. <article> Defines or creates article content. <aside> Defines or creates content aside main page contents. <audio> Use to embedded sound content. <b> Used to make text bold. <base> Defines or creates the base URL for all relative URLs in a document. <basefont> Try CSS instead. HTML5 is not sup...