Computer Science, asked by WantCodings, 8 months ago

Plz tell me codes that you writes beautiful designer codes in html in this app

1. Don't Spam!!!!!!
2. Spammers will reported!!!!!!!
3. Correct answer will be brainliest

Answers

Answered by IamNehaRoy
1

Use this (tex instead of tx): [tx]<marquee><font color="red">[/tex]

The output is:

&lt;marquee&gt;&lt;font color="red"&gt; Hello there ;)

Answered by afsalak005
1

Answer:

use <p> and </p> for paragraphs

and <h1 to 4 > for headings

Explanation:

if you want to have heading as Don't spam

do

<html>

<head></head>

<body>

<h4><b><i>Don't Spam</i></b></h4>

<h2><b><i>Spammers will be reported</i></b></h2>

</body>

</html>

for color, add background-color option or font-color option

Similar questions