HTML code to create a paragraph whose text in colour is blue
Answers
Answered by
6
Use the color attributes inside the font tag
Answered by
17
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>
Similar questions
English,
7 months ago
English,
7 months ago
India Languages,
1 year ago
Computer Science,
1 year ago
Social Sciences,
1 year ago
English,
1 year ago
Accountancy,
1 year ago