difference between BR tag and font face
Answers
Answer:
hello mate
Explanation:
I think it is about HTML
BR tag is used for break line.
If we write something in html
it doesn't show break between two words.
Font face
font tag is used to change colour of sentences
we write in our website.
please mark me as brainlist
please follow me
HTML and Font face
Answer:
HTML <br> tags are used to create the 'br' element and it shows a line break in the HTML document. It is considered as a void element as it has no content. You need to start <br> tag and there is no need to close it. It is best for breaking a line and not to use it for making paragraphs.
HTML font face attribute is used to specify the font of the text inside the <font> element. It contains one value font_family which is used to specify the font family. Various font family can be separated by using comma,
Learn more:
What is HTML ? And features of HTML
https://brainly.in/question/5393962