0
What tag can implement the following: bold, italics, paragraph, line break and colour?
9 Respuestas
+ 3
For bold use bold tag <b>, for italic <i>, for paragraph <p>, line break <br> and color, you can inline css but I suggest you to write it in the css section.
Btw no one tag-element has all these things, so that above is the only solution.
Hope it helps and I hope that it's this the answer you searched :)
+ 3
I suggest you to revise this:
https://www.sololearn.com/learning/1026/
+ 2
You can use the <u> tag.
+ 1
Thanks Matteo
+ 1
Francis Kookoo you can write a your thread, just post this question.
But a suggestion:
Add an attempt :)
0
What tag can implement these: bold, paragraph and italics
0
What about the underline
0
I need help: Write HTML code that will play music a file.
0
Write HTML codes that will play music from a file.