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
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
0
Answer:
bkjcjk bjggkkhfgjkhfu
Similar questions
Computer Science,
5 months ago
Math,
5 months ago
History,
5 months ago
Chemistry,
10 months ago
Computer Science,
10 months ago
Chemistry,
1 year ago