write an program to print ' spring dale school ' in screen. ( class 8th computer)
Answers
Answered by
18
On Html :-
<html>
<head>
<style>
h1 {
text-shadow: 0 0 11px #FF0000;
}
</style>
</head>
spring dale school
<body>
<h1> Spring Dale School</h1>
</body>
</html>
Spring Dale School
This way ⬇
- This output is displayed only on Application Brainly.
- Use latex format for typing on brainly
[tex]
Mentioned html code
[/tex]
______________________________________
Answered by
3
Answer:
#include<iostream>
#include<stdio.h>
int main ()
{
cout<<" spring dale school ";
}
return 0;
Explanation:
MARK ME AS BRAINLIEST
THANKS (◠‿◕)
Similar questions