Computer Science, asked by Anonymous, 7 months ago

write an program to print ' spring dale school ' in screen. ( class 8th computer)​

Answers

Answered by ıtʑFᴇᴇʟɓᴇãᴛ
18

\mathtt{\huge{\underline{\red{Programme:-}}}}

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>

\mathtt{\huge{\underline{\green{Output:-}}}}

Spring Dale School

This way ⬇

&lt;html&gt;</p><p></p><p>&lt;head&gt;</p><p></p><p>&lt;style&gt;</p><p></p><p>h1 {</p><p></p><p>text-shadow: 0 0 11px #FF0000;</p><p></p><p>}</p><p></p><p>&lt;/style&gt;</p><p></p><p>&lt;/head&gt;</p><p></p><p></p><p></p><p></p><p>&lt;body&gt;</p><p></p><p>&lt;h1&gt; Spring Dale School&lt;/h1&gt;</p><p></p><p>&lt;/body&gt;</p><p></p><p>&lt;/html&gt;

  • This output is displayed only on Application Brainly.

  • Use latex format for typing on brainly

[tex]

Mentioned html code

[/tex]

______________________________________

Answered by rajansharma46
3

Answer:

#include<iostream>

#include<stdio.h>

int main ()

{

cout<<" spring dale school ";

}

return 0;

Explanation:

MARK ME AS BRAINLIEST

THANKS (◠‿◕)

Similar questions