How many tag in HTML? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 4

How many tag in HTML?

22nd Dec 2017, 3:07 PM
govinda kumar
govinda kumar - avatar
4 ответов
+ 9
Check out this page http://htmlreference.io
22nd Dec 2017, 4:06 PM
Ranjan Bagri
Ranjan Bagri - avatar
+ 7
Basic HTML Tag Description <!DOCTYPE> Defines the document type <html> Defines an HTML document <title> Defines a title for the document <body> Defines the document's body <h1> to <h6> Defines HTML headings <p> Defines a paragraph <br> Inserts a single line break <hr> Defines a thematic change in the content <!--...--> Defines a comment <blockquote> Defines a section that is quoted from another source <center> Not supported in HTML5. Use CSS instead. Defines centered text <cite> Defines the title of a work <code> Defines a piece of computer code <del> Defines text that has been deleted from a document <dfn> Represents the defining instance of a term <em> Defines emphasized text  <font> Not supported in HTML5. Use CSS instead. Defines font, color, and size for text <i> Defines a part of text in an alternate voice or mood <ins> Defines a text that has been inserted into a document <kbd> Defines keyboard input <mark> Defines marked/highlighted text <meter> Defines a scalar measurement within a known range (a gauge) <pre> Defines preformatted text <progress> Represents the progress of a task <q> Defines a short quotation <rp> Defines what to show in browsers that do not support ruby annotations <rt> Defines an explanation/pronunciation of characters (for East Asian typography) <ruby> Defines a ruby annotation (for East Asian typography) <s> Defines text that is no longer correct <samp> Defines sample output from a computer program <small> Defines smaller text <strike> Not supported in HTML5. Use <del> or <s> instead. Defines strikethrough text <strong> Defines important text <sub> Defines subscripted text <sup> Defines superscripted text <time> Defines a date/time <tt> Not supported in HTML5. Use CSS instead. Defines teletype text <u> Defines text that should be stylistically different from normal text <var> Defines a variable <wbr> Defines a possible line-break :) @Sololearn
22nd Dec 2017, 3:19 PM
James16
James16 - avatar
0
thank you
22nd Dec 2017, 3:50 PM
govinda kumar
govinda kumar - avatar
0
good. thank you.
24th Dec 2017, 5:43 AM
M DURAIPANDIAN
M DURAIPANDIAN - avatar