Computer Science, asked by suchitrabanerjee456, 10 months ago

write the following html codes​

Attachments:

Answers

Answered by farhiyaFareess
1

Answer:

pls check the pages in your computer book there is a answer in there

mark as brain list pls pls pls pls

Answered by amarkumar32
0

HTML contains several elements for defining user input and computer code.

Example

<code>

x = 5;<br>

y = 6;<br>

z = x + y;

</code>

The HTML <kbd> element represents user input, like keyboard input or voice commands.

Text surrounded by <kbd> tags is typically displayed in a monospace font:

Example

<p>Save the document by pressing <kbd>Ctrl + S</kbd></p>

The HTML <samp> element represents output from a program or computing system.

Text surrounded by <samp> tags is typically displayed in a monospace font:

Example

<p>If you input wrong value, the program will return <samp>Error!</samp></p>

Basic HTML

Tag Description

<h1> to <h6> Defines HTML headings

<p> Defines a paragraph

<br> Inserts a single line break

<hr> Defines a thematic change in the content

mark me as brainliests plz plz plz plz

Similar questions