write a code in HTML to display the text 'Learning html'
Answers
Answered by
1
Answer:
The <code> tag is used to define a piece of computer code. The content inside is displayed in the browser's default monospace font.
Tip: This tag is not deprecated. However, it is possible to achieve richer effect by using CSS (see example below)
Explanation:
Tag Description
<samp> Defines sample output from a computer program
<kbd> Defines keyboard input
<var> Defines a variable
<pre> Defines preformatted text
Answered by
0
Answer:
<h1><h2><h3><h4><h5><h76666h6<h6>
<p><pre>etc
Explanation:
Similar questions