Close Menu
    Facebook X (Twitter) Instagram
    Oixiesoft
    • Home
    • Services
      • WordPress Malware Removal
      • Fix WordPress Errors
      • WordPress Website Development
    • Articles
    • Contact
    Oixiesoft
    Home»Tutorial»html»HTML Styles
    html

    HTML Styles

    Editorial StaffBy Editorial StaffNo Comments1 Min Read
    Share
    Facebook Twitter LinkedIn Pinterest Email

    The HTML Style Attribute

    For adding styles in an element such as size, color, font, and more, you can define the HTML style attribute.

    Syntax

    Here is the following syntax of HTML style attribute:

    <elemnt-name style="property:value;">

    Background Color

    <!DOCTYPE html> 
    <html> 
    <body style="background-color:red;">
     
    <p>This is my first paragraph.</p> 
    <p>This is my second paragraph.</p>
     
    </body> 
    </html>
    

    Output

    This is my first paragraph.

    This is my second paragraph.

    Text Size

    <!DOCTYPE html> 
    <html> 
    <body">
     
    <p style="font-size:30px;">This is my first paragraph.</p> 
    <p>This is my second paragraph.</p>
     
    </body> 
    </html>
    

    Output

    This is my first paragraph.

    This is my second paragraph.

    Text Color

    <!DOCTYPE html> 
    <html> 
    <body">
     
    <p style="color:green;">This is my first paragraph.</p> 
    <p>This is my second paragraph.</p>
     
    </body> 
    </html>
    

    Output

    This is my first paragraph.

    This is my second paragraph.

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp Reddit Tumblr Email
    Editorial Staff

    Related Posts

    CodeIgniter vs Laravel: A Detailed Side-by-Side Comparison

    Python Arrays

    Python Lambda

    • HTML Introduction
    • HTML Editors
    • HTML Tags
    • HTML Attributes
    • HTML Headings
    • HTML Paragraphs
    • HTML Comments
    • HTML Styles
    • HTML Text Formatting
    • HTML Colors
    • HTML links
    • HTML Images
    • HTML Styles – CSS
    • HTML Tables
    • HTML Lists
    • HTML Forms
    Services
    • Web Development
    • Mobile Application Development
    • WordPress Malware Removal Service
    • Website Design
    • WordPress Development
    • Magento Development
    • Shopify Development
    • SEO Services
    Blog
    • How to Fix the Error Establishing a Database Connection
    • Ping List WordPress
    • How To Fix Japanese Keyword Hack
    • How to remove Malware from WordPress
    Hire Developers
    • Hire WordPress Developer
    • Hire Shopify Developer
    Contact Info
    • Oixiesoft Technologies
      A-40, Block A, I thum Tower, Sector 62, Noida
    • sales@oixiesoft.com
    • Privacy Policy
    • About Us
    • Contact Us
    © 2025 OixieSoft Technologies

    Type above and press Enter to search. Press Esc to cancel.