Want to Learn Digital Marketing tips, trends, and strategy Follow Our Blog and Youtube Channel

Learn How to Apply inline css on Html page

**Learn How to Apply inline css on Html page**

facebook:- https://www.facebook.com/Magnatedigital
blog:- https://digitalmagnate.blogspot.com/
instagram:- https://www.instagram.com/digimagnate/





firstly you create a basic html page.

basic html page code in description.
<html>
<head>
<title>how to add inline css</title>
</head>
<body >

<h1 >This is a Blue Heading</h1>
<p >This is a Blue Heading</p>

</body>
</html>

Q:- what is inline css ???
the inline css b used for applly a unique style for a single element.

Q:- how to apply inline css on html elements??
for apply inline css on element first you  add style attribute to the that element.

you can apply this style tag on every single elements.  emxaple you can also add this to body section part like
you can also add all css tag on this like text size, align. height,weight all csss tags. like 

 you can add all css tags for a single html element with the used of inline css.



                                         

0 Comments