Computer Science, asked by apple4786, 11 months ago

please answer this question of HTML of computer science ?​

Attachments:

Answers

Answered by farooquihk
1

Explanation:

The basic elements of an HTML page are:

A text header, denoted using the <h1> , <h2> , <h3> , <h4> , <h5> , <h6> tags.

A paragraph, denoted using the <p> tag.

A horizontal ruler, denoted using the <hr> tag.

A link, denoted using the <a> (anchor) tag.

A list, denoted using the <ul> (unordered list), <ol> (ordered list) and <li> (list element) tags.

An image, denoted using the <img> tag

A divider, denoted using the <div> tag

A text span, denoted using the <span> tag

CODE EXAMPLES

<code>

<code>x = 5;<br>

<code>x = 5;<br>y = 6;<br>

<code>x = 5;<br>y = 6;<br>z = x + y;

<code>x = 5;<br>y = 6;<br>z = x + y;</code>

hope it helped you mate

good luck for exams ❣️

Similar questions