{"id":69876,"date":"2021-08-21T04:10:08","date_gmt":"2021-08-21T08:10:08","guid":{"rendered":"http:\/\/bangla.salearningschool.com\/recent-posts\/formatting-web-application-output-19\/"},"modified":"2021-08-21T04:10:08","modified_gmt":"2021-08-21T08:10:08","slug":"formatting-web-application-output-19","status":"publish","type":"post","link":"http:\/\/bangla.sitestree.com\/?p=69876","title":{"rendered":"Formatting Web-application output #19"},"content":{"rendered":"\n<ul>\n<li> You can apply CSS styles to format web-application output    <\/li>\n<li> If you have the same styles defined in multiple places (for the same element), the styles defined closest to the element will be applied. The order, inline, page, global   <\/li>\n<li> You can create classes that can be applied to multiple elements   <\/li>\n<li> Use the CssStyle\/CssStyle attribute to apply a style class to a server control   <\/li>\n<li> use the class attribute to apply a style class to an HTML element   <\/li>\n<li> Yes, you need to create a style file, and link to it from your web-form    <\/li>\n<li> You can click the style property of an element or the style property\/attribute of the form to bring the Style Wizard to define\/modify existing styles    <\/li>\n<li> You can also use the &#8216;Add Style Rule&#8217; option in the popup menu on the .css files to define new styles. Also, use the &#8216;Synchronize Document Elements&#8217; from the popup menu if required  <\/li>\n<\/ul>\n<p>From: http:\/\/sitestree.com\/?p=5234<br \/> Categories:19<br \/>Tags:<br \/> Post Data:2009-07-01 02:45:13<\/p>\n<pre><code>    Shop Online: &lt;a href='https:\/\/www.ShopForSoul.com\/' target='new' rel=\"noopener\"&gt;https:\/\/www.ShopForSoul.com\/&lt;\/a&gt;\n    (Big Data, Cloud, Security, Machine Learning): Courses: &lt;a href='http:\/\/Training.SitesTree.com' target='new' rel=\"noopener\"&gt; http:\/\/Training.SitesTree.com&lt;\/a&gt; \n    In Bengali: &lt;a href='http:\/\/Bangla.SaLearningSchool.com' target='new' rel=\"noopener\"&gt;http:\/\/Bangla.SaLearningSchool.com&lt;\/a&gt;\n    &lt;a href='http:\/\/SitesTree.com' target='new' rel=\"noopener\"&gt;http:\/\/SitesTree.com&lt;\/a&gt;\n    8112223 Canada Inc.\/JustEtc: &lt;a href='http:\/\/JustEtc.net' target='new' rel=\"noopener\"&gt;http:\/\/JustEtc.net (Software\/Web\/Mobile\/Big-Data\/Machine Learning) &lt;\/a&gt;\n    Shop Online: &lt;a href='https:\/\/www.ShopForSoul.com'&gt; https:\/\/www.ShopForSoul.com\/&lt;\/a&gt;\n    Medium: &lt;a href='https:\/\/medium.com\/@SayedAhmedCanada' target='new' rel=\"noopener\"&gt; https:\/\/medium.com\/@SayedAhmedCanada &lt;\/a&gt;\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>You can apply CSS styles to format web-application output If you have the same styles defined in multiple places (for the same element), the styles defined closest to the element will be applied. The order, inline, page, global You can create classes that can be applied to multiple elements Use the CssStyle\/CssStyle attribute to apply &hellip; <\/p>\n<p><a class=\"more-link btn\" href=\"http:\/\/bangla.sitestree.com\/?p=69876\">Continue reading<\/a><\/p>\n","protected":false},"author":8,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[1917],"tags":[],"class_list":["post-69876","post","type-post","status-publish","format-standard","hentry","category-fromsitestree-com","item-wrap"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":70281,"url":"http:\/\/bangla.sitestree.com\/?p=70281","url_meta":{"origin":69876,"position":0},"title":"Formatting Web-application output #.Net Web Applications","author":"Author-Check- Article-or-Video","date":"August 31, 2021","format":false,"excerpt":"Brought from: http:\/\/salearningschool.com\/displayArticle.php?table=Articles&articleID=1144&title=Formatting%20Web-application%20output You can apply CSS styles to format web-application output If you have the same styles defined in multiple places (for the same element), the styles defined closest to the element will be applied. The order, inline, page, global (however, you should not define the same class here\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":21628,"url":"http:\/\/bangla.sitestree.com\/?p=21628","url_meta":{"origin":69876,"position":1},"title":"Css selectors by Example #Web Development #CSS #Root #By Sayed Ahmed","author":"Author-Check- Article-or-Video","date":"March 3, 2021","format":false,"excerpt":"\/* the style will be applied to all elements using intro for class attribute*\/ .intro { background-color:yellow; } \/* the style will be applied to the element with id attribute set to firstname*\/ #firstname { background-color:yellow; } \/* the style will be applied to all elements*\/ * { background-color:yellow; }\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":21607,"url":"http:\/\/bangla.sitestree.com\/?p=21607","url_meta":{"origin":69876,"position":2},"title":"HTML5: Some Information #Web Development #Mobile Development #Root #By Sayed Ahmed #Introduction to HTML 5","author":"Author-Check- Article-or-Video","date":"March 3, 2021","format":false,"excerpt":"HTML5: Some Information The web-page starts with <!DOCTYPE html> Declare character set using <meta charset=\"UTF-8\"> in the head section HTML5 defined the way the browsers should parse the markups. HTML5 defines what a browser should do even in an error cases (invalid markup, invalid syntax). So a webpage will look\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":20651,"url":"http:\/\/bangla.sitestree.com\/?p=20651","url_meta":{"origin":69876,"position":3},"title":"HTML 5 at a Glance","author":"Author-Check- Article-or-Video","date":"February 25, 2021","format":false,"excerpt":"HTML 5 at a Glance [ More HTML & CSS ][ More HTML & CSS ] By Sayed Ahmed on 2012-10-03 \u00a0 HTML 5 at a Glance HTML5 Server-Sent Events Servers can send upda tes automatically even if the client did not ask for it. For example, Facebook updates and\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":8138,"url":"http:\/\/bangla.sitestree.com\/?p=8138","url_meta":{"origin":69876,"position":4},"title":"\u0986\u09ae\u09b0\u09be \u098f \u0985\u09a7\u09cd\u09af\u09be\u09df\u09c7 HTML Attribute \u09b8\u09ae\u09cd\u09aa\u09b0\u09cd\u0995\u09c7 \u0986\u09b2\u09cb\u099a\u09a8\u09be \u0995\u09b0\u09ac\u0964 HTML Attributes","author":"Author-Check- Article-or-Video","date":"March 31, 2015","format":false,"excerpt":"\u0986\u09ae\u09b0\u09be \u098f \u0985\u09a7\u09cd\u09af\u09be\u09df\u09c7 HTML Attribute \u09b8\u09ae\u09cd\u09aa\u09b0\u09cd\u0995\u09c7 \u0986\u09b2\u09cb\u099a\u09a8\u09be \u0995\u09b0\u09ac\u0964 Attribute \u09ae\u09c2\u09b2\u09a4 HTML element \u09b8\u09ae\u09cd\u09aa\u09b0\u09cd\u0995\u09c7 \u0985\u09a4\u09bf\u09b0\u09bf\u0995\u09cd\u09a4 \u09a4\u09a5\u09cd\u09af (information) \u09aa\u09cd\u09b0\u09a6\u09be\u09a8 \u0995\u09b0\u09c7\u0964 Attribute \u09b8\u09b0\u09cd\u09ac\u09a6\u09be start tag \u098f\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7 \u099a\u09bf\u09b9\u09cd\u09a8\u09bf\u09a4 \u09b9\u09df\u0964 HTML Document \u098f Attribute \u09aa\u09cd\u09b0\u0995\u09be\u09b6 \u09b9\u09df \u098f\u09ad\u09be\u09ac\u09c7 name= \u201cvalue\u201d\u0964 \u09a8\u09bf\u09ae\u09cd\u09a8\u09c7 HTML \u098f \u09ac\u09cd\u09af\u09ac\u09b9\u09c3\u09a4 \u0995\u09bf\u099b\u09c1 Attributes \u098f\u09b0 list \u09a4\u09c1\u09b2\u09c7 \u09a7\u09b0\u09be \u09b9\u09b2- \u00a0 Attribute(\u09ac\u09c8\u09b6\u09bf\u09b7\u09cd\u099f\u09cd\u09af) Description(\u09ac\u09b0\u09cd\u09a3\u09a8\u09be) Alt\u2026","rel":"","context":"In &quot;\u098f\u0987\u099a \u099f\u09bf \u098f\u09ae \u098f\u09b2 - \u09e6\u09e6\u09e8 \u0964 HTML - 002&quot;","block_context":{"text":"\u098f\u0987\u099a \u099f\u09bf \u098f\u09ae \u098f\u09b2 - \u09e6\u09e6\u09e8 \u0964 HTML - 002","link":"http:\/\/bangla.sitestree.com\/?cat=219"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":24402,"url":"http:\/\/bangla.sitestree.com\/?p=24402","url_meta":{"origin":69876,"position":5},"title":"JavaScript DOM: Must knowledge to understand Ajax #Root","author":"Author-Check- Article-or-Video","date":"April 8, 2021","format":false,"excerpt":"Understanding Javascript DOM is the first step to understand Ajax. DO M provides many methods to access and edit individual components of a web-page\/document. The methods are called getters. < div id = 'test' > Hello < \/div > getElementById method can reference to this div element. var testDiv =\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/69876","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=69876"}],"version-history":[{"count":0,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/69876\/revisions"}],"wp:attachment":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=69876"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=69876"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=69876"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}