Download presentation
Presentation is loading. Please wait.
1
style=“property : value;”
Inline – CSS Syntax style=“property : value;”
2
Inline – CSS Syntax style=“ color : green ; ”
property value style=“ color : green ; ” property value style=“ font-size : 12px ; ” property value style=“ width : 500px ; ”
3
Inline – CSS Syntax Multiple properties and values can be assigned to a style property value property value property value style = “ color : green ; width : 500px ; font-size : 18px ; ”
4
Inline – CSS Syntax Example of a style added to HTML tag <h1 style = “ font-size : 18px ; ”> content </h1> <p style = “ color : green ; font-size : 18px ; ”> content </p>
5
All content resides within the <body> tags
Inline – CSS Syntax All content resides within the <body> tags <body> < h1 style = “ font-size : 18px ; ”> Welcome to my Site < /h1 > <p style = “ color : green ; font-size : 18px ; ”> Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. </p> </body>
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.