Computer Science, asked by rkcheema3848, 10 months ago

Write the html code to create the paragraph text in blue colour

Answers

Answered by waynemarw
11

Answer:

HTML stands for Hyper Text Markup Language.

The HTML code to create a paragraph whose text in colour is blue is following - <body>.   <p style="color: #3346FF";>Blue paragraph text</p>. </body>. #3346FF is the hex code for blue colour.

It can also be written as <body>.  <p style="color: Blue";>Blue paragraph text</p>. </body>

Explanation:

Answered by teeshajindal11193
4

Answer:

the code is;-................

Attachments:
Similar questions