en
Feedback
Coder Baba

Coder Baba

Open in Telegram

Everything about programming for beginners. 1 and only official telegram channel of CODERBABA India. Content: .NET Developer, Programming (ASP. NET, VB. NET, C#, SQL Server), & Projects follow me https://linktr.ee/coderbaba *Programming *Coding *Note

Show more
2 226
Subscribers
-224 hours
-157 days
-4330 days
Posts Archive
\n----------------------------\nstep by step execution:\n\nStep 1- a++ is postfix, the current value of a will be used \n\nC+= 10 * 5 - --b;\n\nStep 2- (--b) is prefix, the value of b will be decremented than use values of b.\n\nC+= 10 * 5 - 19;\n\nStep 3- multiply 10 * 5\n\nC+= 50 - 19;\n\nStep 4 - subtract 50-19;\n\nC+=31;\n\nStep 5- (+=) we can write it as x=x+1 or C=31+1\n\nC=31+1;\nor c+=31\n\nthan\nfinal Result is \nC=32;\n------------------------\noutput of C is = 32","datePublished":"2021-03-27T06:14:16Z","dateModified":"2021-03-27T06:14:16Z","author":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"publisher":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":208}]}},{"@type":"ListItem","position":3,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/319","url":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/319","mainEntityOfPage":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/319","headline":"Prefix increment (++A): If you use the ++ operator as a prefix like: ++A, the value of 'A' is incremented by…","articleBody":"Prefix increment (++A):\nIf you use the ++ operator as a prefix like: ++A, the value of 'A' is incremented by 1; then it returns the New incremented value.\n\nExample 1: \nvar A=2;\ndocument.write(++A);\noutput:\n3\n\n-----------------------------\nPostfix Increment (A++):\nIf you use the ++ operator as a postfix like: A++, the original value of A is returned first; then A is incremented by 1.\nExample :\n\nB=2;\n\ndoucument.write(B++);\noutput: 2\n\nNote: here B++ return old value which is 2 and then after printing 2 it will increment value of B by 1\n\n---------------------------\n\nsome examople:\n\nEx: 1\n\nvar a=10;\n++a; increment value of a by 1\ndocument.write(a);\n\ndocument.write(\"
\");\ndocument.write(++a); //increment the value of a by 1 then display output\n\n----------------------\noutput\n11\n12\n\n-------------------------\n\nex:2\n\nvar num=5;\nvar result= (++num) + (++num) + (++num);\ndocument.write(result);\n\n\n\n------------------------\nex:3\n\nvar a=4;\ndocument.write(++a); //increment the value of a by 1 then display output\ndocument.write(\"
\");\ndocument.write(a++);// display output then increment the value of a by 1\n\noutput:\n5\n5","datePublished":"2021-03-27T04:57:08Z","dateModified":"2021-03-27T04:57:08Z","author":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"publisher":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":210}]}},{"@type":"ListItem","position":4,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/318","url":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/318","mainEntityOfPage":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/318","headline":"https://youtu.be/OwVXLQfI1rM","articleBody":"https://youtu.be/OwVXLQfI1rM","datePublished":"2021-03-15T15:53:28Z","dateModified":"2021-03-15T15:53:28Z","author":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"publisher":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":263},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":4}]}},{"@type":"ListItem","position":5,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/317","url":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/317","mainEntityOfPage":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/317","headline":"New video out today: https://youtu.be/OwVXLQfI1rM","articleBody":"New video out today:\nhttps://youtu.be/OwVXLQfI1rM","datePublished":"2021-03-15T15:52:26Z","dateModified":"2021-03-15T15:52:26Z","author":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"publisher":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":263},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":2}]}},{"@type":"ListItem","position":6,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/316","url":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/316","mainEntityOfPage":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/316","headline":"Card: the \"w3-card\" class is a useful class to provide a paperlike effect. w3css Display: display elements at…","articleBody":"Card:\nthe \"w3-card\" class is a useful class to provide a paperlike effect. \n\n\n\n\nw3css Display:\n display elements at a specific position via the display class. You need to have a parent
as a container.\n\nexample:\n\n
\n
Top Left
\n
Top Right
\n
Bottom Left
\n
Bottom Right
\n
Left
\n
Right
\n
Middle
\n
Top Middle
\n
Bottom Middle
\n
","datePublished":"2021-03-09T04:38:21Z","dateModified":"2021-03-09T04:38:21Z","author":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"publisher":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":294},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":1}]}},{"@type":"ListItem","position":7,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/315","url":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/315","mainEntityOfPage":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/315","headline":"keep practice","articleBody":"keep practice","datePublished":"2021-03-09T04:30:08Z","dateModified":"2021-03-09T04:30:08Z","author":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"publisher":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":228}]}},{"@type":"ListItem","position":8,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/314","url":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/314","mainEntityOfPage":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/314","headline":"w3css Button class: The w3-button class create your own desired buttons. variations of the button classes ava…","articleBody":"w3css Button class:\n\nThe w3-button class create your own desired buttons. variations of the button classes available:\n\n1- w3-button β€” \na rectangular button with a gray hover effect. The default color is light gray . The default color is inherited from the parent element .\n\n2- w3-bar β€” \na horizontal bar that can be used to group buttons together\n(perfect for horizontal navigation menus)\n\n3- w3-block β€” \na class that can be used to define a full-width (100%) button.\n\n4- w3-circle β€”\n can be used to define a circular button.\n\nExample:\n\n\n\n","datePublished":"2021-03-09T04:29:07Z","dateModified":"2021-03-09T04:29:07Z","author":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"publisher":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":236},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":1}]}},{"@type":"ListItem","position":9,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/313","url":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/313","mainEntityOfPage":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/313","headline":"What is w3css Container and panel?: Ans: * - most important classes, and it’s commonly used for
tag, tag,
, and
tags.\n\n*- using \"w3-container\" class we create container and \"w3-panel\" class we created panel.\n\n*- The \"w3-container\" class adds a 16px left and right padding , \nwhile the \"w3-panel\" class adds a 16px top and bottom margin and a 16px left and right padding to an element.","datePublished":"2021-03-09T04:20:18Z","dateModified":"2021-03-09T04:20:18Z","author":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"publisher":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":227},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":1}]}},{"@type":"ListItem","position":10,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/312","url":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/312","mainEntityOfPage":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/312","headline":"mEDICAL sTORE OR PHARMACY MINI PROJECT vB DOT NET","articleBody":"mEDICAL sTORE OR PHARMACY MINI PROJECT vB DOT NET","datePublished":"2021-03-03T06:28:12Z","dateModified":"2021-03-03T06:28:12Z","author":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"publisher":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":250}]}},{"@type":"ListItem","position":11,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/311","url":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/311","mainEntityOfPage":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/311","headline":"Shopping Website ASP.NET C# Project with complete source code and Database","articleBody":"Shopping Website ASP.NET C# Project with complete source code and Database","datePublished":"2021-02-28T14:37:52Z","dateModified":"2021-02-28T14:37:52Z","author":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"publisher":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":276},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":1}]}},{"@type":"ListItem","position":12,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/310","url":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/310","mainEntityOfPage":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/310","headline":"2-border-image: https://youtu.be/v8FyHp3R9O8","articleBody":"2-border-image:\nhttps://youtu.be/v8FyHp3R9O8","datePublished":"2021-02-28T05:37:21Z","dateModified":"2021-02-28T05:37:21Z","author":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"publisher":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":282}]}},{"@type":"ListItem","position":13,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/309","url":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/309","mainEntityOfPage":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/309","headline":"1-css position property https://youtu.be/e01pGTr8DY0","articleBody":"1-css position property\nhttps://youtu.be/e01pGTr8DY0","datePublished":"2021-02-28T05:37:03Z","dateModified":"2021-02-28T05:37:03Z","author":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"publisher":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":257}]}},{"@type":"ListItem","position":14,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/308","url":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/308","mainEntityOfPage":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/308","headline":"Basic CSS Question: Q-1:CSS Font Size: You can set the size of the text used in an element by using the fonts…","articleBody":"Basic CSS Question:\nQ-1:CSS Font Size:\n\nYou can set the size of the text used in an element by using the fontsize property.\n\n syntax:\n\n font-size: value;\n\nThere are alot of choices for values:\n\n1- xx-large\n2- x-large\n3- larger\n4- large\n5- medium\n6- small\n7- smaller\n8- x-small\n9- xx-small\n10-length\n11-% (percent)\n\n----------------------------------\n\nQ-2 Text Decoration:\nYou can decorate text with the following:\nsyntax:\ntext-decoration: value;\n\n\nPossible values are:-\n1- none\n2- underline\n3- overline\n4- line through\n5- blink\n\n-----------------------------\n\nQ-3 Text Transform\nYou can control the size of letters in an HTML element with the\nfollowing CSS properties:\n\nsyntax: text-transform: value;\n\n\nPossible values are-\n1- none\n2- capitalize\n3- lowercase\n4- uppercase\n\n-----------------------------------\n\nQ-4 Word Spacing\nYou can adjust the space between words in the following manner. You\ncan use negative values.\nPossible values are:-\n\n1- normal\n2- length\n\nExample: word-spacing: value;\n\nword-spacing: 10px;\n\n---------------------------------\n\nQ-5 Font Style:\nYou can set the style of text in a element with the font-style property\n\nfont-style: value;\n\nPossible values are:-\n1- normal\n2- itailc\n3- oblique\n\nexample:\nfont-style:italic;\n\n-------------------------\n\nQ-6 Cursor CSS property:\nYou can control the style of cursor to be used in an element with the\ncursor property\n\nsyntax: cursor: value;\n\nValues:\n\n1- auto\n2- crosshair\n3- default\n4- help\n5- move\n6- pointer\n7- text\n8- url\n9- wait\n10- e-resize\n11- ne-resize\n12- nw-resize\n13- n-resize\n14- se-resize\n15- sw-resize\n16- s-resize\n17- w-resize","datePublished":"2021-02-23T16:40:52Z","dateModified":"2021-02-23T16:40:52Z","author":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"publisher":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":273},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":1}]}},{"@type":"ListItem","position":15,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/307","url":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/307","mainEntityOfPage":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/307","headline":"*--ASP.Net Worker Process and ISAPI--* Q-What is Worker Process? \"The \"Process\" which is responsible for proc…","articleBody":"*--ASP.Net Worker Process and ISAPI--*\n\nQ-What is Worker Process?\n\n\"The \"Process\" which is responsible for processing Asp.net application request and sending back response to the client , is known as \"Worker Process\". All ASP.NET functionalities runs within the scope of this process.\"\n\nSo finally I can write it...\n\n\"Process which is responsible for all asp.net requests and response cycle is known as worker process.\"\n\n\n\nQ-What about Worker process in Web Farm?\n\nA Web farm contains multiple ASP.NET worker processes.\nEach server in the group of servers handles a separate ASP.NET worker process. \n\n\nQ-What about Worker process in Web Garden?\nA Web garden contains multiple ASP.NET worker processes. \nEach CPU in the SMP server handles a separate ASP.NET worker process.\n\nLet's See the Worker Process\nRunning IIS 5.0: Aspnet_wp.ex \nRunning IIS 6.0: W3wp.exe\n\n\nQ-What is ISAPI ?\nISAPI is the first and highest performance entry point into IIS for custom Web Request handling\n\nISAPI (Internet Server Application Program Interface) is a set of Windows program (APIs (DLL)) calls that let you write a Web server application that will run faster than a common gateway interface (CGI) application.","datePublished":"2021-02-22T08:44:17Z","dateModified":"2021-02-22T08:44:17Z","author":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"publisher":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":220}]}},{"@type":"ListItem","position":16,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/306","url":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/306","mainEntityOfPage":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/306","headline":"Question: What is float property and what float do? Answer: float pushes an element to the sides of a page wi…","articleBody":"Question: What is float property and what float do?\n\nAnswer:\n float pushes an element to the sides of a page with text wrapped around it. you can create entire page or a smaller area by using float. if size of a floated element changes, text around it will re-flow to accommodate the changes. You can have float left, right, none or inherit.\n\nif you set, 'float: left;' for an image, it will move to the left until the margin, padding or border of another block-level element is reached. The normal flow will wrap around on the right side.\nβ€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”-\n\nEx:\n\n\n
\n
1
\n
2
\n
3
\n
4
\n
5
\n
\n\nCSS:\n","datePublished":"2021-02-19T06:16:45Z","dateModified":"2021-02-19T06:16:45Z","author":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"publisher":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":232},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":1}]}},{"@type":"ListItem","position":17,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/305","url":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/305","mainEntityOfPage":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/305","headline":"
tag support all global attributes.... Class ID Style lang dir title tabindex contenteditable hidden spe…","articleBody":"
tag support all global attributes....\n\nClass\nID\nStyle\nlang\ndir\ntitle\ntabindex\ncontenteditable\nhidden\nspellcheck\n\nClass:\nrefers to a class in a style sheet\n\nID:\nSpecifies a unique id for an element\n\nStyle:\nSpecifies an inline CSS style for an element\n\nlang:\nSpecifies the language of the element's content\n\ndir:\nSpecifies the text direction for the content in an element\n\n\n\ntitle:\nSpecifies extra information about an element.\n\n\n\ntabindex:\n Specifies the tabbing order of an element\n\n\ncontenteditable\n Specifies whether the content of an element is editable or not\n\nhidden:\n Specifies that an element is not yet, or is no longer, relevant.\n\n\nspellcheck:\n Specifies whether the element is to have its spelling and grammar checked or not\n\nEx:\n\n\n\n\n

\nThis is a praggagraph. It is editable.

\n\nFirst name: \n\n\n","datePublished":"2021-02-09T16:01:40Z","dateModified":"2021-02-09T16:01:40Z","author":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"publisher":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":283},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":1}]}},{"@type":"ListItem","position":18,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/304","url":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/304","mainEntityOfPage":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/304","headline":"β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”","articleBody":"β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”","datePublished":"2021-02-09T16:01:28Z","dateModified":"2021-02-09T16:01:28Z","author":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"publisher":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":235},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":1}]}},{"@type":"ListItem","position":19,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/303","url":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/303","mainEntityOfPage":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/303","headline":"In HTML has two type of Elements -------------------------------- 1-Block Elements 2-Inline Elements 1-Block…","articleBody":"In HTML has two type of Elements\n--------------------------------\n1-Block Elements\n2-Inline Elements\n\n1-Block Elements:\nblock elements add a line break before and after them\n\n *
tag is a block element\n * Other block elements are ,
, Headings, List (
, Headings, List (

photo content