Computer Science, asked by rivha, 1 year ago

physical style tag in html


MohammadFurkan: physical

Answers

Answered by MohammadFurkan
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>

MohammadFurkan: mark as brilliant if useful
Answered by karthikeyanrishabh
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