Computer Science, asked by s5a1548kunal7207, 6 hours ago

send me a format of html program

Answers

Answered by arunkumar151199
1

Explanation:

Formatting elements were designed to display special types of text:

  • <b> - Bold text
  • <strong> - Important text
  • <i> - Italic text
  • <em> - Emphasized text
  • <mark> - Marked text
  • <small> - Smaller text
  • <del> - Deleted text
  • <ins> - Inserted text
  • <sub> - Subscript text
  • <sup> - Superscript text

format of html program

<!DOCTYPE html>

<html>

<head>

<title>Bold Text Example</title>

</head>

<body>

<p>The following word uses a <b>bold</b> typeface.</p>

</body>

</html>

Answered by ankhit1490
1

Answer:

easy learn can from me

Explanation:

please mark as brainly

Similar questions