{"id":8100,"date":"2022-09-27T04:30:07","date_gmt":"2022-09-27T04:30:07","guid":{"rendered":"https:\/\/mdr.foobrdigital.com\/?p=8100"},"modified":"2022-09-27T04:30:07","modified_gmt":"2022-09-27T04:30:07","slug":"html-computer-code-elements","status":"publish","type":"post","link":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/2022\/09\/27\/html-computer-code-elements\/","title":{"rendered":"HTML Computer Code Elements"},"content":{"rendered":"\n<p>The computer has a special formatting and text style for displaying the messages that are connected to codes. There exist different computer code elements in\u00a0HTML.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"the-html-lt-code-gt-tag-2\">The HTML &lt;code&gt; tag<\/h2>\n\n\n\n<p>The HTML\u00a0&lt;code>\u00a0tag inserts fragments of a program code, variables, etc. into an HTML document. In the browser, the code is displayed in a monospaced font of a smaller size.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"example-of-the-html-lt-code-gt-tag-4\">Example of the HTML &lt;code&gt; tag:<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html&gt;\n&lt;html&gt;\n  &lt;head&gt;\n    &lt;title&gt;Title of the document&lt;\/title&gt;\n  &lt;\/head&gt;\n  &lt;body&gt;\n    &lt;p&gt;This is an ordinary text.&lt;\/p&gt;\n    &lt;code&gt;This is a program code.&lt;\/code&gt;\n    &lt;p&gt;This is the continuation of the ordinary text.&lt;\/p&gt;\n  &lt;\/body&gt;\n&lt;\/html&gt;<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"the-html-lt-var-gt-tag-6\">The HTML &lt;var&gt; tag:<\/h2>\n\n\n\n<p>The\u00a0&lt;var>\u00a0tag defines variable in a mathematical expression or a programming context.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"example-of-the-html-lt-var-gt-tag-8\">Example of the HTML &lt;var&gt; tag:<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html&gt;\n&lt;html&gt;\n  &lt;head&gt;\n    &lt;title&gt;Title of the document&lt;\/title&gt;\n  &lt;\/head&gt;\n  &lt;body&gt;\n    &lt;p&gt;&lt;var&gt;x&lt;\/var&gt; = &lt;var&gt;y&lt;\/var&gt; + 5&lt;\/p&gt;\n  &lt;\/body&gt;\n&lt;\/html&gt;<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"the-html-lt-kbd-gt-tag-10\">The HTML &lt;kbd&gt; tag:<\/h2>\n\n\n\n<p>The\u00a0&lt;kbd>\u00a0tag specifies a keyboard input. It is used when we need to display text that should be entered into the user\u2019s keyboard.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"example-of-the-html-lt-kbd-gt-tag-12\">Example of the HTML &lt;kbd&gt; tag:<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html&gt;\n&lt;html&gt;\n  &lt;head&gt;\n    &lt;title&gt;Title of the document&lt;\/title&gt;\n  &lt;\/head&gt;\n  &lt;body&gt;\n    &lt;h2&gt;The kbd example&lt;\/h2&gt;\n    &lt;p&gt;You can paste the document by pressing &lt;kbd&gt;Ctrl + V&lt;\/kbd&gt;.&lt;\/p&gt;\n  &lt;\/body&gt;\n&lt;\/html&gt;<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"the-html-lt-samp-gt-tag-14\">The HTML &lt;samp&gt; tag<\/h2>\n\n\n\n<p>The\u00a0&lt;samp>\u00a0tag contains output from a computer program or a script. It is by default displayed in monospace font.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"example-of-the-html-lt-samp-gt-tag-16\">Example of the HTML &lt;samp&gt; tag:<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html&gt;\n&lt;html&gt;\n  &lt;head&gt;\n    &lt;title&gt;Title of the document&lt;\/title&gt;\n  &lt;\/head&gt;\n  &lt;body&gt;\n    &lt;p&gt;This is an ordinary text. &lt;samp&gt;But this is a sample text.&lt;\/samp&gt; Here is another ordinary text.&lt;\/p&gt;\n  &lt;\/body&gt;\n&lt;\/html&gt;<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>The computer has a special formatting and text style for displaying the messages that are connected to codes. There exist different computer code elements in\u00a0HTML. The HTML &lt;code&gt; tag The HTML\u00a0&lt;code>\u00a0tag inserts fragments of a program code, variables, etc. into an HTML document. In the browser, the code is displayed in a monospaced font of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[285],"tags":[],"_links":{"self":[{"href":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/wp-json\/wp\/v2\/posts\/8100"}],"collection":[{"href":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/wp-json\/wp\/v2\/comments?post=8100"}],"version-history":[{"count":0,"href":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/wp-json\/wp\/v2\/posts\/8100\/revisions"}],"wp:attachment":[{"href":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/wp-json\/wp\/v2\/media?parent=8100"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/wp-json\/wp\/v2\/categories?post=8100"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mudassirbackup.infinitycodestudio.com\/index.php\/wp-json\/wp\/v2\/tags?post=8100"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}