Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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>
Source by www.geeksforgeeks.org #
 
PREVIOUS NEXT
Tagged: #HTML #create #texts #body
ADD COMMENT
Topic
Name
9+7 =