{"id":45,"date":"2023-12-14T13:04:07","date_gmt":"2023-12-14T13:04:07","guid":{"rendered":"https:\/\/www.xopsschool.com\/tutorials\/?p=45"},"modified":"2024-03-04T16:33:05","modified_gmt":"2024-03-04T16:33:05","slug":"html-styles","status":"publish","type":"post","link":"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/","title":{"rendered":"HTML\u00a0Styles"},"content":{"rendered":"\n<p>HTML styles can be applied using various methods, such as inline styles, internal styles, or external style sheets. Here&#8217;s a brief overview of each method.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html>\r\n&lt;html>\r\n&lt;body>\r\n\r\n&lt;p>I am normal&lt;\/p>\r\n&lt;p style=\"color:red;\">I am red&lt;\/p>\r\n&lt;p style=\"color:blue;\">I am blue&lt;\/p>\r\n&lt;p style=\"font-size:50px;\">I am big&lt;\/p>\r\n\r\n&lt;\/body>\r\n&lt;\/html>\n\n<strong>OUTPUT<\/strong>:-\n<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"410\" height=\"243\" src=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-14.png\" alt=\"\" class=\"wp-image-46\" style=\"width:485px;height:auto\" srcset=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-14.png 410w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-14-300x178.png 300w\" sizes=\"auto, (max-width: 410px) 100vw, 410px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Background Color:-<\/h2>\n\n\n\n<p>HTML document, including the element, you can apply the background color to the and elements. Here&#8217;s an example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html>\r\n&lt;html>\r\n&lt;body style=\"background-color:powderblue;\">\r\n\r\n&lt;h1>This is a heading&lt;\/h1>\r\n&lt;p>This is a paragraph.&lt;\/p>\r\n\r\n&lt;\/body>\r\n&lt;\/html>\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Output:-<\/h3>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"573\" height=\"215\" src=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-15.png\" alt=\"\" class=\"wp-image-47\" style=\"width:782px;height:auto\" srcset=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-15.png 573w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-15-300x113.png 300w\" sizes=\"auto, (max-width: 573px) 100vw, 573px\" \/><\/figure>\n\n\n\n<p><strong>Color for Two Different elements<\/strong> <strong>Code<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;h1 style=\"background-color:powderblue;\">This is a heading&lt;\/h1>\r\n&lt;p style=\"background-color:tomato;\">This is a paragraph.&lt;\/p>\r\n\nOutput:-<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"679\" height=\"198\" src=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-16.png\" alt=\"\" class=\"wp-image-48\" srcset=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-16.png 679w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-16-300x87.png 300w\" sizes=\"auto, (max-width: 679px) 100vw, 679px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Text Color Define<\/h2>\n\n\n\n<p>Certainly! If you want to define the text color for an HTML element, you can use the color property in CSS. Here&#8217;s an example.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html>\r\n&lt;html>\r\n&lt;body>\r\n\r\n&lt;h1 style=\"color:blue;\">This is a heading&lt;\/h1>\r\n&lt;p style=\"color:red;\">This is a paragraph.&lt;\/p>\r\n\r\n&lt;\/body>\r\n&lt;\/html>\r\n\r\nOutput:-<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"549\" height=\"138\" src=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-17.png\" alt=\"\" class=\"wp-image-49\" style=\"width:438px;height:auto\" srcset=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-17.png 549w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-17-300x75.png 300w\" sizes=\"auto, (max-width: 549px) 100vw, 549px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Fonts<\/h2>\n\n\n\n<p>The CSS\u00a0<code>font-family<\/code>\u00a0property defines the font to be used for an HTML element:-<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;h1 style=\"font-family:verdana;\">This is a heading&lt;\/h1>\r\n&lt;p style=\"font-family:courier;\">This is a paragraph.&lt;\/p>\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Output<\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"668\" height=\"139\" src=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-18.png\" alt=\"\" class=\"wp-image-50\" srcset=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-18.png 668w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-18-300x62.png 300w\" sizes=\"auto, (max-width: 668px) 100vw, 668px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Text Size<\/h2>\n\n\n\n<p>The CSS\u00a0<code>font-size<\/code>\u00a0property defines the text size for an HTML element.<\/p>\n\n\n\n<p><strong>Code <\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;h1 style=\"font-size:300%;\">This is a heading&lt;\/h1>\n&lt;p style=\"font-size:160%;\">This is a paragraph.&lt;\/p>\n\n<strong>Output<\/strong><\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"648\" height=\"149\" src=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-21.png\" alt=\"\" class=\"wp-image-53\" srcset=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-21.png 648w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-21-300x69.png 300w\" sizes=\"auto, (max-width: 648px) 100vw, 648px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Text Alignment<\/h2>\n\n\n\n<p>\u00a0CSS\u00a0<code>text-align<\/code>\u00a0property defines the horizontal text alignment for an HTML element.<\/p>\n\n\n\n<p><strong>code<\/strong><\/p>\n\n\n\n<p>&lt;h1\u00a0style=&#8221;text-align:center;&#8221;>Centered Heading&lt;\/h1><br>&lt;p\u00a0style=&#8221;text-align:center;&#8221;>Centered paragraph.&lt;\/p><\/p>\n\n\n\n<p><strong>Output<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"645\" height=\"121\" src=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-19-2.png\" alt=\"\" class=\"wp-image-55\" style=\"width:640px;height:auto\" srcset=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-19-2.png 645w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-19-2-300x56.png 300w\" sizes=\"auto, (max-width: 645px) 100vw, 645px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Chapter Summary<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use the&nbsp;<code>style<\/code>&nbsp;attribute for styling HTML elements<\/li>\n\n\n\n<li>Use&nbsp;<code>background-color<\/code>&nbsp;for background color<\/li>\n\n\n\n<li>Use\u00a0<code>color<\/code>\u00a0for text colors.<\/li>\n\n\n\n<li>Use&nbsp;<code>font-family<\/code>&nbsp;for text fonts<\/li>\n\n\n\n<li>Use&nbsp;<code>font-size<\/code>&nbsp;for text sizes<\/li>\n\n\n\n<li>Use&nbsp;<code>text-align<\/code>&nbsp;for text alignment<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">HTML\u00a0Text Formatting<\/h2>\n\n\n\n<p>Text formatting in HTML involves using various HTML tags and attributes to control the appearance of text on a web page. Here&#8217;s an explanation of some common HTML elements and attributes used for text formatting.<\/p>\n\n\n\n<p><strong>Text Formatting Code<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html>\r\n&lt;html>\r\n&lt;body>\r\n\r\n&lt;p>&lt;b>This text is bold&lt;\/b>&lt;\/p>\r\n&lt;p>&lt;i>This text is italic&lt;\/i>&lt;\/p>\r\n&lt;p>This is&lt;sub> subscript&lt;\/sub> and &lt;sup>superscript&lt;\/sup>&lt;\/p>\r\n\r\n&lt;\/body>\r\n&lt;\/html>\r\n\r\n<strong>Output<\/strong> \n<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"662\" height=\"129\" src=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-22.png\" alt=\"\" class=\"wp-image-56\" style=\"width:810px;height:auto\" srcset=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-22.png 662w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-22-300x58.png 300w\" sizes=\"auto, (max-width: 662px) 100vw, 662px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">HTML Formatting Elements<\/h2>\n\n\n\n<p>Formatting elements were designed to display special types of text:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>&lt;b&gt;<\/code>&nbsp;&#8211; Bold text<\/li>\n\n\n\n<li><code>&lt;strong&gt;<\/code>&nbsp;&#8211; Important text<\/li>\n\n\n\n<li><code>&lt;i&gt;<\/code>&nbsp;&#8211; Italic text<\/li>\n\n\n\n<li><code>&lt;em&gt;<\/code>&nbsp;&#8211; Emphasized text<\/li>\n\n\n\n<li><code>&lt;mark&gt;<\/code>&nbsp;&#8211; Marked text<\/li>\n\n\n\n<li><code>&lt;small&gt;<\/code>&nbsp;&#8211; Smaller text<\/li>\n\n\n\n<li><code>&lt;del&gt;<\/code>&nbsp;&#8211; Deleted text<\/li>\n\n\n\n<li><code>&lt;ins&gt;<\/code>&nbsp;&#8211; Inserted text<\/li>\n\n\n\n<li><code>&lt;sub&gt;<\/code>&nbsp;&#8211; Subscript text<\/li>\n\n\n\n<li><code>&lt;sup><\/code>\u00a0&#8211; Superscript text<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>HTML styles can be applied using various methods, such as inline styles, internal styles, or external style sheets. Here&#8217;s a brief overview of each method. Background Color:- HTML document, including the element, you can apply the background color to the and elements. Here&#8217;s an example: Output:- Color for Two Different elements Code Text Color Define &#8230; <a title=\"HTML\u00a0Styles\" class=\"read-more\" href=\"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/\" aria-label=\"Read more about HTML\u00a0Styles\">Read more<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-45","post","type-post","status-publish","format-standard","hentry","category-html-tutorial"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>HTML\u00a0Styles - XOps Tutorials!!!<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HTML\u00a0Styles - XOps Tutorials!!!\" \/>\n<meta property=\"og:description\" content=\"HTML styles can be applied using various methods, such as inline styles, internal styles, or external style sheets. Here&#8217;s a brief overview of each method. Background Color:- HTML document, including the element, you can apply the background color to the and elements. Here&#8217;s an example: Output:- Color for Two Different elements Code Text Color Define ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/\" \/>\n<meta property=\"og:site_name\" content=\"XOps Tutorials!!!\" \/>\n<meta property=\"article:published_time\" content=\"2023-12-14T13:04:07+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-04T16:33:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-14.png\" \/>\n<meta name=\"author\" content=\"ritik hansda\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"ritik hansda\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/\"},\"author\":{\"name\":\"ritik hansda\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/c0119ddd2d27ea9cd476e809c8294ba7\"},\"headline\":\"HTML\u00a0Styles\",\"datePublished\":\"2023-12-14T13:04:07+00:00\",\"dateModified\":\"2024-03-04T16:33:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/\"},\"wordCount\":282,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-14.png\",\"articleSection\":[\"HTML Tutorial\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/\",\"url\":\"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/\",\"name\":\"HTML\u00a0Styles - XOps Tutorials!!!\",\"isPartOf\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-14.png\",\"datePublished\":\"2023-12-14T13:04:07+00:00\",\"dateModified\":\"2024-03-04T16:33:05+00:00\",\"author\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/c0119ddd2d27ea9cd476e809c8294ba7\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/#primaryimage\",\"url\":\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-14.png\",\"contentUrl\":\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-14.png\",\"width\":410,\"height\":243},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.xopsschool.com\/tutorials\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"HTML\u00a0Styles\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#website\",\"url\":\"https:\/\/www.xopsschool.com\/tutorials\/\",\"name\":\"XOps Tutorials!!!\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.xopsschool.com\/tutorials\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/c0119ddd2d27ea9cd476e809c8294ba7\",\"name\":\"ritik hansda\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6fe0bc437410899c524975272622377e50e726108b1ad03f7b4488f734304fce?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6fe0bc437410899c524975272622377e50e726108b1ad03f7b4488f734304fce?s=96&d=mm&r=g\",\"caption\":\"ritik hansda\"},\"url\":\"https:\/\/www.xopsschool.com\/tutorials\/author\/ritikhansda\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"HTML\u00a0Styles - XOps Tutorials!!!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/","og_locale":"en_US","og_type":"article","og_title":"HTML\u00a0Styles - XOps Tutorials!!!","og_description":"HTML styles can be applied using various methods, such as inline styles, internal styles, or external style sheets. Here&#8217;s a brief overview of each method. Background Color:- HTML document, including the element, you can apply the background color to the and elements. Here&#8217;s an example: Output:- Color for Two Different elements Code Text Color Define ... Read more","og_url":"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/","og_site_name":"XOps Tutorials!!!","article_published_time":"2023-12-14T13:04:07+00:00","article_modified_time":"2024-03-04T16:33:05+00:00","og_image":[{"url":"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-14.png","type":"","width":"","height":""}],"author":"ritik hansda","twitter_card":"summary_large_image","twitter_misc":{"Written by":"ritik hansda","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/#article","isPartOf":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/"},"author":{"name":"ritik hansda","@id":"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/c0119ddd2d27ea9cd476e809c8294ba7"},"headline":"HTML\u00a0Styles","datePublished":"2023-12-14T13:04:07+00:00","dateModified":"2024-03-04T16:33:05+00:00","mainEntityOfPage":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/"},"wordCount":282,"commentCount":0,"image":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/#primaryimage"},"thumbnailUrl":"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-14.png","articleSection":["HTML Tutorial"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.xopsschool.com\/tutorials\/html-styles\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/","url":"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/","name":"HTML\u00a0Styles - XOps Tutorials!!!","isPartOf":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/#primaryimage"},"image":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/#primaryimage"},"thumbnailUrl":"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-14.png","datePublished":"2023-12-14T13:04:07+00:00","dateModified":"2024-03-04T16:33:05+00:00","author":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/c0119ddd2d27ea9cd476e809c8294ba7"},"breadcrumb":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.xopsschool.com\/tutorials\/html-styles\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/#primaryimage","url":"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-14.png","contentUrl":"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2023\/12\/Screenshot-14.png","width":410,"height":243},{"@type":"BreadcrumbList","@id":"https:\/\/www.xopsschool.com\/tutorials\/html-styles\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.xopsschool.com\/tutorials\/"},{"@type":"ListItem","position":2,"name":"HTML\u00a0Styles"}]},{"@type":"WebSite","@id":"https:\/\/www.xopsschool.com\/tutorials\/#website","url":"https:\/\/www.xopsschool.com\/tutorials\/","name":"XOps Tutorials!!!","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.xopsschool.com\/tutorials\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/c0119ddd2d27ea9cd476e809c8294ba7","name":"ritik hansda","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6fe0bc437410899c524975272622377e50e726108b1ad03f7b4488f734304fce?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6fe0bc437410899c524975272622377e50e726108b1ad03f7b4488f734304fce?s=96&d=mm&r=g","caption":"ritik hansda"},"url":"https:\/\/www.xopsschool.com\/tutorials\/author\/ritikhansda\/"}]}},"_links":{"self":[{"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/posts\/45","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/comments?post=45"}],"version-history":[{"count":1,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/posts\/45\/revisions"}],"predecessor-version":[{"id":57,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/posts\/45\/revisions\/57"}],"wp:attachment":[{"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/media?parent=45"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/categories?post=45"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/tags?post=45"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}