{"id":71,"date":"2022-03-19T10:28:34","date_gmt":"2022-03-19T10:28:34","guid":{"rendered":"https:\/\/staging.brightwhiz.com\/?post_type=topic&p=71"},"modified":"2022-03-19T10:28:35","modified_gmt":"2022-03-19T10:28:35","slug":"html-tags-reference","status":"publish","type":"topic","link":"http:\/\/local.tutorials\/topic\/html-tags-reference\/","title":{"rendered":"HTML – Tags Reference"},"content":{"rendered":"\n

The following is an HTML tags reference list showing all the HTML elements that can be used on web pages and HTML documents.<\/p>\n\n\n\n

HTML Elements List<\/h2>\n\n\n\n
Tag<\/strong><\/td>Description<\/strong><\/td>Introduced<\/strong><\/td><\/tr>
<!--...--><\/code><\/td>Defines a comment<\/td><\/td><\/tr>
<!DOCTYPE><\/code><\/td>Defines the document type<\/td><\/td><\/tr>
<a><\/code><\/td>Defines a hyperlink<\/td><\/td><\/tr>
<abbr><\/code><\/td>Defines an abbreviation or an acronym<\/td><\/td><\/tr>
<acronym><\/code><\/td>Defines an acronym. Not supported in HTML5<\/strong>. Use <abbr><\/code> instead<\/td><\/td><\/tr>
<address><\/code><\/td>Defines contact information for the author\/owner of a document<\/td><\/td><\/tr>
<applet><\/code><\/td>Defines an embedded applet. Not supported in HTML5<\/strong>. Use <embed><\/code> or <object><\/code> instead <\/td><\/td><\/tr>
<area><\/code><\/td>Defines an area inside an image map<\/td><\/td><\/tr>
<article><\/code><\/td>Defines an article<\/td>HTML5<\/td><\/tr>
<aside><\/code><\/td>Defines content aside from the page content<\/td>HTML5<\/td><\/tr>
<audio><\/code><\/td>Defines embedded sound content<\/td>HTML5<\/td><\/tr>
<b><\/code><\/td>Defines bold text<\/td><\/td><\/tr>
<base><\/code><\/td>Specifies the base URL\/target for all relative URLs in a document<\/td><\/td><\/tr>
<basefont><\/code><\/td>Specifies a default color, size, and font for all text in a document. Not supported in HTML5<\/strong>. Use CSS instead<\/td><\/td><\/tr>
<bdi><\/code><\/td>Isolates a part of the text that might be formatted in a different direction from other text outside it<\/td>HTML5<\/td><\/tr>
<bdo><\/code><\/td>Overrides the current text direction<\/td><\/td><\/tr>
<bgsound><\/code><\/td>Defines background music<\/td><\/td><\/tr>
<big><\/code><\/td>Defines big text. Not supported in HTML5<\/strong>. Use CSS instead<\/td><\/td><\/tr>
<blink><\/code><\/td>Defines text which blinks<\/td><\/td><\/tr>
<blockquote><\/code><\/td>Defines a section that is quoted from another source<\/td><\/td><\/tr>
<body><\/code><\/td>Defines the document’s body<\/td><\/td><\/tr>
<br><\/code><\/td>Defines a single line break<\/td><\/td><\/tr>
<button><\/code><\/td>Defines a clickable button<\/td><\/td><\/tr>
<canvas><\/code><\/td>Used to draw graphics, on the fly, via scripting (usually JavaScript)<\/td>HTML5<\/td><\/tr>
<caption><\/code><\/td>Defines a table caption<\/td><\/td><\/tr>
<center><\/code><\/td>Defines centered text. Not supported in HTML5<\/strong>. Use CSS instead<\/td><\/td><\/tr>
<cite><\/code><\/td>Defines the title of a work<\/td><\/td><\/tr>
<code><\/code><\/td>Defines a piece of computer code<\/td><\/td><\/tr>
<col><\/code><\/td>Specifies column properties for each column within a <colgroup><\/code> element<\/td><\/tr>
<colgroup><\/code><\/td>Specifies a group of one or more columns in a table for formatting<\/td><\/td><\/tr>
<comment><\/code><\/td>Puts a comment in the document<\/td><\/td><\/tr>
<data><\/code><\/td>Adds a machine-readable translation of a given content<\/td><\/td><\/tr>
<datalist><\/code><\/td>Specifies a list of pre-defined options for input controls<\/td>HTML5<\/td><\/tr>
<dd><\/code><\/td>Defines a description\/value of a term in a description list<\/td><\/td><\/tr>
<del><\/code><\/td>Defines text that has been deleted from a document<\/td><\/td><\/tr>
<details><\/code><\/td>Defines additional details that the user can view or hide<\/td><\/td><\/tr>
<dfn><\/code><\/td>Specifies a term that is going to be defined within the content<\/td><\/td><\/tr>
<dialog><\/code><\/td>Defines a dialog box or window<\/td>HTML5<\/td><\/tr>
<dir><\/code><\/td>Defines a directory list. Not supported in HTML5<\/strong>. Use <ul><\/code> instead<\/td><\/td><\/tr>
<div><\/code><\/td>Defines a section in a document<\/td><\/td><\/tr>
<dl><\/code><\/td>Defines a description list<\/td><\/td><\/tr>
<dt><\/code><\/td>Defines a term\/name in a description list<\/td><\/td><\/tr>
<em><\/code><\/td>Defines emphasized text<\/td><\/td><\/tr>
<embed><\/code><\/td>Defines a container for an external application<\/td>HTML5<\/td><\/tr>
<fieldset><\/code><\/td>Groups related elements in a form<\/td><\/td><\/tr>
<figcaption><\/code><\/td>Defines a caption for a <figure><\/code> element<\/td>HTML5<\/td><\/tr>
<figure><\/code><\/td>Specifies self-contained content<\/td>HTML5<\/td><\/tr>
<font><\/code><\/td>Defines font, color, and size for text. Not supported in HTML5<\/strong>. Use CSS instead<\/td><\/td><\/tr>
<footer><\/code><\/td>Defines a footer for a document or section<\/td>HTML5<\/td><\/tr>
<form><\/code><\/td>Defines an HTML form for user input<\/td><\/td><\/tr>
<frame><\/code><\/td>Defines a window (a frame) in a frameset. Not supported in HTML5<\/strong><\/td><\/td><\/tr>
<frameset><\/code><\/td>Defines a set of frames. Not supported in HTML5<\/strong><\/td><\/td><\/tr>
<h1> to <h6><\/code><\/td>Defines HTML headings<\/td><\/td><\/tr>
<head><\/code><\/td>Contains metadata\/information for the document<\/td><\/td><\/tr>
<header><\/code><\/td>Defines a header for a document or section<\/td>HTML5<\/td><\/tr>
<hr><\/code><\/td>Defines a thematic change in the content<\/td><\/td><\/tr>
<html><\/code><\/td>Defines the root of an HTML document<\/td><\/td><\/tr>
<i><\/code><\/td>Defines a part of text in an alternate voice or mood<\/td><\/td><\/tr>
<iframe><\/code><\/td>Defines an inline frame<\/td><\/td><\/tr>
<img><\/code><\/td>Defines an image<\/td><\/td><\/tr>
<input><\/code><\/td>Defines an input control<\/td><\/td><\/tr>
<ins><\/code><\/td>Defines a text that has been inserted into a document<\/td><\/td><\/tr>
<isindex><\/code><\/td>Defines a single-line input field. Not supported in HTML5<\/td><\/td><\/tr>
<kbd><\/code><\/td>Defines keyboard input<\/td><\/td><\/tr>
<keygen><\/code><\/td>Generate key information in a form<\/td>HTML5<\/td><\/tr>
<label><\/code><\/td>Defines a label for an <input><\/code> element<\/td><\/td><\/tr>
<layer><\/code><\/td>Defines a layer<\/td><\/td><\/tr>
<legend><\/code><\/td>Defines a caption for a <fieldset><\/code> element<\/td><\/td><\/tr>
<li><\/code><\/td>Defines a list item<\/td><\/td><\/tr>
<link><\/code><\/td>Defines the relationship between a document and an external resource (most used to link to style sheets)<\/td><\/td><\/tr>
<main><\/code><\/td>Specifies the main content of a document<\/td>HTML5<\/td><\/tr>
<map><\/code><\/td>Defines an image map<\/td><\/td><\/tr>
<mark><\/code><\/td>Defines marked\/highlighted text<\/td>HTML5<\/td><\/tr>
<marquee><\/code><\/td>Creates a scrolling-text marquee. Not supported in HTML5<\/td><\/td><\/tr>
<menu><\/code><\/td>Defines a menu list. Not supported in HTML5<\/td><\/td><\/tr>
<menuitem><\/code><\/td>Defines a command\/menu item that the user can invoke from a popup menu<\/td>HTML5<\/td><\/tr>
<meta><\/code><\/td>Defines metadata about an HTML document<\/td><\/td><\/tr>
<meter><\/code><\/td>Defines a scalar measurement within a known range (a gauge)<\/td><\/td><\/tr>
<multicol><\/code><\/td>Defines a multicolumn text flow<\/td><\/td><\/tr>
<nav><\/code><\/td>Defines navigation links<\/td>HTML5<\/td><\/tr>
<nobr><\/code><\/td>No breaks are allowed in the enclosed text<\/td><\/td><\/tr>
<noembed><\/code><\/td>Defines content to be presented by browsers that do not support the embed tag<\/td><\/td><\/tr>
<noframes><\/code><\/td>Defines alternate content for users that do not support frames. Not supported in HTML5<\/strong><\/td><\/td><\/tr>
<noscript><\/code><\/td>Defines alternate content for users that do not support client-side scripts<\/td><\/td><\/tr>
<object><\/code><\/td>Defines a container for an external application<\/td><\/td><\/tr>
<ol><\/code><\/td>Defines an ordered list<\/td><\/td><\/tr>
<outgroup><\/code><\/td>Defines a group of related options in a drop-down list<\/td><\/td><\/tr>
<option><\/code><\/td>Defines an option in a drop-down list<\/td><\/td><\/tr>
<output><\/code><\/td>Defines the result of a calculation<\/td>HTML5<\/td><\/tr>
<p><\/code><\/td>Defines a paragraph<\/td><\/td><\/tr>
<param><\/code><\/td>Defines a parameter for an object<\/td><\/td><\/tr>
<picture><\/code><\/td>Defines a container for multiple image resources<\/td><\/td><\/tr>
<plaintext><\/code><\/td>Render the remainder of the document as preformatted plain text. Not supported in HTML5<\/td><\/td><\/tr>
<pre><\/code><\/td>Defines preformatted text<\/td><\/td><\/tr>
<progress><\/code><\/td>Represents the progress of a task<\/td>HTML5<\/td><\/tr>
<q><\/code><\/td>Defines a short quotation<\/td><\/td><\/tr>
<rp><\/code><\/td>Defines what to show in browsers that do not support ruby annotations<\/td>HTML5<\/td><\/tr>
<rt><\/code><\/td>Defines an explanation\/pronunciation of characters (for East Asian typography)<\/td>HTML5<\/td><\/tr>
<ruby><\/code><\/td>Defines a ruby annotation (for East Asian typography)<\/td>HTML5<\/td><\/tr>
<s><\/code><\/td>Defines text that is no longer correct<\/td><\/td><\/tr>
<samp><\/code><\/td>Defines sample output from a computer program<\/td><\/td><\/tr>
<script><\/code><\/td>Defines a client-side script<\/td><\/td><\/tr>
<section><\/code><\/td>Defines a section in a document<\/td>HTML5<\/td><\/tr>
<spacer><\/code><\/td>Defines a white space<\/td><\/td><\/tr>
<select><\/code><\/td>Defines a drop-down list<\/td><\/td><\/tr>
<small><\/code><\/td>Defines smaller text<\/td><\/td><\/tr>
<source><\/code><\/td>Defines multiple media resources for media elements (<video><\/code> and <audio><\/code>)<\/td>HTML5<\/td><\/tr>
<span><\/code><\/td>Defines a section in a document<\/td><\/td><\/tr>
<strike><\/code><\/td>Defines strikethrough text. Not supported in HTML5<\/strong>. Use <del><\/code> or <s><\/code> instead<\/td><\/td><\/tr>
<strong><\/code><\/td>Defines important text<\/td><\/td><\/tr>
<style><\/code><\/td>Defines style information for a document<\/td><\/td><\/tr>
<sub><\/code><\/td>Defines subscripted text<\/td><\/td><\/tr>
<summary><\/code><\/td>Defines a visible heading for a <details><\/code> element<\/td>HTML5<\/td><\/tr>
<sup><\/code><\/td>Defines superscripted text<\/td><\/td><\/tr>
<svg><\/code><\/td>Defines a container for SVG graphics<\/td><\/td><\/tr>
<table><\/code><\/td>Defines a table<\/td><\/td><\/tr>
<body><\/code><\/td>Groups the body content in a table<\/td><\/td><\/tr>
<td><\/code><\/td>Defines a cell in a table<\/td><\/td><\/tr>
<template><\/code><\/td>Defines a container for content that should be hidden when the page loads<\/td><\/td><\/tr>
<textarea><\/code><\/td>Defines a multiline input control (text area)<\/td><\/td><\/tr>
<tfoot><\/code><\/td>Groups the footer content in a table<\/td><\/td><\/tr>
<th><\/code><\/td>Defines a header cell in a table<\/td><\/td><\/tr>
<thead><\/code><\/td>Groups the header content in a table<\/td><\/td><\/tr>
<time><\/code><\/td>Defines a specific time (or datetime)<\/td>HTML5<\/td><\/tr>
<title><\/code><\/td>Defines a title for the document<\/td><\/td><\/tr>
<tr><\/code><\/td>Defines a row in a table<\/td><\/td><\/tr>
<track><\/code><\/td>Defines text tracks for media elements (<video><\/code> and <audio><\/code>)<\/td>HTML5<\/td><\/tr>
<tt><\/code><\/td>Defines teletype text. Not supported in HTML5<\/strong>. Use CSS instead<\/td><\/td><\/tr>
<u><\/code><\/td>Defines some text that is unarticulated and styled differently from normal text<\/td><\/td><\/tr>
<ul><\/code><\/td>Defines an unordered list<\/td><\/td><\/tr>
<var><\/code><\/td>Defines a variable<\/td><\/td><\/tr>
<video><\/code><\/td>Defines embedded video content<\/td>HTML5<\/td><\/tr>
<wbr><\/code><\/td>Defines a possible line-break within a <nobr><\/code> section<\/td><\/td><\/tr>
<xmp><\/code><\/td>Defines preformatted text. Not supported in HTML5<\/td><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n

<\/p>\n","protected":false},"excerpt":{"rendered":"

The following is an HTML tags reference list showing all the HTML elements that can be used on web pages and HTML documents. HTML Elements List Tag Description Introduced <!–…–> Defines a comment <!DOCTYPE> Defines the document type <a> Defines a hyperlink <abbr> Defines an abbreviation or an acronym <acronym> Defines an acronym. Not supported […]<\/p>\n","protected":false},"featured_media":43,"comment_status":"open","ping_status":"closed","template":"","meta":[],"categories":[2],"tags":[],"subject":[7,9],"yoast_head":"\nHTML Tags Reference<\/title>\n<meta name=\"description\" content=\"This HTML tags reference lists all the available HTML elements that you can use in your web pages and HTML documents\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/local.tutorials\/topic\/html-tags-reference\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HTML Tags Reference\" \/>\n<meta property=\"og:description\" content=\"This HTML tags reference lists all the available HTML elements that you can use in your web pages and HTML documents\" \/>\n<meta property=\"og:url\" content=\"http:\/\/local.tutorials\/topic\/html-tags-reference\/\" \/>\n<meta property=\"og:site_name\" content=\"Brightwhiz.com Tutorials and Courses\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/brightwhiz\" \/>\n<meta property=\"article:modified_time\" content=\"2022-03-19T10:28:35+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/local.tutorials\/wp-content\/uploads\/2022\/03\/tutorial-html5.png\" \/>\n\t<meta property=\"og:image:width\" content=\"640\" \/>\n\t<meta property=\"og:image:height\" content=\"360\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@brightwhizmag\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"http:\/\/local.tutorials\/topic\/html-tags-reference\/\",\"url\":\"http:\/\/local.tutorials\/topic\/html-tags-reference\/\",\"name\":\"HTML Tags Reference\",\"isPartOf\":{\"@id\":\"http:\/\/local.tutorials\/#website\"},\"datePublished\":\"2022-03-19T10:28:34+00:00\",\"dateModified\":\"2022-03-19T10:28:35+00:00\",\"description\":\"This HTML tags reference lists all the available HTML elements that you can use in your web pages and HTML documents\",\"breadcrumb\":{\"@id\":\"http:\/\/local.tutorials\/topic\/html-tags-reference\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/local.tutorials\/topic\/html-tags-reference\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/local.tutorials\/topic\/html-tags-reference\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/local.tutorials\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Topics\",\"item\":\"http:\/\/local.tutorials\/topic\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"HTML – Tags Reference\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/local.tutorials\/#website\",\"url\":\"http:\/\/local.tutorials\/\",\"name\":\"Brightwhiz.com Tutorials and Courses\",\"description\":\"\",\"publisher\":{\"@id\":\"http:\/\/local.tutorials\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/local.tutorials\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"http:\/\/local.tutorials\/#organization\",\"name\":\"Brightwhiz.com\",\"url\":\"http:\/\/local.tutorials\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.tutorials\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/staging.brightwhiz.com\/wp-content\/uploads\/2022\/03\/brightwhiz-com-logo-orange.png\",\"contentUrl\":\"https:\/\/staging.brightwhiz.com\/wp-content\/uploads\/2022\/03\/brightwhiz-com-logo-orange.png\",\"width\":706,\"height\":135,\"caption\":\"Brightwhiz.com\"},\"image\":{\"@id\":\"http:\/\/local.tutorials\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/brightwhiz\",\"https:\/\/twitter.com\/brightwhizmag\",\"https:\/\/www.instagram.com\/glamorglaze\/\",\"https:\/\/www.pinterest.com\/sobbayi\/\",\"https:\/\/www.youtube.com\/c\/Sobbayi\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"HTML Tags Reference","description":"This HTML tags reference lists all the available HTML elements that you can use in your web pages and HTML documents","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/local.tutorials\/topic\/html-tags-reference\/","og_locale":"en_US","og_type":"article","og_title":"HTML Tags Reference","og_description":"This HTML tags reference lists all the available HTML elements that you can use in your web pages and HTML documents","og_url":"http:\/\/local.tutorials\/topic\/html-tags-reference\/","og_site_name":"Brightwhiz.com Tutorials and Courses","article_publisher":"https:\/\/www.facebook.com\/brightwhiz","article_modified_time":"2022-03-19T10:28:35+00:00","og_image":[{"width":640,"height":360,"url":"http:\/\/local.tutorials\/wp-content\/uploads\/2022\/03\/tutorial-html5.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@brightwhizmag","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"http:\/\/local.tutorials\/topic\/html-tags-reference\/","url":"http:\/\/local.tutorials\/topic\/html-tags-reference\/","name":"HTML Tags Reference","isPartOf":{"@id":"http:\/\/local.tutorials\/#website"},"datePublished":"2022-03-19T10:28:34+00:00","dateModified":"2022-03-19T10:28:35+00:00","description":"This HTML tags reference lists all the available HTML elements that you can use in your web pages and HTML documents","breadcrumb":{"@id":"http:\/\/local.tutorials\/topic\/html-tags-reference\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/local.tutorials\/topic\/html-tags-reference\/"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/local.tutorials\/topic\/html-tags-reference\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/local.tutorials\/"},{"@type":"ListItem","position":2,"name":"Topics","item":"http:\/\/local.tutorials\/topic\/"},{"@type":"ListItem","position":3,"name":"HTML – Tags Reference"}]},{"@type":"WebSite","@id":"http:\/\/local.tutorials\/#website","url":"http:\/\/local.tutorials\/","name":"Brightwhiz.com Tutorials and Courses","description":"","publisher":{"@id":"http:\/\/local.tutorials\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/local.tutorials\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"http:\/\/local.tutorials\/#organization","name":"Brightwhiz.com","url":"http:\/\/local.tutorials\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.tutorials\/#\/schema\/logo\/image\/","url":"https:\/\/staging.brightwhiz.com\/wp-content\/uploads\/2022\/03\/brightwhiz-com-logo-orange.png","contentUrl":"https:\/\/staging.brightwhiz.com\/wp-content\/uploads\/2022\/03\/brightwhiz-com-logo-orange.png","width":706,"height":135,"caption":"Brightwhiz.com"},"image":{"@id":"http:\/\/local.tutorials\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/brightwhiz","https:\/\/twitter.com\/brightwhizmag","https:\/\/www.instagram.com\/glamorglaze\/","https:\/\/www.pinterest.com\/sobbayi\/","https:\/\/www.youtube.com\/c\/Sobbayi"]}]}},"_links":{"self":[{"href":"http:\/\/local.tutorials\/wp-json\/wp\/v2\/topic\/71"}],"collection":[{"href":"http:\/\/local.tutorials\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"http:\/\/local.tutorials\/wp-json\/wp\/v2\/types\/topic"}],"replies":[{"embeddable":true,"href":"http:\/\/local.tutorials\/wp-json\/wp\/v2\/comments?post=71"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/local.tutorials\/wp-json\/wp\/v2\/media\/43"}],"wp:attachment":[{"href":"http:\/\/local.tutorials\/wp-json\/wp\/v2\/media?parent=71"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/local.tutorials\/wp-json\/wp\/v2\/categories?post=71"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/local.tutorials\/wp-json\/wp\/v2\/tags?post=71"},{"taxonomy":"subject","embeddable":true,"href":"http:\/\/local.tutorials\/wp-json\/wp\/v2\/subject?post=71"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}