Answers for "HTML how to create texts in body"

0

HTML how to create texts in body

<!DOCTYPE html>
<html>
 
<head>
    <title>HTML body Text Attribute</title>
</head>
 
<!-- body tag starts here -->
 
<body text="green">
    <center>
        <h1>GeeksforGeeks</h1>
        <h2>HTML <body> Text Attribute</h2>
         
 
 
<p>It is a Computer Science portal For Geeks</p>
 
 
 
    </center>
</body>
<!-- body tag ends here -->
 
</html>
Posted by: Guest on April-30-2022

Code answers related to "HTML how to create texts in body"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language