physical style tag in html
MohammadFurkan:
physical
Answers
Answered by
5
There are many physical tags all are for font like (Bold, Italic, Underline, Big etc
BOLD TAG:- <b> end </b>
ITALIC TAG:-<i> end </i>
UNDERLINE TAG:- <u> end </u>
BIG TAG:-<big> end </big>
BOLD TAG:- <b> end </b>
ITALIC TAG:-<i> end </i>
UNDERLINE TAG:- <u> end </u>
BIG TAG:-<big> end </big>
Answered by
0
Answer:
CSS Inline Added Using Style Tag
Explanation:
The <style> tag is a paired tag used for typing inline CSS( Cascading Style Sheets). It is used to describe the layout and style of the website.
If you want to add physical formatting:-
inside style tag,
body{text-weight: bold;}
Similar questions