- <html>
- <head>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <style>
- .clsname {
- color: green;
- font-size: 40px;
- }
- </style>
- </head>
- <body>
- <div class="clsname">
- Network security
- </div>
- </body>
- </html>
- Used of:-
style tag
- In <style> tag we specify the CSS style properties.
- Each html page can have more than one <style> tag.
HTML:- style Tag
Reviewed by Network security
on
May 02, 2019
Rating:
No comments: