#What is the tag that indicates inline css style in html?
html indicates inline The mark of css style is
Write css inside the html file, which is called embedded Embedding (also called inner page style ), which creates an embedded style sheet on the web page.
The internal style sheet is as follows:
<head> <style type="text/css"> body {background-color: red} p {margin-left: 20px} </style> </head>
When a single file requires special styling, the internal style sheet can be used. Internal style sheets can be defined in the head section via the