What tag can implement the following: bold, italics, paragraph, line break and colour? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What tag can implement the following: bold, italics, paragraph, line break and colour?

17th Feb 2021, 1:36 PM
Francis Kookoo
9 Answers
+ 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 :)
17th Feb 2021, 1:41 PM
Matthew
Matthew - avatar
+ 3
I suggest you to revise this: https://www.sololearn.com/learning/1026/
17th Feb 2021, 1:52 PM
Matthew
Matthew - avatar
+ 2
You can use the <u> tag.
17th Feb 2021, 1:52 PM
Matthew
Matthew - avatar
+ 1
Thanks Matteo
17th Feb 2021, 1:43 PM
Francis Kookoo
+ 1
Francis Kookoo you can write a your thread, just post this question. But a suggestion: Add an attempt :)
19th Feb 2021, 9:08 AM
Matthew
Matthew - avatar
0
What tag can implement these: bold, paragraph and italics
17th Feb 2021, 1:38 PM
Francis Kookoo
0
What about the underline
17th Feb 2021, 1:46 PM
Francis Kookoo
0
I need help: Write HTML code that will play music a file.
19th Feb 2021, 8:26 AM
Francis Kookoo
0
Write HTML codes that will play music from a file.
19th Feb 2021, 8:28 AM
Francis Kookoo