How To Put Html Headings In Your Html [Learn Html Heading] (Html)

 


How To Put Html Headings In Your Html [Learn Html Heading] (Html)

Q:What Is Headings?

Ans:h1,h2,h3,h4,h5,h6


Html Heading Tag

Source Code.....

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Headings H1 To H6 In Html</title>
</head>
<body>
    <!-- Headings Tags -->
    <h1>CodeWithSarib</h1>
    <h2>CodeWithSarib</h2>
    <h3>CodeWithSarib</h3>
    <h4>CodeWithSarib</h4>
    <h5>CodeWithSarib</h5>
    <h6>CodeWithSarib</h6>
</body>
</html>

Comments

Popular posts from this blog

How You Can Put Paragrapgh Tag In Html (Html Paragrapagh Tag)

Difference between self, parent and blank of target attribute in html

how to add link in website with html (ON WEB PAGE)