Computer Science, asked by rajnishkmittal, 10 months ago

write the html code to create the following page using bold,italic,underline and heading level tags:
introduction to computers ( in bold)
computers:Electronic device used for processing,storing,and displaying information.
types of computer ( bold and underline)
super computer( in italic)
mainframe computer (in italic)

Answers

Answered by StaceeLichtenstein
2

Following is the code of HTML is given below

Explanation:

<html>

<head>

</head>

<body>

<b>introduction to computers</b><br>

computers:Electronic device used for processing,storing,and displaying information.

<br><b> <u>types of computer </u></b><br>

<i>super computer</i><br>

<i>mainframe computer</i>

</body>

</html>

  • We used <i> tag for italic ,<b> is used for bold ,<u> tag for underline ,<br> for breaking the line.

Learn More :

  • brainly.in/question/2500440

Output:

Following is the output of attachment is given below

Attachments:
Answered by goyalgaurang18
0

Answer:

bkjcjk bjggkkhfgjkhfu

Similar questions