Search
 
SCRIPT & CODE EXAMPLE
 

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>
Comment

PREVIOUS NEXT
Code Example
Html :: div symbol latex 
Html :: conditional script tag in html head site:stackoverflow.com 
Html :: bootstrap wysiwyg 
Html :: ion select 
Html :: make flex scroll on overflow horizontal 
Html :: create ion card 
Html :: click on tr redirect new page 
Html :: angular nested if else 
Html :: html preview pdf file 
Html :: edit text on click html5 
Html :: etiqueta negrita html 
Html :: tailwind css width 50 percent 
Html :: Disable form first dropdown option 
Html :: carousel html example 
Html :: how to change language to django-html on vscode 
Html :: HTML <strong Elements 
Html :: html entity question mark 
Html :: html table fixed first column 
Html :: input datetime without time 
Html :: html line break 
Html :: nuxt i18n link 
Html :: how to add lines between div rows html 
Html :: line break html 
Html :: ionic range drag 
Html :: decode html entities 
Html :: ¿Cómo permitir únicamente valores positivos en un <input? 
Html :: login icon html 
Html :: make js run at the end 
Html :: html container farbverlauf 
Html :: how to create a clock 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =