Skip to content

Instantly share code, notes, and snippets.

@leachdaniel
Created January 5, 2019 13:38
Show Gist options
  • Save leachdaniel/3dbad60b4552272b0848d049752862d1 to your computer and use it in GitHub Desktop.
Save leachdaniel/3dbad60b4552272b0848d049752862d1 to your computer and use it in GitHub Desktop.
All Html Tags in MD

<a> Defines a hyperlink'

test content

<abbr> Defines an abbreviation or an acronym'

test content

<acronym> Not supported in HTML5. Use <abbr> instead. Defines an acronym'

test content

<address> Defines contact information for the author/owner of a document'

test content

<applet> Not supported in HTML5. Use <embed> or <object> instead. Defines an embedded applet'

test content

<area> Defines an area inside an image-map'

test content

<article> Defines an article'

test content

<aside> Defines content aside from the page content'

test content

<audio> Defines sound content'

test content

<b> Defines bold text'

test content

<base> Specifies the base URL/target for all relative URLs in a document'

test content

<basefont> Not supported in HTML5. Use CSS instead. Specifies a default color, size, and font for all text in a document'

test content

<bdi> Isolates a part of text that might be formatted in a different direction from other text outside it'

test content

<bdo> Overrides the current text direction'

test content

<big> Not supported in HTML5. Use CSS instead. Defines big text'

test content

<blockquote> Defines a section that is quoted from another source'

test content

<body> Defines the document's body'

test content

<br> Defines a single line break'


test content

<button> Defines a clickable button'

test content

<canvas> Used to draw graphics, on the fly, via scripting (usually JavaScript)'

test content

<caption> Defines a table caption'

test content

<center> Not supported in HTML5. Use CSS instead. Defines centered text'

test content

<cite> Defines the title of a work'

test content

<code> Defines a piece of computer code'

test content

<col> Specifies column properties for each column within a <colgroup> element '

test content

<colgroup> Specifies a group of one or more columns in a table for formatting'

test content

<data> Links the given content with a machine-readable translation'

test content

<datalist> Specifies a list of pre-defined options for input controls'

test content

<dd> Defines a description/value of a term in a description list'

test content

<del> Defines text that has been deleted from a document'

test content

<details> Defines additional details that the user can view or hide'

test content

<dfn> Represents the defining instance of a term'

test content

<dialog> Defines a dialog box or window'

test content

<dir> Not supported in HTML5. Use <ul> instead. Defines a directory list'

test content

<div> Defines a section in a document'

test content

<dl> Defines a description list'

test content

<dt> Defines a term/name in a description list'

test content

<em> Defines emphasized text '

test content

<embed> Defines a container for an external (non-HTML) application'

test content

<fieldset> Groups related elements in a form'

test content

<figcaption> Defines a caption for a <figure> element'

test content

<figure> Specifies self-contained content'

test content

<font> Not supported in HTML5. Use CSS instead. Defines font, color, and size for text'

test content

<footer> Defines a footer for a document or section'

test content

<form> Defines an HTML form for user input'

test content

<frame> Not supported in HTML5. Defines a window (a frame) in a frameset'

test content

<frameset> Not supported in HTML5. Defines a set of frames'

test content

<h1> to <h6> Defines HTML headings'

test content

<head> Defines information about the document'

test content

<header> Defines a header for a document or section'

test content

<hr> Defines a thematic change in the content'


test content

<html> Defines the root of an HTML document'

test content

<i> Defines a part of text in an alternate voice or mood'

test content

<iframe> Defines an inline frame'

<iframe>test content</iframe>

<img> Defines an image'

test content

<input> Defines an input control'

test content

<ins> Defines a text that has been inserted into a document'

test content

<kbd> Defines keyboard input'

test content

<label> Defines a label for an <input> element'

test content

<legend> Defines a caption for a <fieldset> element'

test content

<li> Defines a list item'

  • test content
  • <link> Defines the relationship between a document and an external resource (most used to link to style sheets)'

    test content

    <main> Specifies the main content of a document'

    test content

    <map> Defines a client-side image-map'

    test content

    <mark> Defines marked/highlighted text'

    test content

    <meta> Defines metadata about an HTML document'

    test content

    <meter> Defines a scalar measurement within a known range (a gauge)'

    test content

    <nav> Defines navigation links'

    test content

    <noframes> Not supported in HTML5. Defines an alternate content for users that do not support frames'

    <noframes>test content</noframes>

    <noscript> Defines an alternate content for users that do not support client-side scripts'

    test content

    <object> Defines an embedded object'

    test content

    <ol> Defines an ordered list'

      test content

    <optgroup> Defines a group of related options in a drop-down list'

    test content

    <option> Defines an option in a drop-down list'

    test content

    <output> Defines the result of a calculation'

    test content

    <p> Defines a paragraph'

    test content

    <param> Defines a parameter for an object'

    test content

    <picture> Defines a container for multiple image resources'

    test content

    <pre> Defines preformatted text'

    test content

    <progress> Represents the progress of a task'

    test content

    <q> Defines a short quotation'

    test content

    <rp> Defines what to show in browsers that do not support ruby annotations'

    test content

    <rt> Defines an explanation/pronunciation of characters (for East Asian typography)'

    test content

    <ruby> Defines a ruby annotation (for East Asian typography)'

    test content

    <s> Defines text that is no longer correct'

    test content

    <samp> Defines sample output from a computer program'

    test content

    <script> Defines a client-side script'

    <script>test content</script>

    <section> Defines a section in a document'

    test content

    <select> Defines a drop-down list'

    test content

    <small> Defines smaller text'

    test content

    <source> Defines multiple media resources for media elements (<video> and <audio>)'

    test content

    <span> Defines a section in a document'

    test content

    <strike> Not supported in HTML5. Use <del> or <s> instead. Defines strikethrough text'

    test content

    <strong> Defines important text'

    test content

    <style> Defines style information for a document'

    <style>test content</style>

    <sub> Defines subscripted text'

    test content

    <summary> Defines a visible heading for a <details> element'

    test content

    <sup> Defines superscripted text'

    test content

    <svg> Defines a container for SVG graphics'

    test content

    <table> Defines a table'

    test content

    <tbody> Groups the body content in a table'

    test content

    <td> Defines a cell in a table'

    test content

    <template> Defines a template'

    test content

    <textarea> Defines a multiline input control (text area)'

    <textarea>test content</textarea>

    <tfoot> Groups the footer content in a table'

    test content

    <th> Defines a header cell in a table'

    test content

    <thead> Groups the header content in a table'

    test content

    <time> Defines a date/time'

    test content

    <title> Defines a title for the document'

    <title>test content</title>

    <tr> Defines a row in a table'

    test content

    <track> Defines text tracks for media elements (<video> and <audio>)'

    test content

    <tt> Not supported in HTML5. Use CSS instead. Defines teletype text'

    test content

    <u> Defines text that should be stylistically different from normal text'

    test content

    <ul> Defines an unordered list'

      test content

    <var> Defines a variable'

    test content

    <video> Defines a video or movie'

    <wbr>'

    test content

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment