Write a HTML document to display the name of school in bold and italic both.
Answers
Answered by
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
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