Computer Science, asked by benemmanuvelben30154, 11 months ago

Write a HTML document to display the name of school in bold and italic both.

Answers

Answered by suklangmawthoh
12

Answer:

<html>

<head>

<title>making text bold and italics</title>

</head>

<body>

<b>St mary's school supposing</b>

<i>St Mary's school supposing </i>

</body>

</html>

Please make this the brainliest answer.

Answered by vaidehigupta00
2

Answer:

<html>

<head>

<title>making text bold and italics</title>

</head>

<body>

<b>dps sharjah for example</b>

<i> dps sharjah for example</i>

</body>

</html>

Explanation:

Similar questions