<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-280079772658971122</atom:id><lastBuildDate>Wed, 02 Apr 2025 12:10:17 +0000</lastBuildDate><category>Css</category><category>Laravel</category><category>Html</category><category>WordPress</category><category>Php</category><category>mysql</category><category>Bootstrap</category><category>Laravel Installation</category><category>javascipt</category><category>sql</category><category>trait</category><category>$_GET</category><category>$_GET &amp;_POST $_REQUEST</category><category>Admin password reset</category><category>Auth class installation</category><category>CSS Measuring Different Units&#xa;css</category><category>CSS Specificity</category><category>Database Library on laravel</category><category>Emmet</category><category>Fluid image</category><category>Forget Password</category><category>Full stack</category><category>Grid Layout</category><category>How to create a theme</category><category>Interview question</category><category>Jquery</category><category>Media query</category><category>Password set</category><category>Pmpro</category><category>Pseudo-Class</category><category>Pseudo-Elements</category><category>Query Strings</category><category>Responsive website</category><category>Semantic Elements</category><category>Sublime Text 3</category><category>Supper Globals</category><category>Tanda Router configuration</category><category>Tanda Router configuration with PC and laptop</category><category>Web development</category><category>Zen Coding</category><category>admin-panel</category><category>app ip</category><category>avatar size</category><category>buddypress</category><category>composer install</category><category>database</category><category>database connection</category><category>facebook login</category><category>free ssl</category><category>git</category><category>github</category><category>godaddy</category><category>how to change laravel login and registration view</category><category>lalavel</category><category>letsencrypt</category><category>login</category><category>login with facebook</category><category>loginController</category><category>logout</category><category>mail()</category><category>mastering template</category><category>react</category><category>react router</category><category>session</category><category>showLoginForm</category><category>ssl</category><category>ssl certification</category><category>tags</category><category>tailwind</category><category>template mastering</category><category>thumbnail size</category><title>Ranit Sarker</title><description>Expert in WordPress Development, Web Design, Website Builders and CMS</description><link>https://ranitsarker.blogspot.com/</link><managingEditor>noreply@blogger.com (RanIT)</managingEditor><generator>Blogger</generator><openSearch:totalResults>51</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-280079772658971122.post-7236349338320133116</guid><pubDate>Thu, 28 Dec 2023 08:13:00 +0000</pubDate><atom:updated>2023-12-28T01:36:53.821-08:00</atom:updated><title>JavaScript interview questions and answers</title><description>&lt;h2&gt;&lt;span style=&quot;font-family: arial; font-size: medium;&quot;&gt;&amp;nbsp;1. What is JavaScript?&lt;/span&gt;&lt;/h2&gt;&lt;h2&gt;&lt;span style=&quot;font-family: arial; font-size: small; font-weight: normal;&quot;&gt;JavaScript is a dynamic programming language that&#39;s used for web development, web applications, game development, and lots more. It allows to implementation of dynamic features on web pages that cannot be done with only HTML and CSS.&lt;/span&gt;&lt;/h2&gt;&lt;div&gt;&lt;span style=&quot;font-family: arial; font-size: small; font-weight: normal;&quot;&gt;or&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family: arial; font-size: small; font-weight: normal;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family: arial;&quot;&gt;&lt;div style=&quot;font-size: medium;&quot;&gt;JavaScript is a prototype-based, multi-paradigm, single-threaded, dynamic language, that supports various types of programming styles such as object-oriented, imperative, and functional programming.&lt;/div&gt;&lt;div style=&quot;font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;h2 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;2.&amp;nbsp;What are the data types in JavaScript?&lt;/span&gt;&lt;/h2&gt;&lt;div style=&quot;font-size: medium;&quot;&gt;&lt;div&gt;Primitive Data Types:&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;background-color: #e06666;&quot;&gt;Number:&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;b style=&quot;background-color: #e06666;&quot;&gt;Represents numeric values.&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;background-color: #e06666;&quot;&gt;Example: let num = 42;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;background-color: #d9ead3;&quot;&gt;String:&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;b style=&quot;background-color: #d9ead3;&quot;&gt;Represents a sequence of characters.&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;background-color: #d9ead3;&quot;&gt;Example: let str = &#39;Hello, World!&#39;;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;background-color: #6aa84f;&quot;&gt;Boolean:&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;b style=&quot;background-color: #6aa84f;&quot;&gt;Represents a logical value (true or false).&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;background-color: #6aa84f;&quot;&gt;Example: let isTrue = true;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;background-color: #d9d2e9;&quot;&gt;Undefined:&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;b style=&quot;background-color: #d9d2e9;&quot;&gt;Represents a variable that has been declared but not assigned a value.&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;background-color: #d9d2e9;&quot;&gt;Example: let undefinedVar;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;background-color: #ea9999;&quot;&gt;Null:&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;b style=&quot;background-color: #ea9999;&quot;&gt;Represents the intentional absence of any object value.&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;background-color: #ea9999;&quot;&gt;Example: let nullVar = null;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;background-color: #f3f3f3;&quot;&gt;Symbol (introduced in ECMAScript 6):&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;b style=&quot;background-color: #f3f3f3;&quot;&gt;Represents a unique identifier.&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;background-color: #f3f3f3;&quot;&gt;Example: let sym = Symbol(&#39;unique&#39;);&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;background-color: #76a5af;&quot;&gt;BigInt (introduced in ECMAScript 2020):&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;b style=&quot;background-color: #76a5af;&quot;&gt;Represents integers of arbitrary precision.&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;background-color: #76a5af;&quot;&gt;Example: let bigIntVar = 9007199254740991n;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Non-Primitive (Object) Data Types:&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;background-color: #ead1dc;&quot;&gt;Object:&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;b style=&quot;background-color: #ead1dc;&quot;&gt;Represents a collection of key-value pairs.&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;background-color: #ead1dc;&quot;&gt;Example: let obj = { key: &#39;value&#39; };&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;background-color: #f4cccc;&quot;&gt;Array:&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;b style=&quot;background-color: #f4cccc;&quot;&gt;Represents an ordered list of values.&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;background-color: #f4cccc;&quot;&gt;Example: let arr = [1, 2, 3];&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;background-color: #fff2cc;&quot;&gt;Function:&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;b style=&quot;background-color: #fff2cc;&quot;&gt;Represents a reusable block of code.&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;background-color: #fff2cc;&quot;&gt;Example: function sayHello() { console.log(&#39;Hello!&#39;); }&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;h2 style=&quot;text-align: left;&quot;&gt;&lt;/h2&gt;&lt;h2 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;4. What is the DOM in JavaScript?&lt;/span&gt;&lt;/h2&gt;&lt;h2 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;The Document Object Model (DOM) is a programming interface that represents the structure of HTML and XML documents. It allows JavaScript to access and manipulate&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;div&gt;&lt;span style=&quot;background-color: #fff2cc;&quot;&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;</description><link>https://ranitsarker.blogspot.com/2023/12/javascript-interview-questions-and.html</link><author>noreply@blogger.com (RanIT)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-280079772658971122.post-2772151690393765869</guid><pubDate>Wed, 25 Oct 2023 13:56:00 +0000</pubDate><atom:updated>2023-10-25T06:57:28.123-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">react</category><category domain="http://www.blogger.com/atom/ns#">react router</category><title>Basic setup of react router</title><description>&lt;p&gt;&amp;nbsp;&lt;span style=&quot;color: red; font-size: 20pt;&quot;&gt;1&lt;/span&gt;&lt;sup style=&quot;color: red;&quot;&gt;st&lt;/sup&gt;&lt;span style=&quot;color: red; font-size: 20pt;&quot;&gt;
react router setup&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 107%;&quot;&gt;npm create
vite@latest name-of-your-project -- --template react&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 107%;&quot;&gt;npm install
react-router-dom localforage match-sorter sort-by&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: red; font-size: 20pt; line-height: 107%;&quot;&gt;2&lt;sup&gt;nd&lt;/sup&gt;
tailwind&amp;nbsp; setup&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 107%;&quot;&gt;npm install
-D tailwindcss postcss autoprefixer&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 107%;&quot;&gt;npx
tailwindcss init -p&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: red; font-size: 20pt; line-height: 107%;&quot;&gt;3&lt;sup&gt;rd&lt;/sup&gt;
daisy ui&lt;i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 107%;&quot;&gt;npm i -D
daisyui@latest&lt;/span&gt;&lt;i style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 107%;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: red; font-size: 20pt; line-height: 107%;&quot;&gt;4&lt;sup&gt;th&lt;/sup&gt;
open code .&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: red; font-size: 20pt; line-height: 107%;&quot;&gt;5&lt;sup&gt;th&lt;/sup&gt;
add tailwind extra settings&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 107%;&quot;&gt;Go to tailwind.config.js
and add this code&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 107%;&quot;&gt;content: [&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 107%;&quot;&gt;&quot;./index.html&quot;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 107%;&quot;&gt;&quot;./src/**/*.{js,ts,jsx,tsx}&quot;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 107%;&quot;&gt;],&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 107%;&quot;&gt;2&lt;sup&gt;nd&lt;/sup&gt;
index.css add this code &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 107%;&quot;&gt;@tailwind
base;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 107%;&quot;&gt;@tailwind
components;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 107%;&quot;&gt;@tailwind
utilities;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: red; font-size: 20pt; line-height: 107%;&quot;&gt;6&lt;sup&gt;th&lt;/sup&gt;:
daisy ui extra settings&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 107%;&quot;&gt;Go to tailwind.config.js
and add this code&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: red; font-size: 20pt; line-height: 107%;&quot;&gt;7&lt;sup&gt;th&lt;/sup&gt;:
fix that plugins: [require(&quot;daisyui&quot;)],&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 107%;&quot;&gt;Go to .eslintrc.cjs
file and add&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 107%;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEijbtflNpMmZy4D1CMmSFvwI67TNSGmL4U85iKL2ARMcWuUw12aTazjbYzf6nn3HgGwqaU-6ZqCScC0U8kOgp6babBb_LdkOlylLGi5mu1whLf8qQ7VtfqT6r0nkmzrWeaOWBknH_4xY_-SMLQtekrnwLlYlLgBnRwbj7eCb4KAijrQabbbw6jTmwXqHiY&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;&quot; data-original-height=&quot;203&quot; data-original-width=&quot;959&quot; height=&quot;100&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEijbtflNpMmZy4D1CMmSFvwI67TNSGmL4U85iKL2ARMcWuUw12aTazjbYzf6nn3HgGwqaU-6ZqCScC0U8kOgp6babBb_LdkOlylLGi5mu1whLf8qQ7VtfqT6r0nkmzrWeaOWBknH_4xY_-SMLQtekrnwLlYlLgBnRwbj7eCb4KAijrQabbbw6jTmwXqHiY=w472-h100&quot; width=&quot;472&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color: red; font-size: 20pt; line-height: 107%;&quot;&gt;8&lt;sup&gt;th&lt;/sup&gt;
routers setup &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 107%;&quot;&gt;1&lt;sup&gt;st&lt;/sup&gt;
create one folder Routes &amp;gt; file Routes and setup routes&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 107%;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEipfE9-ZqHPg2bdr0TU-swDM6UZBkYHNoLIcE_7DDBMstsRR04PrWO_tx7FDsDBdKDJQH1afPkwvZgCoFgzr07_2cdpZ2yApfrcWsg3VY5wLLqfPGYybRRlN63vhbw6CuwSRFyz2-pH9ikzUxzhsNWaYuB_RvH_Ax1MAmLQS11aItEI4OKeAsGRfcFv2OI&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;&quot; data-original-height=&quot;330&quot; data-original-width=&quot;1028&quot; height=&quot;177&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEipfE9-ZqHPg2bdr0TU-swDM6UZBkYHNoLIcE_7DDBMstsRR04PrWO_tx7FDsDBdKDJQH1afPkwvZgCoFgzr07_2cdpZ2yApfrcWsg3VY5wLLqfPGYybRRlN63vhbw6CuwSRFyz2-pH9ikzUxzhsNWaYuB_RvH_Ax1MAmLQS11aItEI4OKeAsGRfcFv2OI=w549-h177&quot; width=&quot;549&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 107%;&quot;&gt;2&lt;sup&gt;nd&lt;/sup&gt;
in main.jsx&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 107%;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhA39BdvlW7SE4ZPbnXJpySv_WVS7yDNMg_6xjER4Pb4Y5aZdhsNnLMYnKp8WtbP7alsr_ZWYhyqBEDyOPi60wgcuKHrfC90o1QNX6efK0Zk4MLdk3xL0VbLLdiNJWCRslOxOQOJPRPc-w7hGI_PRni1vmmpoWNiDwVF6dg8lKoaIL1R9_OO1UAZatmXis&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;&quot; data-original-height=&quot;248&quot; data-original-width=&quot;1167&quot; height=&quot;129&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhA39BdvlW7SE4ZPbnXJpySv_WVS7yDNMg_6xjER4Pb4Y5aZdhsNnLMYnKp8WtbP7alsr_ZWYhyqBEDyOPi60wgcuKHrfC90o1QNX6efK0Zk4MLdk3xL0VbLLdiNJWCRslOxOQOJPRPc-w7hGI_PRni1vmmpoWNiDwVF6dg8lKoaIL1R9_OO1UAZatmXis=w613-h129&quot; width=&quot;613&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 107%;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;/div&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 107%;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 107%;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;</description><link>https://ranitsarker.blogspot.com/2023/10/basic-setup-of-react-router.html</link><author>noreply@blogger.com (RanIT)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEijbtflNpMmZy4D1CMmSFvwI67TNSGmL4U85iKL2ARMcWuUw12aTazjbYzf6nn3HgGwqaU-6ZqCScC0U8kOgp6babBb_LdkOlylLGi5mu1whLf8qQ7VtfqT6r0nkmzrWeaOWBknH_4xY_-SMLQtekrnwLlYlLgBnRwbj7eCb4KAijrQabbbw6jTmwXqHiY=s72-w472-h100-c" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-280079772658971122.post-3568486799819846958</guid><pubDate>Sun, 06 Aug 2023 08:50:00 +0000</pubDate><atom:updated>2023-08-06T01:54:01.034-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">javascipt</category><title>Array.prototype</title><description>&lt;p&gt;&lt;/p&gt;&lt;div class=&quot;section-content&quot; style=&quot;-webkit-text-stroke-width: 0px; background-color: white; box-sizing: border-box; color: #1b1b1b; font-family: Inter, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Fira Sans&amp;quot;, &amp;quot;Droid Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px; font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-decoration-color: initial; text-decoration-style: initial; text-decoration-thickness: initial; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;header style=&quot;background-color: white; box-sizing: border-box; orphans: 2; text-align: start; text-decoration-color: initial; text-decoration-style: initial; text-decoration-thickness: initial; text-indent: 0px; widows: 2;&quot;&gt;&lt;div style=&quot;box-sizing: border-box; color: #1b1b1b; margin: 0px 0px 2rem; text-align: left; text-transform: none; white-space: normal; word-break: break-word; word-spacing: 0px;&quot;&gt;&lt;header style=&quot;box-sizing: border-box; font-family: Inter, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Fira Sans&amp;quot;, &amp;quot;Droid Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px;&quot;&gt;&lt;h1 style=&quot;box-sizing: border-box; letter-spacing: var(--heading-letter-spacing); margin: 0px 0px 2rem; word-break: break-word;&quot;&gt;1. Array.prototype.includes()&lt;/h1&gt;&lt;/header&gt;&lt;div class=&quot;section-content&quot; style=&quot;box-sizing: border-box; font-family: Inter, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Fira Sans&amp;quot;, &amp;quot;Droid Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px;&quot;&gt;&lt;p style=&quot;box-sizing: border-box; font: var(--type-article-p); margin: 1rem 0px 2rem;&quot;&gt;The&amp;nbsp;&lt;span style=&quot;box-sizing: border-box; font-weight: var(--font-body-strong-weight); letter-spacing: 0.02rem;&quot;&gt;&lt;code style=&quot;background: var(--code-background-inline); border-radius: var(--elem-radius); box-sizing: border-box; font-family: var(--font-code); font-size: var(--type-smaller-font-size); padding: 0.125rem 0.25rem; width: fit-content;&quot;&gt;includes()&lt;/code&gt;&lt;/span&gt;&amp;nbsp;the method determines whether an array includes a certain value among its entries, returning&amp;nbsp;&lt;code style=&quot;background: var(--code-background-inline); border-radius: var(--elem-radius); box-sizing: border-box; font-family: var(--font-code); font-size: var(--type-smaller-font-size); padding: 0.125rem 0.25rem; width: fit-content;&quot;&gt;true&lt;/code&gt;&amp;nbsp;or&amp;nbsp;&lt;code style=&quot;background: var(--code-background-inline); border-radius: var(--elem-radius); box-sizing: border-box; font-family: var(--font-code); font-size: var(--type-smaller-font-size); padding: 0.125rem 0.25rem; width: fit-content;&quot;&gt;false&lt;/code&gt;&amp;nbsp;as appropriate.&lt;/p&gt;&lt;header style=&quot;box-sizing: border-box;&quot;&gt;&lt;h1 style=&quot;box-sizing: border-box; letter-spacing: var(--heading-letter-spacing); margin: 0px 0px 2rem; word-break: break-word;&quot;&gt;2. Array.prototype.indexOf()&lt;/h1&gt;&lt;/header&gt;&lt;div class=&quot;section-content&quot; style=&quot;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;box-sizing: border-box; font: var(--type-article-p); margin: 1rem 0px 2rem;&quot;&gt;The&amp;nbsp;&lt;span style=&quot;box-sizing: border-box; font-weight: var(--font-body-strong-weight); letter-spacing: 0.02rem;&quot;&gt;&lt;code style=&quot;background: var(--code-background-inline); border-radius: var(--elem-radius); box-sizing: border-box; font-family: var(--font-code); font-size: var(--type-smaller-font-size); padding: 0.125rem 0.25rem; width: fit-content;&quot;&gt;indexOf()&lt;/code&gt;&lt;/span&gt;&amp;nbsp;method returns the first index at which a given element can be found in the array, or -1 if it is not present.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin: 1rem 0px 2rem;&quot;&gt;&lt;b&gt;3.&amp;nbsp;&lt;span style=&quot;letter-spacing: var(--heading-letter-spacing);&quot;&gt;Array.isArray()&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;div class=&quot;section-content&quot; style=&quot;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;box-sizing: border-box; font: var(--type-article-p); margin: 1rem 0px 2rem;&quot;&gt;The&amp;nbsp;&lt;span style=&quot;box-sizing: border-box; font-weight: var(--font-body-strong-weight); letter-spacing: 0.02rem;&quot;&gt;&lt;code style=&quot;background: var(--code-background-inline); border-radius: var(--elem-radius); box-sizing: border-box; font-family: var(--font-code); font-size: var(--type-smaller-font-size); padding: 0.125rem 0.25rem; width: fit-content;&quot;&gt;Array.isArray()&lt;/code&gt;&lt;/span&gt;&amp;nbsp;static method determines whether the passed value is an&amp;nbsp;&lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array&quot; style=&quot;box-sizing: border-box; text-decoration-skip-ink: auto; width: fit-content;&quot;&gt;&lt;code style=&quot;background: var(--code-background-inline); border-radius: var(--elem-radius); box-sizing: border-box; font-family: var(--font-code); font-size: var(--type-smaller-font-size); padding: 0.125rem 0.25rem; width: fit-content;&quot;&gt;Array&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/header&gt;</description><link>https://ranitsarker.blogspot.com/2023/08/arrayprototype.html</link><author>noreply@blogger.com (RanIT)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-280079772658971122.post-7677448181700467303</guid><pubDate>Sun, 30 Jul 2023 06:31:00 +0000</pubDate><atom:updated>2023-08-06T01:40:36.743-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">javascipt</category><title>What is different by var, let, const</title><description>&lt;p style=&quot;clear: both; text-align: center;&quot;&gt;&lt;/p&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;var&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;1. can declare value 2nd time&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;2. can assign value 2nd time&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;let&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;1. can&#39;t redeclare value 2nd time&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;2. can reassign value 2nd time&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;const&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;1. can&#39;t redeclare value 2nd time&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;2. can&#39;t reassign value 2nd time&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;</description><link>https://ranitsarker.blogspot.com/2023/07/javascript.html</link><author>noreply@blogger.com (RanIT)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-280079772658971122.post-657226225746674842</guid><pubDate>Fri, 21 Jul 2023 13:58:00 +0000</pubDate><atom:updated>2023-07-21T06:58:23.394-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Css</category><category domain="http://www.blogger.com/atom/ns#">tailwind</category><title>tailwind css Typography</title><description>&lt;p&gt;&lt;b&gt;&lt;span style=&quot;font-size: x-large;&quot;&gt;Typography:&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;1. font-size:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;text-base = 16px or 1rem&lt;/p&gt;&lt;p&gt;text-lg &amp;gt; text-xl &amp;gt; text-2xl to text-9xl&lt;/p&gt;&lt;span&gt;&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/span&gt;&lt;p&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;2. font-family:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;font-sans&lt;/p&gt;&lt;p&gt;font-serif&lt;/p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;!--more--&gt;&lt;/span&gt;&lt;p&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;3. font-style:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;italic&lt;/p&gt;&lt;span&gt;&lt;!--more--&gt;&lt;/span&gt;&lt;p&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;4. font-weight:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;font-normal = 400&amp;nbsp;&lt;/p&gt;&lt;p&gt;font-thin &amp;lt; font-extralight &amp;lt; font-light &amp;lt; font-norml &amp;lt; font-medium &amp;lt; font-samibold &amp;lt; font-bold &amp;lt; font-extrabold &amp;lt;font-black&lt;/p&gt;&lt;span&gt;&lt;!--more--&gt;&lt;/span&gt;&lt;p&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;5. letter-spacing:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;tracking-normal = 0em&lt;/p&gt;&lt;span&gt;&lt;!--more--&gt;&lt;/span&gt;&lt;p&gt;line-height:&lt;/p&gt;&lt;p&gt;landing-4 = 16rem&lt;/p&gt;&lt;span&gt;&lt;!--more--&gt;&lt;/span&gt;&lt;p&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;6. color:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;text-white&lt;/p&gt;&lt;p&gt;text-color name-brightness(50-950)&lt;/p&gt;&lt;span&gt;&lt;!--more--&gt;&lt;/span&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description><link>https://ranitsarker.blogspot.com/2023/07/tailwind-css-typography.html</link><author>noreply@blogger.com (RanIT)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-280079772658971122.post-6991175527910800979</guid><pubDate>Wed, 19 Jul 2023 16:42:00 +0000</pubDate><atom:updated>2023-07-19T09:42:26.336-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Css</category><title>CSS case</title><description>&lt;p&gt;&amp;nbsp;1. If you make one block element style margin: 100%; that will take the full width. But if we add any border or any other spacing that will make a horizontal scrolling.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjB7pVHmW9LcxDzKf5ccnDhIvDjVxbxRUHNEqSJ0DN2ULAfvYKB4wXld_PyQhGXlMn8jU460cVZasDiAXLlyd8FTQXjL-7sKOHcy_nsLANfJTRy18-w2AyxJccY4LbY0yLr8AyhXbqXIi-bjK1lPlPr8RFliZxgwE7bitzMfi9h347pkIP_8ea3sBZBrMo&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;&quot; data-original-height=&quot;435&quot; data-original-width=&quot;527&quot; height=&quot;430&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjB7pVHmW9LcxDzKf5ccnDhIvDjVxbxRUHNEqSJ0DN2ULAfvYKB4wXld_PyQhGXlMn8jU460cVZasDiAXLlyd8FTQXjL-7sKOHcy_nsLANfJTRy18-w2AyxJccY4LbY0yLr8AyhXbqXIi-bjK1lPlPr8RFliZxgwE7bitzMfi9h347pkIP_8ea3sBZBrMo=w521-h430&quot; width=&quot;521&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;Output:&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjGS2H4xGEULJ2wILbAljuMNw59LW5Te4R1x1NrM5bsDy0T4yo44OnJh623G5_xT6Kixw6CXAwpshASSwEavjEFuieDNa2fnaQuGh1b_-rt7Y86rPH9A-2D6copdZ48CIHvBXrqo-UZ4GN4HvQiJPClT1kqhPzZt3JQjQL1gsPvpVFyFIpSifH3YGeZWu0&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;&quot; data-original-height=&quot;729&quot; data-original-width=&quot;1359&quot; height=&quot;282&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjGS2H4xGEULJ2wILbAljuMNw59LW5Te4R1x1NrM5bsDy0T4yo44OnJh623G5_xT6Kixw6CXAwpshASSwEavjEFuieDNa2fnaQuGh1b_-rt7Y86rPH9A-2D6copdZ48CIHvBXrqo-UZ4GN4HvQiJPClT1kqhPzZt3JQjQL1gsPvpVFyFIpSifH3YGeZWu0=w526-h282&quot; width=&quot;526&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;2. if we make that block element width: auto; that type of scroll will not come and that is the default value of the block element width.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEghpoH03kB0G5j1IHuyhYHCOTzOKiHczGft-7aVcE4-l5U7EFEFwvdj-v4Sx1TQCYqhXXt8_mDScxeOG5VpCL3xzumxK1Kp_zXIpP2OVGi21bZs4UO79aVdeZ-e9MyTPDFlTzPXMKRmIaArN7Nnkclhn3vrlAq-TDJmiO9ePt43od3PLx3J7IlF0Ec6RVQ&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;&quot; data-original-height=&quot;689&quot; data-original-width=&quot;1352&quot; height=&quot;261&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEghpoH03kB0G5j1IHuyhYHCOTzOKiHczGft-7aVcE4-l5U7EFEFwvdj-v4Sx1TQCYqhXXt8_mDScxeOG5VpCL3xzumxK1Kp_zXIpP2OVGi21bZs4UO79aVdeZ-e9MyTPDFlTzPXMKRmIaArN7Nnkclhn3vrlAq-TDJmiO9ePt43od3PLx3J7IlF0Ec6RVQ=w513-h261&quot; width=&quot;513&quot; /&gt;&lt;/a&gt;&lt;/div&gt;see no horizontal scroll bar.&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;</description><link>https://ranitsarker.blogspot.com/2023/07/css-case.html</link><author>noreply@blogger.com (RanIT)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEjB7pVHmW9LcxDzKf5ccnDhIvDjVxbxRUHNEqSJ0DN2ULAfvYKB4wXld_PyQhGXlMn8jU460cVZasDiAXLlyd8FTQXjL-7sKOHcy_nsLANfJTRy18-w2AyxJccY4LbY0yLr8AyhXbqXIi-bjK1lPlPr8RFliZxgwE7bitzMfi9h347pkIP_8ea3sBZBrMo=s72-w521-h430-c" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-280079772658971122.post-2584931044749115296</guid><pubDate>Wed, 19 Jul 2023 16:20:00 +0000</pubDate><atom:updated>2023-07-19T09:22:32.205-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Css</category><category domain="http://www.blogger.com/atom/ns#">CSS Specificity</category><title>CSS Specificity</title><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;table class=&quot;ws-table-all notranslate&quot; style=&quot;background-color: white; border-collapse: collapse; border-spacing: 0px; border: 1px solid rgb(204, 204, 204); box-sizing: inherit; color: black; font-family: Verdana, sans-serif; font-size: 15px; margin: 20px 0px; width: 870.828px;&quot;&gt;&lt;tbody style=&quot;box-sizing: inherit;&quot;&gt;&lt;tr style=&quot;border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;th style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; text-align: left; vertical-align: top;&quot;&gt;Selector&lt;/th&gt;&lt;th style=&quot;box-sizing: inherit; padding: 8px; text-align: left; vertical-align: top;&quot;&gt;Specificity Value&lt;/th&gt;&lt;th style=&quot;box-sizing: inherit; padding: 8px; text-align: left; vertical-align: top;&quot;&gt;Calculation&lt;/th&gt;&lt;/tr&gt;&lt;tr style=&quot;background-color: #e7e9eb; border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;p&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;1&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;p.test&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;11&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;1 + 10&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;background-color: #e7e9eb; border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;p#demo&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;101&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;1 + 100&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&amp;lt;p style=&quot;color: pink;&quot;&amp;gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;1000&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;1000&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;background-color: #e7e9eb; border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;#demo&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;100&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;100&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;.test&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;10&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;10&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;background-color: #e7e9eb; border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;p.test1.test2&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;21&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;1 + 10 + 10&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;#navbar p#demo&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;201&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;100 + 1 + 100&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;background-color: #e7e9eb; border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;*&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;0&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;0 (the universal selector is ignored)&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;div&gt;&lt;b&gt;!important &amp;gt; inline css &amp;gt; id &amp;gt; class &amp;gt; element&lt;/b&gt;&lt;/div&gt;</description><link>https://ranitsarker.blogspot.com/2023/07/css-specificity.html</link><author>noreply@blogger.com (RanIT)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-280079772658971122.post-578153988361045200</guid><pubDate>Tue, 18 Jul 2023 10:42:00 +0000</pubDate><atom:updated>2023-07-19T09:25:33.600-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Css</category><title>Width and flex</title><description>&lt;p&gt;&lt;/p&gt;&lt;ol style=&quot;text-align: left;&quot;&gt;&lt;li&gt;&lt;b&gt;Width:&lt;/b&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;auto&lt;/li&gt;&lt;li&gt;100%&lt;/li&gt;&lt;li&gt;max-content&lt;/li&gt;&lt;li&gt;min-content&lt;/li&gt;&lt;li&gt;fit-content&lt;/li&gt;&lt;li&gt;vw&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;div&gt;&lt;b&gt;Width auto: &lt;/b&gt;It will fit the element in available space including margin, border, and padding. &lt;b&gt;That means margin, border, and padding include in that full width.&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;Width 100%:&lt;/b&gt; It will make content width 100%. margin, border, and padding will be added to this width and the element will overflow if any of these are added. &lt;b&gt;That means margin, border, and padding are not included in that full width.&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;b&gt;Max-content: &lt;/b&gt;Expands to fit the element&#39;s maximum content size.&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;Min-content: &lt;/b&gt;Collapses to fit the element&#39;s minimum content size.&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;Fix-content: &lt;/b&gt;Sizes the element based on its content&#39;s preferred size within the available space, combining aspects of both max-content and min-content.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;vw:&lt;/b&gt; viewport wide. vw is a CSS unit that represents a percentage of the viewport&#39;s width.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;Flex:&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;If flex-direction: row;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;default value:&lt;/div&gt;&lt;div&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;&lt;b&gt;row&amp;nbsp;&lt;/b&gt;is the default value of flex-direction.&lt;/li&gt;&lt;li&gt;&lt;b&gt;start &lt;/b&gt;is the default value of justify-content.&lt;/li&gt;&lt;li&gt;&lt;b&gt;stretch &lt;/b&gt;is the default value of align-items. (y-axis full height will take).&lt;/li&gt;&lt;/ul&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;justify-content will work (x-axis or horizontal)&amp;nbsp;&lt;/li&gt;&lt;li&gt;align-items&amp;nbsp;will work (y-axis or vertical)&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;If flex-direction: column;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;default value:&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;justify-content will work (y-axis or vertical)&lt;/li&gt;&lt;li&gt;align-items&amp;nbsp;will work (x-axis or horizontal)&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;span id=&quot;docs-internal-guid-ecbd9f8d-7fff-ce73-249d-b677134c79d2&quot;&gt;&lt;div&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 14pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;</description><link>https://ranitsarker.blogspot.com/2023/07/width-and-flex.html</link><author>noreply@blogger.com (RanIT)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-280079772658971122.post-2357374558630628494</guid><pubDate>Thu, 13 Jul 2023 08:01:00 +0000</pubDate><atom:updated>2023-07-13T01:01:10.255-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Interview question</category><title>Interview question</title><description>&lt;p&gt;&amp;nbsp;1. what is the difference between flexbox and grid?&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description><link>https://ranitsarker.blogspot.com/2023/07/interview-question.html</link><author>noreply@blogger.com (RanIT)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-280079772658971122.post-6896886002856311551</guid><pubDate>Thu, 13 Jul 2023 07:53:00 +0000</pubDate><atom:updated>2023-07-13T00:53:30.002-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Css</category><category domain="http://www.blogger.com/atom/ns#">Responsive website</category><title>Responsive Website</title><description>&lt;p&gt;1. viewport meta tag&lt;/p&gt;&lt;p&gt;2. CSS relative units&lt;/p&gt;&lt;p&gt;3. body max width and horizontal center align(&lt;b&gt;margin: 0 auto;&lt;/b&gt;)&lt;/p&gt;&lt;p&gt;4. image fluid (&lt;b&gt;width: 100%;&lt;/b&gt; of image)&lt;/p&gt;&lt;p&gt;5. to make 2 columns use flex and media query with &lt;b&gt;&quot;flex-direction: column;&quot;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;6. multiple column use grid layout&lt;/p&gt;</description><link>https://ranitsarker.blogspot.com/2023/07/responsive-website.html</link><author>noreply@blogger.com (RanIT)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-280079772658971122.post-3128075574237410746</guid><pubDate>Thu, 13 Jul 2023 07:39:00 +0000</pubDate><atom:updated>2023-07-13T00:39:10.214-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Css</category><category domain="http://www.blogger.com/atom/ns#">Fluid image</category><title>Fluid image</title><description>&lt;p&gt;&amp;nbsp;&lt;span class=&quot;tagcolor&quot; style=&quot;background-color: white; box-sizing: inherit; color: mediumblue; font-family: Consolas, Menlo, &amp;quot;courier new&amp;quot;, monospace; font-size: 15px;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: brown; font-family: Consolas, Menlo, &amp;quot;courier new&amp;quot;, monospace; font-size: 15px;&quot;&gt;img&lt;/span&gt;&lt;span class=&quot;attributecolor&quot; style=&quot;background-color: white; box-sizing: inherit; color: red; font-family: Consolas, Menlo, &amp;quot;courier new&amp;quot;, monospace; font-size: 15px;&quot;&gt;&amp;nbsp;src&lt;span class=&quot;attributevaluecolor&quot; style=&quot;box-sizing: inherit; color: mediumblue;&quot;&gt;=&quot;nature.jpg&quot;&lt;/span&gt;&amp;nbsp;alt&lt;span class=&quot;attributevaluecolor&quot; style=&quot;box-sizing: inherit; color: mediumblue;&quot;&gt;=&quot;Nature&quot;&lt;/span&gt;&amp;nbsp;class&lt;span class=&quot;attributevaluecolor&quot; style=&quot;box-sizing: inherit; color: mediumblue;&quot;&gt;=&quot;responsive&quot;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;tagcolor&quot; style=&quot;background-color: white; box-sizing: inherit; color: mediumblue; font-family: Consolas, Menlo, &amp;quot;courier new&amp;quot;, monospace; font-size: 15px;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;tagcolor&quot; style=&quot;background-color: white; box-sizing: inherit; color: mediumblue; font-family: Consolas, Menlo, &amp;quot;courier new&amp;quot;, monospace; font-size: 15px;&quot;&gt;&lt;span style=&quot;color: brown;&quot;&gt;.responsive&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;cssdelimitercolor&quot; style=&quot;box-sizing: inherit; color: black;&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;csspropertycolor&quot; style=&quot;box-sizing: inherit; color: red;&quot;&gt;&lt;br style=&quot;box-sizing: inherit;&quot; /&gt;&amp;nbsp;&amp;nbsp;width&lt;span class=&quot;csspropertyvaluecolor&quot; style=&quot;box-sizing: inherit; color: mediumblue;&quot;&gt;&lt;span class=&quot;cssdelimitercolor&quot; style=&quot;box-sizing: inherit; color: black;&quot;&gt;:&lt;/span&gt;&amp;nbsp;100%&lt;span class=&quot;cssdelimitercolor&quot; style=&quot;box-sizing: inherit; color: black;&quot;&gt;;&lt;/span&gt;&lt;/span&gt;&lt;br style=&quot;box-sizing: inherit;&quot; /&gt;&amp;nbsp;&amp;nbsp;height&lt;span class=&quot;csspropertyvaluecolor&quot; style=&quot;box-sizing: inherit; color: mediumblue;&quot;&gt;&lt;span class=&quot;cssdelimitercolor&quot; style=&quot;box-sizing: inherit; color: black;&quot;&gt;:&lt;/span&gt;&amp;nbsp;auto&lt;span class=&quot;cssdelimitercolor&quot; style=&quot;box-sizing: inherit; color: black;&quot;&gt;;&lt;/span&gt;&lt;/span&gt;&lt;br style=&quot;box-sizing: inherit;&quot; /&gt;&lt;/span&gt;&lt;span class=&quot;cssdelimitercolor&quot; style=&quot;box-sizing: inherit; color: black;&quot;&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;tagcolor&quot; style=&quot;background-color: white; box-sizing: inherit; color: mediumblue; font-family: Consolas, Menlo, &amp;quot;courier new&amp;quot;, monospace; font-size: 15px;&quot;&gt;&lt;span class=&quot;cssdelimitercolor&quot; style=&quot;box-sizing: inherit; color: black;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;If you want the image to scale both up and down on responsiveness, set the CSS&amp;nbsp;&lt;/span&gt;&lt;code class=&quot;w3-codespan&quot; style=&quot;background-color: rgba(222, 222, 222, 0.3); box-sizing: inherit; color: crimson; font-family: Consolas, Menlo, &amp;quot;courier new&amp;quot;, monospace; font-size: 15.75px; padding-left: 4px; padding-right: 4px;&quot;&gt;width&lt;/code&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp;property to 100% and&amp;nbsp;&lt;/span&gt;&lt;code class=&quot;w3-codespan&quot; style=&quot;background-color: rgba(222, 222, 222, 0.3); box-sizing: inherit; color: crimson; font-family: Consolas, Menlo, &amp;quot;courier new&amp;quot;, monospace; font-size: 15.75px; padding-left: 4px; padding-right: 4px;&quot;&gt;height&lt;/code&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp;to auto:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;tagcolor&quot; style=&quot;background-color: white; box-sizing: inherit; color: mediumblue; font-family: Consolas, Menlo, &amp;quot;courier new&amp;quot;, monospace; font-size: 15px;&quot;&gt;&lt;span class=&quot;cssdelimitercolor&quot; style=&quot;box-sizing: inherit; color: black;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: inherit; font-family: Verdana, sans-serif; font-size: 15px; margin-bottom: 1.2em; margin-top: 1.2em;&quot;&gt;If you want an image to scale down if it has to, but never scale up to be larger than its original size, use&amp;nbsp;&lt;code class=&quot;w3-codespan&quot; style=&quot;background-color: rgba(222, 222, 222, 0.3); box-sizing: inherit; color: crimson; font-family: Consolas, Menlo, &amp;quot;courier new&amp;quot;, monospace; font-size: 15.75px; padding-left: 4px; padding-right: 4px;&quot;&gt;max-width: 100%&lt;/code&gt;:&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: inherit; font-family: Verdana, sans-serif; font-size: 15px; margin-bottom: 1.2em; margin-top: 1.2em;&quot;&gt;&lt;span style=&quot;color: brown; font-family: Consolas, Menlo, &amp;quot;courier new&amp;quot;, monospace;&quot;&gt;.responsive&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;cssdelimitercolor&quot; style=&quot;box-sizing: inherit; font-family: Consolas, Menlo, &amp;quot;courier new&amp;quot;, monospace;&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;csspropertycolor&quot; style=&quot;box-sizing: inherit; color: red; font-family: Consolas, Menlo, &amp;quot;courier new&amp;quot;, monospace;&quot;&gt;&lt;br style=&quot;box-sizing: inherit;&quot; /&gt;&amp;nbsp;&amp;nbsp;max-width&lt;span class=&quot;csspropertyvaluecolor&quot; style=&quot;box-sizing: inherit; color: mediumblue;&quot;&gt;&lt;span class=&quot;cssdelimitercolor&quot; style=&quot;box-sizing: inherit; color: black;&quot;&gt;:&lt;/span&gt;&amp;nbsp;100%&lt;span class=&quot;cssdelimitercolor&quot; style=&quot;box-sizing: inherit; color: black;&quot;&gt;;&lt;/span&gt;&lt;/span&gt;&lt;br style=&quot;box-sizing: inherit;&quot; /&gt;&amp;nbsp;&amp;nbsp;height&lt;span class=&quot;csspropertyvaluecolor&quot; style=&quot;box-sizing: inherit; color: mediumblue;&quot;&gt;&lt;span class=&quot;cssdelimitercolor&quot; style=&quot;box-sizing: inherit; color: black;&quot;&gt;:&lt;/span&gt;&amp;nbsp;auto&lt;span class=&quot;cssdelimitercolor&quot; style=&quot;box-sizing: inherit; color: black;&quot;&gt;;&lt;/span&gt;&lt;/span&gt;&lt;br style=&quot;box-sizing: inherit;&quot; /&gt;&lt;/span&gt;&lt;span class=&quot;cssdelimitercolor&quot; style=&quot;box-sizing: inherit; font-family: Consolas, Menlo, &amp;quot;courier new&amp;quot;, monospace;&quot;&gt;}&lt;/span&gt;&lt;/p&gt;</description><link>https://ranitsarker.blogspot.com/2023/07/fluid-image.html</link><author>noreply@blogger.com (RanIT)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-280079772658971122.post-1346883978339419761</guid><pubDate>Thu, 13 Jul 2023 07:32:00 +0000</pubDate><atom:updated>2023-07-13T00:32:02.613-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Css</category><category domain="http://www.blogger.com/atom/ns#">Media query</category><title>Media query</title><description>&lt;p&gt;&lt;b&gt;&amp;nbsp;layout breakpoint:&lt;/b&gt;&lt;/p&gt;&lt;table class=&quot;table&quot; style=&quot;--bs-table-accent-bg: transparent; --bs-table-active-bg: rgba(0, 0, 0, 0.1); --bs-table-active-color: #212529; --bs-table-bg: transparent; --bs-table-hover-bg: rgba(0, 0, 0, 0.075); --bs-table-hover-color: #212529; --bs-table-striped-bg: rgba(0, 0, 0, 0.05); --bs-table-striped-color: #212529; background-color: white; border-collapse: collapse; border-color: rgb(222, 226, 230); caption-side: bottom; color: #212529; font-family: system-ui, -apple-system, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Noto Sans&amp;quot;, &amp;quot;Liberation Sans&amp;quot;, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; font-size: 0.875rem; margin-bottom: 1.5rem; max-width: 100%; vertical-align: top; width: 820.125px;&quot;&gt;&lt;thead style=&quot;border-style: solid; border-width: 0px; box-sizing: border-box; vertical-align: bottom;&quot;&gt;&lt;tr style=&quot;border-style: solid; border-width: 0px; box-sizing: border-box;&quot;&gt;&lt;th style=&quot;background-color: var(--bs-table-bg); border-bottom: 1px solid currentcolor; border-left-color: inherit; border-left-style: solid; border-left-width: 0px; border-right-color: inherit; border-right-style: solid; border-right-width: 0px; border-top-color: inherit; border-top-style: solid; border-top-width: 0px; box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); box-sizing: border-box; padding: 0.5rem 1.5rem 0.5rem 0px; text-align: -webkit-match-parent;&quot;&gt;Breakpoint&lt;/th&gt;&lt;th style=&quot;background-color: var(--bs-table-bg); border-bottom: 1px solid currentcolor; border-left-color: inherit; border-left-style: solid; border-left-width: 0px; border-right-color: inherit; border-right-style: solid; border-right-width: 0px; border-top-color: inherit; border-top-style: solid; border-top-width: 0px; box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); box-sizing: border-box; padding: 0.5rem 1.5rem 0.5rem 0.5rem; text-align: -webkit-match-parent;&quot;&gt;Class infix&lt;/th&gt;&lt;th style=&quot;background-color: var(--bs-table-bg); border-bottom: 1px solid currentcolor; border-left-color: inherit; border-left-style: solid; border-left-width: 0px; border-right-color: inherit; border-right-style: solid; border-right-width: 0px; border-top-color: inherit; border-top-style: solid; border-top-width: 0px; box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); box-sizing: border-box; padding: 0.5rem; text-align: -webkit-match-parent;&quot;&gt;Dimensions&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;border-style: solid; border-width: 0px; box-sizing: border-box; vertical-align: inherit;&quot;&gt;&lt;tr style=&quot;border-style: solid; border-width: 0px; box-sizing: border-box;&quot;&gt;&lt;td style=&quot;background-color: var(--bs-table-bg); border-color: inherit; border-style: solid; border-width: 0px 0px 1px; box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); box-sizing: border-box; padding: 0.5rem 1.5rem 0.5rem 0px;&quot;&gt;X-Small&lt;/td&gt;&lt;td style=&quot;background-color: var(--bs-table-bg); border-color: inherit; border-style: solid; border-width: 0px 0px 1px; box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); box-sizing: border-box; padding: 0.5rem 1.5rem 0.5rem 0.5rem;&quot;&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;None&lt;/em&gt;&lt;/td&gt;&lt;td style=&quot;background-color: var(--bs-table-bg); border-color: inherit; border-style: solid; border-width: 0px 0px 1px; box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); box-sizing: border-box; padding: 0.5rem;&quot;&gt;&amp;lt;576px&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-style: solid; border-width: 0px; box-sizing: border-box;&quot;&gt;&lt;td style=&quot;background-color: var(--bs-table-bg); border-color: inherit; border-style: solid; border-width: 0px 0px 1px; box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); box-sizing: border-box; padding: 0.5rem 1.5rem 0.5rem 0px;&quot;&gt;Small&lt;/td&gt;&lt;td style=&quot;background-color: var(--bs-table-bg); border-color: inherit; border-style: solid; border-width: 0px 0px 1px; box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); box-sizing: border-box; padding: 0.5rem 1.5rem 0.5rem 0.5rem;&quot;&gt;&lt;code style=&quot;box-sizing: border-box; color: #d63384; direction: ltr; font-family: var(--bs-font-monospace); font-size: 0.875em; overflow-wrap: break-word; unicode-bidi: bidi-override;&quot;&gt;sm&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;background-color: var(--bs-table-bg); border-color: inherit; border-style: solid; border-width: 0px 0px 1px; box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); box-sizing: border-box; padding: 0.5rem;&quot;&gt;≥576px&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-style: solid; border-width: 0px; box-sizing: border-box;&quot;&gt;&lt;td style=&quot;background-color: var(--bs-table-bg); border-color: inherit; border-style: solid; border-width: 0px 0px 1px; box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); box-sizing: border-box; padding: 0.5rem 1.5rem 0.5rem 0px;&quot;&gt;Medium&lt;/td&gt;&lt;td style=&quot;background-color: var(--bs-table-bg); border-color: inherit; border-style: solid; border-width: 0px 0px 1px; box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); box-sizing: border-box; padding: 0.5rem 1.5rem 0.5rem 0.5rem;&quot;&gt;&lt;code style=&quot;box-sizing: border-box; color: #d63384; direction: ltr; font-family: var(--bs-font-monospace); font-size: 0.875em; overflow-wrap: break-word; unicode-bidi: bidi-override;&quot;&gt;md&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;background-color: var(--bs-table-bg); border-color: inherit; border-style: solid; border-width: 0px 0px 1px; box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); box-sizing: border-box; padding: 0.5rem;&quot;&gt;≥768px&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-style: solid; border-width: 0px; box-sizing: border-box;&quot;&gt;&lt;td style=&quot;background-color: var(--bs-table-bg); border-color: inherit; border-style: solid; border-width: 0px 0px 1px; box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); box-sizing: border-box; padding: 0.5rem 1.5rem 0.5rem 0px;&quot;&gt;Large&lt;/td&gt;&lt;td style=&quot;background-color: var(--bs-table-bg); border-color: inherit; border-style: solid; border-width: 0px 0px 1px; box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); box-sizing: border-box; padding: 0.5rem 1.5rem 0.5rem 0.5rem;&quot;&gt;&lt;code style=&quot;box-sizing: border-box; color: #d63384; direction: ltr; font-family: var(--bs-font-monospace); font-size: 0.875em; overflow-wrap: break-word; unicode-bidi: bidi-override;&quot;&gt;lg&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;background-color: var(--bs-table-bg); border-color: inherit; border-style: solid; border-width: 0px 0px 1px; box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); box-sizing: border-box; padding: 0.5rem;&quot;&gt;≥992px&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-style: solid; border-width: 0px; box-sizing: border-box;&quot;&gt;&lt;td style=&quot;background-color: var(--bs-table-bg); border-color: inherit; border-style: solid; border-width: 0px 0px 1px; box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); box-sizing: border-box; padding: 0.5rem 1.5rem 0.5rem 0px;&quot;&gt;Extra large&lt;/td&gt;&lt;td style=&quot;background-color: var(--bs-table-bg); border-color: inherit; border-style: solid; border-width: 0px 0px 1px; box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); box-sizing: border-box; padding: 0.5rem 1.5rem 0.5rem 0.5rem;&quot;&gt;&lt;code style=&quot;box-sizing: border-box; color: #d63384; direction: ltr; font-family: var(--bs-font-monospace); font-size: 0.875em; overflow-wrap: break-word; unicode-bidi: bidi-override;&quot;&gt;xl&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;background-color: var(--bs-table-bg); border-color: inherit; border-style: solid; border-width: 0px 0px 1px; box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); box-sizing: border-box; padding: 0.5rem;&quot;&gt;≥1200px&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-style: solid; border-width: 0px; box-sizing: border-box;&quot;&gt;&lt;td style=&quot;background-color: var(--bs-table-bg); border-color: inherit; border-style: solid; border-width: 0px 0px 1px; box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); box-sizing: border-box; padding: 0.5rem 1.5rem 0.5rem 0px;&quot;&gt;Extra extra large&lt;/td&gt;&lt;td style=&quot;background-color: var(--bs-table-bg); border-color: inherit; border-style: solid; border-width: 0px 0px 1px; box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); box-sizing: border-box; padding: 0.5rem 1.5rem 0.5rem 0.5rem;&quot;&gt;&lt;code style=&quot;box-sizing: border-box; color: #d63384; direction: ltr; font-family: var(--bs-font-monospace); font-size: 0.875em; overflow-wrap: break-word; unicode-bidi: bidi-override;&quot;&gt;xxl&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;background-color: var(--bs-table-bg); border-color: inherit; border-style: solid; border-width: 0px 0px 1px; box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); box-sizing: border-box; padding: 0.5rem;&quot;&gt;≥1400px&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</description><link>https://ranitsarker.blogspot.com/2023/07/media-query.html</link><author>noreply@blogger.com (RanIT)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-280079772658971122.post-9183816022151537128</guid><pubDate>Thu, 13 Jul 2023 06:59:00 +0000</pubDate><atom:updated>2023-07-13T03:33:38.542-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Css</category><category domain="http://www.blogger.com/atom/ns#">Grid Layout</category><title>Grid Layout</title><description>&lt;p&gt;&amp;nbsp;short code of visual studio:&lt;/p&gt;&lt;p&gt;.item{item -$}*20&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Grid Layout:&lt;/b&gt;&lt;/p&gt;&lt;p&gt;1. grid work &lt;b&gt;2 dimensions.&lt;/b&gt; &lt;b&gt;Horizontal and Vertical.&lt;/b&gt;&lt;/p&gt;&lt;p&gt;2. &lt;b&gt;display: grid &lt;/b&gt;(That is the default). If we add another CSS property like &quot;grid-template-columns&quot; that grid will work. otherwise, the grid properly will not work.&lt;/p&gt;&lt;p&gt;3. &lt;b&gt;grid-template-columns: 200px;&lt;/b&gt; that means 1 column and width 200px.&lt;/p&gt;&lt;p&gt;4. &lt;b&gt;grid-template-columns: 200px 100px; &lt;/b&gt;that means 1 column with 200px width&amp;nbsp;&amp;nbsp;and 2nd column with 100px width&amp;nbsp;&lt;/p&gt;&lt;p&gt;5. &lt;b&gt;grid-template-columns: repeat(); &lt;/b&gt;here repeat is function. 2 values we have to add in that repeat. otherwise, that repeat will not work.&lt;/p&gt;&lt;p&gt;6. &lt;b&gt;grid-template-columns: repeat(2, 200px);&lt;/b&gt; that mean 2 time repeat and those 2 column will 200px width.&lt;/p&gt;&lt;p&gt;7. &lt;b&gt;grid-template-columns: repeat(2, 200px) 100px;&lt;/b&gt; that mean 2 time repeat and 1st 2 columns will with 200px width and after that 100px one column will create.&amp;nbsp;&lt;/p&gt;&lt;p&gt;8. &lt;b&gt;grid-template-columns: repeat(2, 200px) 100px 150px;&lt;/b&gt;&amp;nbsp;that mean 2 time repeat and 1st 2 columns will with 200px width and after that 100px one column will create and after that 150px one column will create.&lt;/p&gt;&lt;p&gt;9.&amp;nbsp;&lt;b&gt;grid-template-columns: repeat(3, 1fr);&amp;nbsp;&lt;/b&gt;that means 3-time repeat and all space will equal divide by that 3 columns.&amp;nbsp;&lt;/p&gt;&lt;p&gt;10.&amp;nbsp;&lt;b&gt;grid-template-columns: repeat(3, 1fr) 2fr;&amp;nbsp;&lt;/b&gt;that means 3-time repeat and all space will equal divide by that 3 columns and after that 2fr space will take. if 1fr take 200px that mean 2fr will take 400px.&amp;nbsp;&lt;/p&gt;&lt;p&gt;11.&amp;nbsp;&lt;b&gt;grid-template-columns: 200px auto 100px;&amp;nbsp;&lt;/b&gt;that means 1 column with 200px width and 3rd column with 200px width and the rest of all space will take at middle auto.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Fr is a fractional unit and 1fr is for 1 part of the available space.&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;Grid properties:&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;b&gt;&lt;span&gt;1. parent properties&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;ol style=&quot;text-align: left;&quot;&gt;&lt;li&gt;grid-template-rows&lt;/li&gt;&lt;li&gt;grid-template&lt;/li&gt;&lt;li&gt;column-gap&lt;/li&gt;&lt;li&gt;row-gap&lt;/li&gt;&lt;li&gt;grid-gap&lt;/li&gt;&lt;li&gt;justify-items&lt;/li&gt;&lt;li&gt;align-items&lt;/li&gt;&lt;li&gt;justify-content&lt;/li&gt;&lt;li&gt;align-content&lt;/li&gt;&lt;li&gt;place-items&lt;/li&gt;&lt;li&gt;place-content&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;b&gt;&lt;span&gt;&amp;nbsp;2. child properties:&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ol style=&quot;text-align: left;&quot;&gt;&lt;li&gt;grid-column: start/end&lt;/li&gt;&lt;li&gt;grid-row: start/end&lt;/li&gt;&lt;li&gt;justify-self&lt;/li&gt;&lt;li&gt;align-self&lt;/li&gt;&lt;li&gt;place-self&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;</description><link>https://ranitsarker.blogspot.com/2023/07/grid-layout.html</link><author>noreply@blogger.com (RanIT)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-280079772658971122.post-5749599877381681645</guid><pubDate>Wed, 12 Jul 2023 17:52:00 +0000</pubDate><atom:updated>2023-07-13T03:36:49.281-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">CSS Measuring Different Units&#xa;css</category><title> CSS Measuring Different Units</title><description>&lt;p&gt;&lt;b&gt;&amp;nbsp;CSS Measuring Different Units:&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ol style=&quot;text-align: left;&quot;&gt;&lt;li&gt;%&lt;/li&gt;&lt;li&gt;em&lt;/li&gt;&lt;li&gt;vh&lt;/li&gt;&lt;li&gt;px&lt;/li&gt;&lt;li&gt;rem&lt;/li&gt;&lt;li&gt;vm&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Absolute Vs Relative&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Absolute:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ol style=&quot;text-align: left;&quot;&gt;&lt;li&gt;Pixels (px)&lt;/li&gt;&lt;li&gt;Inches (in)&lt;/li&gt;&lt;li&gt;Centimeters (cm)&lt;/li&gt;&lt;li&gt;Millimeters (mm)&lt;/li&gt;&lt;li&gt;Points (pt)&lt;/li&gt;&lt;li&gt;Picas (pc)&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Relative:&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ol style=&quot;text-align: left;&quot;&gt;&lt;li&gt;Percentages (%)&lt;/li&gt;&lt;li&gt;Font size (em, rem)&lt;/li&gt;&lt;li&gt;Character size (ex, ch)&lt;/li&gt;&lt;li&gt;Vireport dimension (vh, vw)&lt;/li&gt;&lt;li&gt;Viewport max (vmax)&lt;/li&gt;&lt;li&gt;Viewport min (vmin)&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;</description><link>https://ranitsarker.blogspot.com/2023/07/css-measuring-different-units.html</link><author>noreply@blogger.com (RanIT)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-280079772658971122.post-987133674613926782</guid><pubDate>Wed, 12 Jul 2023 13:11:00 +0000</pubDate><atom:updated>2023-07-12T06:11:52.538-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Pseudo-Class</category><category domain="http://www.blogger.com/atom/ns#">Pseudo-Elements</category><title>The Difference Between Pseudo-Classes and Pseudo-Elements in CSS</title><description>&lt;h2 style=&quot;background-color: white; box-sizing: inherit; font-family: &amp;quot;Segoe UI&amp;quot;, Arial, sans-serif; font-size: 32px; font-weight: 400; margin: 10px 0px;&quot;&gt;All CSS Pseudo Classes&lt;/h2&gt;&lt;table class=&quot;ws-table-all notranslate&quot; style=&quot;background-color: white; border-collapse: collapse; border-spacing: 0px; border: 1px solid rgb(204, 204, 204); box-sizing: inherit; color: black; font-family: Verdana, sans-serif; font-size: 15px; margin: 20px 0px; width: 870.828px;&quot;&gt;&lt;tbody style=&quot;box-sizing: inherit;&quot;&gt;&lt;tr style=&quot;border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;th style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; text-align: left; vertical-align: top; width: 173.953px;&quot;&gt;Selector&lt;/th&gt;&lt;th style=&quot;box-sizing: inherit; padding: 8px; text-align: left; vertical-align: top; width: 173.953px;&quot;&gt;Example&lt;/th&gt;&lt;th style=&quot;box-sizing: inherit; padding: 8px; text-align: left; vertical-align: top;&quot;&gt;Example description&lt;/th&gt;&lt;/tr&gt;&lt;tr style=&quot;background-color: #e7e9eb; border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_active.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:active&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;a:active&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects the active link&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_checked.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:checked&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;input:checked&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects every checked &amp;lt;input&amp;gt; element&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;background-color: #e7e9eb; border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_disabled.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:disabled&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;input:disabled&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects every disabled &amp;lt;input&amp;gt; element&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_empty.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:empty&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;p:empty&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects every &amp;lt;p&amp;gt; element that has no children&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;background-color: #e7e9eb; border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_enabled.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:enabled&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;input:enabled&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects every enabled &amp;lt;input&amp;gt; element&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_firstchild.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:first-child&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;p:first-child&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects every &amp;lt;p&amp;gt; elements that is the first child of its parent&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;background-color: #e7e9eb; border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_first-of-type.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:first-of-type&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;p:first-of-type&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects every &amp;lt;p&amp;gt; element that is the first &amp;lt;p&amp;gt; element of its parent&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_focus.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:focus&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;input:focus&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects the &amp;lt;input&amp;gt; element that has focus&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;background-color: #e7e9eb; border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_hover.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:hover&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;a:hover&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects links on mouse over&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_in-range.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:in-range&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;input:in-range&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects &amp;lt;input&amp;gt; elements with a value within a specified range&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;background-color: #e7e9eb; border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_invalid.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:invalid&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;input:invalid&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects all &amp;lt;input&amp;gt; elements with an invalid value&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_lang.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:lang(&lt;i style=&quot;box-sizing: inherit;&quot;&gt;language&lt;/i&gt;)&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;p:lang(it)&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects every &amp;lt;p&amp;gt; element with a lang attribute value starting with &quot;it&quot;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;background-color: #e7e9eb; border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_last-child.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:last-child&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;p:last-child&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects every &amp;lt;p&amp;gt; elements that is the last child of its parent&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_last-of-type.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:last-of-type&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;p:last-of-type&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects every &amp;lt;p&amp;gt; element that is the last &amp;lt;p&amp;gt; element of its parent&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;background-color: #e7e9eb; border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_link.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:link&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;a:link&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects all unvisited links&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_not.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:not(selector)&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;:not(p)&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects every element that is not a &amp;lt;p&amp;gt; element&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;background-color: #e7e9eb; border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_nth-child.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:nth-child(n)&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;p:nth-child(2)&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects every &amp;lt;p&amp;gt; element that is the second child of its parent&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_nth-last-child.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:nth-last-child(n)&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;p:nth-last-child(2)&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects every &amp;lt;p&amp;gt; element that is the second child of its parent, counting from the last child&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;background-color: #e7e9eb; border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_nth-last-of-type.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:nth-last-of-type(n)&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;p:nth-last-of-type(2)&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects every &amp;lt;p&amp;gt; element that is the second &amp;lt;p&amp;gt; element of its parent, counting from the last child&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_nth-of-type.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:nth-of-type(n)&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;p:nth-of-type(2)&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects every &amp;lt;p&amp;gt; element that is the second &amp;lt;p&amp;gt; element of its parent&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;background-color: #e7e9eb; border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_only-of-type.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:only-of-type&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;p:only-of-type&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects every &amp;lt;p&amp;gt; element that is the only &amp;lt;p&amp;gt; element of its parent&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_only-child.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:only-child&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;p:only-child&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects every &amp;lt;p&amp;gt; element that is the only child of its parent&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;background-color: #e7e9eb; border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_optional.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:optional&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;input:optional&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects &amp;lt;input&amp;gt; elements with no &quot;required&quot; attribute&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_out-of-range.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:out-of-range&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;input:out-of-range&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects &amp;lt;input&amp;gt; elements with a value outside a specified range&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;background-color: #e7e9eb; border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_read-only.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:read-only&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;input:read-only&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects &amp;lt;input&amp;gt; elements with a &quot;readonly&quot; attribute specified&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_read-write.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:read-write&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;input:read-write&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects &amp;lt;input&amp;gt; elements with no &quot;readonly&quot; attribute&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;background-color: #e7e9eb; border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_required.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:required&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;input:required&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects &amp;lt;input&amp;gt; elements with a &quot;required&quot; attribute specified&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_root.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:root&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;root&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects the document&#39;s root element&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;background-color: #e7e9eb; border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_target.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:target&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;#news:target&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects the current active #news element (clicked on a URL containing that anchor name)&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_valid.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:valid&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;input:valid&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects all &amp;lt;input&amp;gt; elements with a valid value&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;background-color: #e7e9eb; border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_visited.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;:visited&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;a:visited&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects all visited links&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;div&gt;&lt;h2 style=&quot;background-color: white; box-sizing: inherit; font-family: &amp;quot;Segoe UI&amp;quot;, Arial, sans-serif; font-size: 32px; font-weight: 400; margin: 10px 0px;&quot;&gt;All CSS Pseudo Elements&lt;/h2&gt;&lt;table class=&quot;ws-table-all notranslate&quot; style=&quot;background-color: white; border-collapse: collapse; border-spacing: 0px; border: 1px solid rgb(204, 204, 204); box-sizing: inherit; color: black; font-family: Verdana, sans-serif; font-size: 15px; margin: 20px 0px; width: 870.828px;&quot;&gt;&lt;tbody style=&quot;box-sizing: inherit;&quot;&gt;&lt;tr style=&quot;border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;th style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; text-align: left; vertical-align: top; width: 173.953px;&quot;&gt;Selector&lt;/th&gt;&lt;th style=&quot;box-sizing: inherit; padding: 8px; text-align: left; vertical-align: top; width: 173.953px;&quot;&gt;Example&lt;/th&gt;&lt;th style=&quot;box-sizing: inherit; padding: 8px; text-align: left; vertical-align: top;&quot;&gt;Example description&lt;/th&gt;&lt;/tr&gt;&lt;tr style=&quot;background-color: #e7e9eb; border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_after.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;::after&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;p::after&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Insert content after every &amp;lt;p&amp;gt; element&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_before.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;::before&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;p::before&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Insert content before every &amp;lt;p&amp;gt; element&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;background-color: #e7e9eb; border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_firstletter.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;::first-letter&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;p::first-letter&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects the first letter of every &amp;lt;p&amp;gt; element&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_firstline.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;::first-line&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;p::first-line&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects the first line of every &amp;lt;p&amp;gt; element&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;background-color: #e7e9eb; border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_marker.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;::marker&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;::marker&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects the markers of list items&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;border-bottom: 1px solid rgb(221, 221, 221); box-sizing: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px 8px 8px 16px; vertical-align: top;&quot;&gt;&lt;a href=&quot;https://www.w3schools.com/cssref/sel_selection.asp&quot; style=&quot;background-color: transparent; box-sizing: inherit;&quot;&gt;::selection&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;notranslate&quot; style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;p::selection&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; padding: 8px; vertical-align: top;&quot;&gt;Selects the portion of an element that is selected by a user&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;</description><link>https://ranitsarker.blogspot.com/2023/07/the-difference-between-pseudo-classes.html</link><author>noreply@blogger.com (RanIT)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-280079772658971122.post-1838046748196388004</guid><pubDate>Thu, 06 Jul 2023 10:02:00 +0000</pubDate><atom:updated>2023-07-12T06:12:39.989-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Html</category><category domain="http://www.blogger.com/atom/ns#">tags</category><title>HTML5 Tags</title><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;table class=&quot;data&quot; style=&quot;border-collapse: collapse; border-spacing: 0px; color: #414141; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 15.64px; width: 762px;&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;th style=&quot;background: rgb(248, 248, 248); border: 1px solid rgb(220, 227, 235); color: black; font-size: 15px; padding: 8px 7px; text-align: left; vertical-align: top; width: 130px;&quot;&gt;Tag&lt;/th&gt;&lt;th style=&quot;background: rgb(248, 248, 248); border: 1px solid rgb(220, 227, 235); color: black; font-size: 15px; padding: 8px 7px; text-align: left; vertical-align: top;&quot;&gt;Description&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-a-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;a&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a hyperlink.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-abbr-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;abbr&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines an abbreviated form of a longer word or phrase.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a class=&quot;obsolete-tag&quot; href=&quot;https://www.tutorialrepublic.com/html-reference/html-acronym-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; opacity: 0.3; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;acronym&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;&lt;a class=&quot;obsolete&quot; href=&quot;https://www.tutorialrepublic.com/definitions.php#obsolete&quot; style=&quot;background: rgb(251, 139, 137); border-radius: 800px; box-shadow: rgb(254, 213, 211) 2px 2px 0px; box-sizing: border-box; color: white; display: inline-block; font-size: 12px; line-height: 20px; outline: none; padding: 0px 10px; text-decoration-line: none; text-shadow: rgba(146, 9, 5, 0.2) 0px 1px 0px;&quot; title=&quot;Not supported in HTML5&quot;&gt;Obsolete&lt;/a&gt;&amp;nbsp;Defines an acronym. Use&amp;nbsp;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-abbr-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: none rgb(241, 241, 241); border-radius: 4px; color: #333333; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 2px 4px;&quot;&gt;&amp;lt;abbr&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;instead.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-address-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;address&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Specifies the author&#39;s contact information.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a class=&quot;obsolete-tag&quot; href=&quot;https://www.tutorialrepublic.com/html-reference/html-applet-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; opacity: 0.3; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;applet&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;&lt;a class=&quot;obsolete&quot; href=&quot;https://www.tutorialrepublic.com/definitions.php#obsolete&quot; style=&quot;background: rgb(251, 139, 137); border-radius: 800px; box-shadow: rgb(254, 213, 211) 2px 2px 0px; box-sizing: border-box; color: white; display: inline-block; font-size: 12px; line-height: 20px; outline: none; padding: 0px 10px; text-decoration-line: none; text-shadow: rgba(146, 9, 5, 0.2) 0px 1px 0px;&quot; title=&quot;Not supported in HTML5&quot;&gt;Obsolete&lt;/a&gt;&amp;nbsp;Embeds a Java applet (mini Java applications) on the page. Use&amp;nbsp;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-object-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: none rgb(241, 241, 241); border-radius: 4px; color: #333333; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 2px 4px;&quot;&gt;&amp;lt;object&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;instead.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-area-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;area&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a specific area within an image map.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-article-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;article&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines an article.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-aside-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;aside&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines some content loosely related to the page content.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-audio-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;audio&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Embeds a sound, or an audio stream in an HTML document.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-b-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;b&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Displays text in a bold style.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-base-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;base&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines the base URL for all relative URLs in a document.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a class=&quot;obsolete-tag&quot; href=&quot;https://www.tutorialrepublic.com/html-reference/html-basefont-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; opacity: 0.3; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;basefont&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;&lt;a class=&quot;obsolete&quot; href=&quot;https://www.tutorialrepublic.com/definitions.php#obsolete&quot; style=&quot;background: rgb(251, 139, 137); border-radius: 800px; box-shadow: rgb(254, 213, 211) 2px 2px 0px; box-sizing: border-box; color: white; display: inline-block; font-size: 12px; line-height: 20px; outline: none; padding: 0px 10px; text-decoration-line: none; text-shadow: rgba(146, 9, 5, 0.2) 0px 1px 0px;&quot; title=&quot;Not supported in HTML5&quot;&gt;Obsolete&lt;/a&gt;&amp;nbsp;Specifies the base font for a page. Use CSS instead.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-bdi-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;bdi&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Represents text that is isolated from its surrounding for the purposes of bidirectional text formatting.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-bdo-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;bdo&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Overrides the current text direction.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a class=&quot;obsolete-tag&quot; href=&quot;https://www.tutorialrepublic.com/html-reference/html-big-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; opacity: 0.3; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;big&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;&lt;a class=&quot;obsolete&quot; href=&quot;https://www.tutorialrepublic.com/definitions.php#obsolete&quot; style=&quot;background: rgb(251, 139, 137); border-radius: 800px; box-shadow: rgb(254, 213, 211) 2px 2px 0px; box-sizing: border-box; color: white; display: inline-block; font-size: 12px; line-height: 20px; outline: none; padding: 0px 10px; text-decoration-line: none; text-shadow: rgba(146, 9, 5, 0.2) 0px 1px 0px;&quot; title=&quot;Not supported in HTML5&quot;&gt;Obsolete&lt;/a&gt;&amp;nbsp;Displays text in a large size. Use CSS instead.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-blockquote-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;blockquote&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Represents a section that is quoted from another source.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-body-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;body&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines the document&#39;s body.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-br-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;br&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Produces a single line break.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-button-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;button&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Creates a clickable button.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-canvas-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;canvas&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a region in the document, which can be used to draw graphics on the fly via scripting (usually JavaScript).&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-caption-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;caption&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines the caption or title of the table.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a class=&quot;obsolete-tag&quot; href=&quot;https://www.tutorialrepublic.com/html-reference/html-center-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; opacity: 0.3; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;center&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;&lt;a class=&quot;obsolete&quot; href=&quot;https://www.tutorialrepublic.com/definitions.php#obsolete&quot; style=&quot;background: rgb(251, 139, 137); border-radius: 800px; box-shadow: rgb(254, 213, 211) 2px 2px 0px; box-sizing: border-box; color: white; display: inline-block; font-size: 12px; line-height: 20px; outline: none; padding: 0px 10px; text-decoration-line: none; text-shadow: rgba(146, 9, 5, 0.2) 0px 1px 0px;&quot; title=&quot;Not supported in HTML5&quot;&gt;Obsolete&lt;/a&gt;&amp;nbsp;Align contents in the center. Use CSS instead.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-cite-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;cite&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Indicates a citation or reference to another source.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-code-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;code&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Specifies text as computer code.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-col-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;col&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines attribute values for one or more columns in a table.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-colgroup-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;colgroup&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Specifies attributes for multiple columns in a table.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-data-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;data&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Links a piece of content with a machine-readable translation.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-datalist-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;datalist&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Represents a set of pre-defined options for an&amp;nbsp;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-input-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: none rgb(241, 241, 241); border-radius: 4px; color: #333333; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 2px 4px;&quot;&gt;&amp;lt;input&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;element.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-dd-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;dd&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Specifies a description, or value for the term (&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-dt-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: none rgb(241, 241, 241); border-radius: 4px; color: #333333; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 2px 4px;&quot;&gt;&amp;lt;dt&amp;gt;&lt;/code&gt;&lt;/a&gt;) in a description list (&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-dl-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: none rgb(241, 241, 241); border-radius: 4px; color: #333333; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 2px 4px;&quot;&gt;&amp;lt;dl&amp;gt;&lt;/code&gt;&lt;/a&gt;).&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-del-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;del&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Represents text that has been deleted from the document.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-details-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;details&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Represents a widget from which the user can obtain additional information or controls on-demand.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-dfn-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;dfn&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Specifies a definition.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-dialog-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;dialog&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a dialog box or subwindow.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a class=&quot;obsolete-tag&quot; href=&quot;https://www.tutorialrepublic.com/html-reference/html-dir-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; opacity: 0.3; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;dir&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;&lt;a class=&quot;obsolete&quot; href=&quot;https://www.tutorialrepublic.com/definitions.php#obsolete&quot; style=&quot;background: rgb(251, 139, 137); border-radius: 800px; box-shadow: rgb(254, 213, 211) 2px 2px 0px; box-sizing: border-box; color: white; display: inline-block; font-size: 12px; line-height: 20px; outline: none; padding: 0px 10px; text-decoration-line: none; text-shadow: rgba(146, 9, 5, 0.2) 0px 1px 0px;&quot; title=&quot;Not supported in HTML5&quot;&gt;Obsolete&lt;/a&gt;&amp;nbsp;Defines a directory list. Use&amp;nbsp;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-ul-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: none rgb(241, 241, 241); border-radius: 4px; color: #333333; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 2px 4px;&quot;&gt;&amp;lt;ul&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;instead.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-div-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;div&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Specifies a division or a section in a document.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-dl-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;dl&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a description list.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-dt-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;dt&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a term (an item) in a description list.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-em-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;em&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines emphasized text.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-embed-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;embed&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Embeds external application, typically multimedia content like audio or video into an HTML document.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-fieldset-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;fieldset&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Specifies a set of related form fields.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-figcaption-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;figcaption&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a caption or legend for a figure.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-figure-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;figure&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Represents a figure illustrated as part of the document.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a class=&quot;obsolete-tag&quot; href=&quot;https://www.tutorialrepublic.com/html-reference/html-font-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; opacity: 0.3; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;font&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;&lt;a class=&quot;obsolete&quot; href=&quot;https://www.tutorialrepublic.com/definitions.php#obsolete&quot; style=&quot;background: rgb(251, 139, 137); border-radius: 800px; box-shadow: rgb(254, 213, 211) 2px 2px 0px; box-sizing: border-box; color: white; display: inline-block; font-size: 12px; line-height: 20px; outline: none; padding: 0px 10px; text-decoration-line: none; text-shadow: rgba(146, 9, 5, 0.2) 0px 1px 0px;&quot; title=&quot;Not supported in HTML5&quot;&gt;Obsolete&lt;/a&gt;&amp;nbsp;Defines font, color, and size for text. Use CSS instead.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-footer-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;footer&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Represents the footer of a document or a section.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-form-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;form&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines an HTML form for user input.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a class=&quot;obsolete-tag&quot; href=&quot;https://www.tutorialrepublic.com/html-reference/html-frame-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; opacity: 0.3; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;frame&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;&lt;a class=&quot;obsolete&quot; href=&quot;https://www.tutorialrepublic.com/definitions.php#obsolete&quot; style=&quot;background: rgb(251, 139, 137); border-radius: 800px; box-shadow: rgb(254, 213, 211) 2px 2px 0px; box-sizing: border-box; color: white; display: inline-block; font-size: 12px; line-height: 20px; outline: none; padding: 0px 10px; text-decoration-line: none; text-shadow: rgba(146, 9, 5, 0.2) 0px 1px 0px;&quot; title=&quot;Not supported in HTML5&quot;&gt;Obsolete&lt;/a&gt;&amp;nbsp;Defines a single frame within a frameset.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a class=&quot;obsolete-tag&quot; href=&quot;https://www.tutorialrepublic.com/html-reference/html-frameset-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; opacity: 0.3; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;frameset&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;&lt;a class=&quot;obsolete&quot; href=&quot;https://www.tutorialrepublic.com/definitions.php#obsolete&quot; style=&quot;background: rgb(251, 139, 137); border-radius: 800px; box-shadow: rgb(254, 213, 211) 2px 2px 0px; box-sizing: border-box; color: white; display: inline-block; font-size: 12px; line-height: 20px; outline: none; padding: 0px 10px; text-decoration-line: none; text-shadow: rgba(146, 9, 5, 0.2) 0px 1px 0px;&quot; title=&quot;Not supported in HTML5&quot;&gt;Obsolete&lt;/a&gt;&amp;nbsp;Defines a collection of frames or other frameset.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-head-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;head&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines the head portion of the document that contains information about the document such as title.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-header-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;header&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Represents the header of a document or a section.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-hgroup-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;hgroup&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a group of headings.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-headings-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;h1&amp;gt; to &amp;lt;h6&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines HTML headings.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-hr-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;hr&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Produce a horizontal line.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-html-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;html&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines the root of an HTML document.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-i-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;i&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Displays text in an italic style.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-iframe-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;iframe&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Displays a URL in an inline frame.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-img-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;img&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Represents an image.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-input-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;input&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines an input control.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-ins-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;ins&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a block of text that has been inserted into a document.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-kbd-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;kbd&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Specifies text as keyboard input.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-keygen-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;keygen&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Represents a control for generating a public-private key pair.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-label-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;label&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a label for an&amp;nbsp;&lt;code style=&quot;background-color: #f1f1f1; border-radius: 4px; color: #333333; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 2px 4px;&quot;&gt;&amp;lt;input&amp;gt;&lt;/code&gt;&amp;nbsp;control.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-legend-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;legend&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a caption for a&amp;nbsp;&lt;code style=&quot;background-color: #f1f1f1; border-radius: 4px; color: #333333; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 2px 4px;&quot;&gt;&amp;lt;fieldset&amp;gt;&lt;/code&gt;&amp;nbsp;element.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-li-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;li&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a list item.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-link-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;link&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines the relationship between the current document and an external resource.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-main-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;main&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Represents the main or dominant content of the document.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-map-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;map&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a client-side image-map.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-mark-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;mark&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Represents text highlighted for reference purposes.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-menu-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;menu&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Represents a list of commands.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-menuitem-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;menuitem&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a list (or menuitem) of commands that a user can perform.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-meta-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;meta&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Provides structured metadata about the document content.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-meter-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;meter&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Represents a scalar measurement within a known range.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-nav-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;nav&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a section of navigation links.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a class=&quot;obsolete-tag&quot; href=&quot;https://www.tutorialrepublic.com/html-reference/html-noframes-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; opacity: 0.3; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;noframes&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;&lt;a class=&quot;obsolete&quot; href=&quot;https://www.tutorialrepublic.com/definitions.php#obsolete&quot; style=&quot;background: rgb(251, 139, 137); border-radius: 800px; box-shadow: rgb(254, 213, 211) 2px 2px 0px; box-sizing: border-box; color: white; display: inline-block; font-size: 12px; line-height: 20px; outline: none; padding: 0px 10px; text-decoration-line: none; text-shadow: rgba(146, 9, 5, 0.2) 0px 1px 0px;&quot; title=&quot;Not supported in HTML5&quot;&gt;Obsolete&lt;/a&gt;&amp;nbsp;Defines an alternate content that displays in browsers that do not support frames.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-noscript-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;noscript&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines alternative content to display when the browser doesn&#39;t support scripting.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-object-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;object&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines an embedded object.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-ol-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;ol&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines an ordered list.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-optgroup-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;optgroup&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a group of related options in a selection list.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-option-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;option&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines an option in a selection list.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-output-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;output&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Represents the result of a calculation.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-p-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;p&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a paragraph.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-param-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;param&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a parameter for an object or applet element.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-picture-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;picture&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a container for multiple image sources.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-pre-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;pre&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a block of preformatted text.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-progress-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;progress&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Represents the completion progress of a task.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-q-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;q&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a short inline quotation.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-rp-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;rp&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Provides fall-back parenthesis for browsers that that don&#39;t support ruby annotations.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-rt-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;rt&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines the pronunciation of character presented in a ruby annotations.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-ruby-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;ruby&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Represents a ruby annotation.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-s-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;s&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Represents contents that are no longer accurate or no longer relevant.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-samp-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;samp&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Specifies text as sample output from a computer program.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-script-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;script&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Places script in the document for client-side processing.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-section-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;section&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a section of a document, such as header, footer etc.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-select-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;select&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a selection list within a form.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-small-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;small&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Displays text in a smaller size.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-source-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;source&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines alternative media resources for the media elements like&amp;nbsp;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-audio-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: none rgb(241, 241, 241); border-radius: 4px; color: #333333; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 2px 4px;&quot;&gt;&amp;lt;audio&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;or&amp;nbsp;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-video-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: none rgb(241, 241, 241); border-radius: 4px; color: #333333; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 2px 4px;&quot;&gt;&amp;lt;video&amp;gt;&lt;/code&gt;&lt;/a&gt;.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-span-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;span&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines an inline styleless section in a document.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a class=&quot;obsolete-tag&quot; href=&quot;https://www.tutorialrepublic.com/html-reference/html-strike-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; opacity: 0.3; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;strike&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;&lt;a class=&quot;obsolete&quot; href=&quot;https://www.tutorialrepublic.com/definitions.php#obsolete&quot; style=&quot;background: rgb(251, 139, 137); border-radius: 800px; box-shadow: rgb(254, 213, 211) 2px 2px 0px; box-sizing: border-box; color: white; display: inline-block; font-size: 12px; line-height: 20px; outline: none; padding: 0px 10px; text-decoration-line: none; text-shadow: rgba(146, 9, 5, 0.2) 0px 1px 0px;&quot; title=&quot;Not supported in HTML5&quot;&gt;Obsolete&lt;/a&gt;&amp;nbsp;Displays text in strikethrough style.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-strong-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;strong&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Indicate strongly emphasized text.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-style-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;style&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Inserts style information (commonly CSS) into the head of a document.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-sub-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;sub&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines subscripted text.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-summary-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;summary&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a summary for the&amp;nbsp;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-details-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: none rgb(241, 241, 241); border-radius: 4px; color: #333333; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 2px 4px;&quot;&gt;&amp;lt;details&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;element.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-sup-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;sup&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines superscripted text.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-svg-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;svg&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Embed SVG (Scalable Vector Graphics) content in an HTML document.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-table-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;table&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a data table.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-tbody-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;tbody&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Groups a set of rows defining the main body of the table data.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-td-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;td&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a cell in a table.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-template-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;template&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines the fragments of HTML that should be hidden when the page is loaded, but can be cloned and inserted in the document by JavaScript.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-textarea-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;textarea&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a multi-line text input control (text area).&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-tfoot-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;tfoot&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Groups a set of rows summarizing the columns of the table.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-th-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;th&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a header cell in a table.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-thead-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;thead&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Groups a set of rows that describes the column labels of a table.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-time-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;time&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Represents a time and/or date.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-title-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;title&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a title for the document.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-tr-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;tr&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a row of cells in a table.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-track-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;track&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines text tracks for the media elements like&amp;nbsp;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-audio-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: none rgb(241, 241, 241); border-radius: 4px; color: #333333; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 2px 4px;&quot;&gt;&amp;lt;audio&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;or&amp;nbsp;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-video-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: none rgb(241, 241, 241); border-radius: 4px; color: #333333; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 2px 4px;&quot;&gt;&amp;lt;video&amp;gt;&lt;/code&gt;&lt;/a&gt;.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a class=&quot;obsolete-tag&quot; href=&quot;https://www.tutorialrepublic.com/html-reference/html-tt-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; opacity: 0.3; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;tt&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;&lt;a class=&quot;obsolete&quot; href=&quot;https://www.tutorialrepublic.com/definitions.php#obsolete&quot; style=&quot;background: rgb(251, 139, 137); border-radius: 800px; box-shadow: rgb(254, 213, 211) 2px 2px 0px; box-sizing: border-box; color: white; display: inline-block; font-size: 12px; line-height: 20px; outline: none; padding: 0px 10px; text-decoration-line: none; text-shadow: rgba(146, 9, 5, 0.2) 0px 1px 0px;&quot; title=&quot;Not supported in HTML5&quot;&gt;Obsolete&lt;/a&gt;&amp;nbsp;Displays text in a teletype style.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-u-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;u&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Displays text with an underline.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-ul-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;ul&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines an unordered list.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html-var-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;var&amp;gt;&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Defines a variable.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-video-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;video&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Embeds video content in an HTML document.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top; width: 130px;&quot;&gt;&lt;a href=&quot;https://www.tutorialrepublic.com/html-reference/html5-wbr-tag.php&quot; style=&quot;box-sizing: border-box; color: #1db79f; outline: none; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;code style=&quot;background: transparent; color: black; font-family: Consolas, Monaco, Courier, monospace; font-size: 16px; padding: 0px;&quot;&gt;&amp;lt;wbr&amp;gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;html5-badge&quot; style=&quot;background: url(&amp;quot;/lib/images/html5-icon.png&amp;quot;) no-repeat; box-sizing: border-box; display: inline-block; height: 16px; margin-left: -2px; position: relative; top: 3px; width: 16px;&quot; title=&quot;New in HTML5&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;background: rgb(255, 255, 255); border: 1px solid rgb(220, 227, 235); color: #484848; padding: 5px 7px; vertical-align: top;&quot;&gt;Represents a line break opportunity.&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</description><link>https://ranitsarker.blogspot.com/2023/07/html5-tags.html</link><author>noreply@blogger.com (RanIT)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-280079772658971122.post-3324397852588032619</guid><pubDate>Thu, 06 Jul 2023 07:06:00 +0000</pubDate><atom:updated>2023-07-12T06:13:01.260-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Html</category><category domain="http://www.blogger.com/atom/ns#">Semantic Elements</category><title>Semantic Elements in HTML</title><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;ul style=&quot;background-color: white; box-sizing: inherit; font-family: Verdana, sans-serif; font-size: 15px;&quot;&gt;&lt;li style=&quot;box-sizing: inherit;&quot;&gt;&amp;lt;article&amp;gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: inherit;&quot;&gt;&amp;lt;aside&amp;gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: inherit;&quot;&gt;&amp;lt;details&amp;gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: inherit;&quot;&gt;&amp;lt;figcaption&amp;gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: inherit;&quot;&gt;&amp;lt;figure&amp;gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: inherit;&quot;&gt;&amp;lt;footer&amp;gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: inherit;&quot;&gt;&amp;lt;header&amp;gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: inherit;&quot;&gt;&amp;lt;main&amp;gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: inherit;&quot;&gt;&amp;lt;mark&amp;gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: inherit;&quot;&gt;&amp;lt;nav&amp;gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: inherit;&quot;&gt;&amp;lt;section&amp;gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: inherit;&quot;&gt;&amp;lt;summary&amp;gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: inherit;&quot;&gt;&amp;lt;time&amp;gt;&lt;/li&gt;&lt;/ul&gt;</description><link>https://ranitsarker.blogspot.com/2023/07/semantic-elements-in-html.html</link><author>noreply@blogger.com (RanIT)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-280079772658971122.post-5610624616131053070</guid><pubDate>Thu, 06 Jul 2023 05:55:00 +0000</pubDate><atom:updated>2023-07-12T06:13:14.444-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">git</category><category domain="http://www.blogger.com/atom/ns#">github</category><title>Git and GitHub</title><description>&lt;p&gt;&amp;nbsp;VCS: version control system.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Git is a concept and GitHub is a website that provides that git concept.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEigpeSSbYFC0ZIS1LiH8T9qEPeT0gj95Q8dTCmleshaJE5yULYYjqB4JnwsJ1K5IxJkI4a7XUlq3LEGqPvf9eXkQdVEy-fMKeblyaUCn7SF19-4b_A0oHMHkajBWZKQEwKfpSa8RxT2R3Es7yuZnwnJyWVgvfxI7fTeOLU5X1Sn7CxuGCP-BerfWC17fbE&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;&quot; data-original-height=&quot;222&quot; data-original-width=&quot;636&quot; height=&quot;219&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEigpeSSbYFC0ZIS1LiH8T9qEPeT0gj95Q8dTCmleshaJE5yULYYjqB4JnwsJ1K5IxJkI4a7XUlq3LEGqPvf9eXkQdVEy-fMKeblyaUCn7SF19-4b_A0oHMHkajBWZKQEwKfpSa8RxT2R3Es7yuZnwnJyWVgvfxI7fTeOLU5X1Sn7CxuGCP-BerfWC17fbE=w626-h219&quot; width=&quot;626&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;git init&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;git add .&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;git commit -m&quot;first commit&quot;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;git branch -M main&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;git remote add origin https://github.com/ranitsarker/portfolio1.git&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;git push -u origin main&lt;/span&gt;&lt;/div&gt;&lt;p&gt;&lt;b&gt;when we will update the code we will use 3 lines&lt;/b&gt;&lt;/p&gt;&lt;p&gt;1. git add .&lt;/p&gt;&lt;p&gt;2. git commit -m &quot;here one meaning full name&quot;&lt;/p&gt;&lt;p&gt;3. git push&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;If you want to contribute to another project&lt;/b&gt;&lt;/p&gt;&lt;p&gt;1st make it a fork&amp;nbsp;&lt;/p&gt;&lt;p&gt;2nd &quot;git clone&quot;&lt;/p&gt;&lt;p&gt;3rd always have to make a new branch so &quot;git branch&quot; will check on which branch you exit now.&lt;/p&gt;&lt;p&gt;&quot;git checkout main&quot; will help to back you from anywhere to the main branch.&lt;/p&gt;&lt;p&gt;&quot;git checkout -b add-games&quot; means a new branch created. here b mane new branch and &quot;add-games&quot; means brand name.&lt;/p&gt;&lt;p&gt;now for the update code:&lt;/p&gt;&lt;p&gt;1. git add .&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;2. git commit -m &quot;here one meaning full name&quot;&lt;/p&gt;&lt;p&gt;3. git push that will not work that time. That time&amp;nbsp;&lt;/p&gt;&lt;p&gt;&quot;git push --set-upstream origin add-games&quot;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description><link>https://ranitsarker.blogspot.com/2023/07/git-and-github.html</link><author>noreply@blogger.com (RanIT)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEigpeSSbYFC0ZIS1LiH8T9qEPeT0gj95Q8dTCmleshaJE5yULYYjqB4JnwsJ1K5IxJkI4a7XUlq3LEGqPvf9eXkQdVEy-fMKeblyaUCn7SF19-4b_A0oHMHkajBWZKQEwKfpSa8RxT2R3Es7yuZnwnJyWVgvfxI7fTeOLU5X1Sn7CxuGCP-BerfWC17fbE=s72-w626-h219-c" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-280079772658971122.post-4806927551898484191</guid><pubDate>Tue, 02 May 2023 02:59:00 +0000</pubDate><atom:updated>2023-05-01T20:04:10.326-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Full stack</category><category domain="http://www.blogger.com/atom/ns#">Web development</category><title>Web development full stack</title><description>&lt;p&gt;&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;6 ways:&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;way 1: PHP (WordPress Based),&amp;nbsp; jQuery = WordPress Developer.&lt;/p&gt;&lt;p&gt;way 2: PHP-&amp;gt; Laravel, Vue&amp;nbsp; = Web developer.&lt;/p&gt;&lt;p&gt;way 3: MongoDB, react, node js -&amp;gt; Express js = Web developer.&lt;/p&gt;&lt;p&gt;way 4: MongoDB, angular js, node js -&amp;gt; Express js = Web developer&lt;/p&gt;&lt;p&gt;way 5: Ruby&amp;nbsp; -&amp;gt; Ruby on Rails =&amp;nbsp; Web developer&lt;/p&gt;&lt;p&gt;way 6: Python -&amp;gt; django =&amp;nbsp;cross-platform apps developer&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Frontend&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;HTML&lt;/p&gt;&lt;p&gt;CSS-&amp;gt; Bootstrap,&amp;nbsp;Tailwind CSS,&amp;nbsp;Foundation,&amp;nbsp;Bulma&lt;/p&gt;&lt;p&gt;JavaScript -&amp;gt; react, Vue.js, Angular,&amp;nbsp;jQuery&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Backend&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;PHP -&amp;gt;&amp;nbsp;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Laravel (Framework)&lt;/p&gt;&lt;p&gt;Slim (Micro-framework)&lt;/p&gt;&lt;p&gt;Symfony Routing Component (Flexible and powerful routing system.)&lt;/p&gt;&lt;p&gt;Aura.Router (Lightweight and flexible routing library)&lt;/p&gt;&lt;p&gt;===&lt;/p&gt;&lt;p&gt;&lt;b&gt;Python-&amp;gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Django (Framework)&lt;/p&gt;&lt;p&gt;Flask (Lightweight framework)&lt;/p&gt;&lt;p&gt;Pyramid (Flexible and scalable framework)&lt;/p&gt;&lt;p&gt;Bottle (Minimalist framework)&lt;/p&gt;&lt;p&gt;===&lt;/p&gt;&lt;p&gt;&lt;b&gt;Node.js -&amp;gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Express (Framework)&lt;/p&gt;&lt;p&gt;Koa (Lightweight framework)&lt;/p&gt;&lt;p&gt;Hapi (Framework)&lt;/p&gt;&lt;p&gt;Restify (Framework)&lt;/p&gt;&lt;p&gt;===&lt;/p&gt;&lt;p&gt;&lt;b&gt;Ruby -&amp;gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Ruby on Rails (Framework)&lt;/p&gt;&lt;p&gt;Sinatra (Lightweight framework)&lt;/p&gt;&lt;p&gt;Hanami (Modern framework)&lt;/p&gt;&lt;p&gt;Ramaze (Lightweight and modular framework)&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;WordPress developer:&amp;nbsp;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;HTML, CSS, and JavaScript: Learn the basics of web development including HTML, CSS, and JavaScript. These are the foundational technologies used to build websites and web applications, including WordPress sites.&lt;/p&gt;&lt;p&gt;&lt;b&gt;PHP:&lt;/b&gt; PHP is the server-side programming language used by WordPress. Learn the basics of PHP and object-oriented programming concepts to build custom themes and plugins for WordPress.&lt;/p&gt;&lt;p&gt;&lt;b&gt;WordPress Core:&lt;/b&gt; Familiarize yourself with the WordPress core codebase, including how it works and how to contribute to the open-source project. This will help you better understand the inner workings of WordPress and how to create custom functionality.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Theme and Plugin Development:&lt;/b&gt; Learn how to build custom WordPress themes and plugins using PHP, HTML, CSS, and JavaScript. This includes understanding the WordPress template hierarchy, hooks, actions, and filters.&lt;/p&gt;&lt;p&gt;&lt;b&gt;WordPress APIs:&lt;/b&gt; Explore WordPress APIs, such as the REST API and the Plugin API, to extend the functionality of WordPress and build custom applications that interact with WordPress.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Advanced Concepts&lt;/b&gt;: Dive deeper into advanced WordPress concepts such as custom post types, custom taxonomies, and custom fields to create complex and dynamic WordPress sites.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Performance Optimization and Security:&lt;/b&gt; Learn how to optimize the performance of WordPress sites, including techniques for caching, minification, and database optimization. Also, understand how to secure WordPress sites from hacking attempts and implement best practices for security.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Deployment and DevOps:&lt;/b&gt; Learn how to deploy WordPress sites to web servers, implement version control using tools like Git, and automate the deployment process using tools like Jenkins or Travis CI.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Community and Networking:&lt;/b&gt; Join the WordPress community, attend WordPress events, and network with other WordPress developers to learn from their experiences and collaborate on projects.&lt;/p&gt;&lt;p&gt;By following this learning path, you can become an advanced WordPress developer and build high-quality, professional WordPress sites and applications. However, it&#39;s important to note that there is always more to learn, and the WordPress ecosystem is constantly evolving, so staying up to date with the latest developments and best practices is key.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description><link>https://ranitsarker.blogspot.com/2023/05/web-development-full-stack.html</link><author>noreply@blogger.com (RanIT)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-280079772658971122.post-2818829635966473277</guid><pubDate>Sun, 09 Aug 2020 08:08:00 +0000</pubDate><atom:updated>2020-08-09T01:48:31.972-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Pmpro</category><title>How to add custom role in paid memberhsip pro specific level </title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;1) have to install&amp;nbsp;https://www.paidmembershipspro.com/downloads/pmpro-customizations.zip&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;2) add that code&amp;nbsp;&lt;/div&gt;
&lt;pre&gt;/*
	This code assumes you already have custom roles created
	for bronzemember, silvermember, and goldmember.
	Members signing up for membership level #1 get &quot;Bronze Member&quot; role.
	Members signing up for membership level #2 get &quot;Silver Member&quot; role.
	Members signing up for membership level #3 get &quot;Gold Member&quot; role.
	Members cancelling are given the subscriber role.
	Admin users are ignored.
*/
function my_pmpro_after_change_membership_level($level_id, $user_id)
{
	//get user object
	$wp_user_object = new WP_User($user_id);
  
	//ignore admins
	if(in_array(&quot;administrator&quot;, $wp_user_object-&amp;gt;roles))
		return;

	if($level_id == 2)
	{
		//New member of level #2. Give them Silver Member role.
		$wp_user_object-&amp;gt;set_role(&#39;stm_lms_instructor&#39;);
	}
	elseif($level_id == 0)
	{
		//Cancelling. Give them Subscriber role.
		$wp_user_object-&amp;gt;set_role(&#39;subscriber&#39;);
	}
}
add_action(&quot;pmpro_after_change_membership_level&quot;, &quot;my_pmpro_after_change_membership_level&quot;, 10, 2);
&lt;/pre&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
  &lt;br /&gt;
That code has to add in pmpro-change-role-custom-roles.php&lt;br /&gt;
When you will add that code you have to know which level ID will get which role user. &lt;br /&gt;
To pick up your website all roles without admin install &lt;a href=&quot;https://wordpress.org/plugins/user-role-editor/&quot;&gt;user role editor&lt;/a&gt; plugin and then you have to go to users &amp;gt; users role editor and the select role and know what is role name and ID.&amp;nbsp;&lt;/div&gt;&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;That role ID will go in that code ID parameter.&amp;nbsp;&lt;/div&gt;&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;In my case, that role ID was: stm_lms_instructor.&amp;nbsp;&lt;/div&gt;&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;Let me know if anything else.&amp;nbsp;&lt;/div&gt;&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;Thank you.
&lt;/div&gt;

</description><link>https://ranitsarker.blogspot.com/2020/06/blog-post.html</link><author>noreply@blogger.com (RanIT)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-280079772658971122.post-3282752568077573322</guid><pubDate>Sat, 06 Jul 2019 05:23:00 +0000</pubDate><atom:updated>2019-07-05T22:50:54.433-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">free ssl</category><category domain="http://www.blogger.com/atom/ns#">godaddy</category><category domain="http://www.blogger.com/atom/ns#">letsencrypt</category><category domain="http://www.blogger.com/atom/ns#">ssl</category><category domain="http://www.blogger.com/atom/ns#">ssl certification</category><title>How to add free SSL certification at Godaddy</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Hello,&lt;br /&gt;
&lt;br /&gt;
Without change nameserver address at Godaddy hosting we can add free SSL. We know that&amp;nbsp;cloudflare.com give free SSL and we can add that SSL certification in your website but then we have to change domain nameserver to Cloudflare. But many clients are not want to change that nameserver.&lt;br /&gt;
&lt;br /&gt;
So that information is:&lt;br /&gt;
&lt;b&gt;WITHOUT CHANGING NAMESERVER OF DOMAIN - FREE SSL WILL ADD.&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
We will add free SSL with&amp;nbsp;letsencrypt.org now. Follow these steps:&lt;br /&gt;
&lt;br /&gt;
Step 1: Go to&amp;nbsp;&lt;a href=&quot;https://zerossl.com/&quot;&gt;https://zerossl.com&lt;/a&gt;&amp;nbsp;and go to free SSL certification wizard section and click on start.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg9WVlJB34_kTSTyxZxSz6Mr-0Q87OuOEJHgYbA7OmwwdSmZK9TKYqT0RNXfxYyILbz8KJ8EF5qvUql7xNZhi9AmBpud_CojI67n1ZmqmJvaX2n6-aIJZmFUR9MMu25BPtW6f7-nX1092c/s1600/1.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;369&quot; data-original-width=&quot;1309&quot; height=&quot;179&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg9WVlJB34_kTSTyxZxSz6Mr-0Q87OuOEJHgYbA7OmwwdSmZK9TKYqT0RNXfxYyILbz8KJ8EF5qvUql7xNZhi9AmBpud_CojI67n1ZmqmJvaX2n6-aIJZmFUR9MMu25BPtW6f7-nX1092c/s640/1.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Step 2: SEE&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhLIwSUu8MrGch6DQV98crQoY20rwj5Z9EFZLHLvYjWYSH9NTEz5yEusVMmuVnKGUOG_wx1CvwK-zJpMwkwcLo6FEdvfE7W_cu0h3jWcQjDnknXhtoZqScTTS379dqLIEoqaRcZGze7c4c/s1600/2.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;638&quot; data-original-width=&quot;1359&quot; height=&quot;300&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhLIwSUu8MrGch6DQV98crQoY20rwj5Z9EFZLHLvYjWYSH9NTEz5yEusVMmuVnKGUOG_wx1CvwK-zJpMwkwcLo6FEdvfE7W_cu0h3jWcQjDnknXhtoZqScTTS379dqLIEoqaRcZGze7c4c/s640/2.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Step 3: SEE and click on next button&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_XXHpNZGxckhA1w5gZKmQwMRVZaZMh_kJIM27NAM3rwRJCHD5vXH9kSmVgBDXPoYmU-AWKSAiuaPvaLfuN58ywkM7TIIxneF8n6oFK3MLxBIh9bLmnAzB49YjPajDc9jFYVNlECDSztk/s1600/3.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;613&quot; data-original-width=&quot;1357&quot; height=&quot;288&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_XXHpNZGxckhA1w5gZKmQwMRVZaZMh_kJIM27NAM3rwRJCHD5vXH9kSmVgBDXPoYmU-AWKSAiuaPvaLfuN58ywkM7TIIxneF8n6oFK3MLxBIh9bLmnAzB49YjPajDc9jFYVNlECDSztk/s640/3.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Step 4: SEE&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-OM6zS-2MBHpGsNzyr9P0VZfz19WWLDi294JH2pX24NOy3Euf1ZcK5qOms4psL5mJ6E8Ko_2qoJjzUHppo_hpe5sacMcO03u223NLGBEbZ4dt5oMRyLd3BcHkE67O1o71uJLbzVHS4MM/s1600/4.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;556&quot; data-original-width=&quot;1337&quot; height=&quot;266&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-OM6zS-2MBHpGsNzyr9P0VZfz19WWLDi294JH2pX24NOy3Euf1ZcK5qOms4psL5mJ6E8Ko_2qoJjzUHppo_hpe5sacMcO03u223NLGBEbZ4dt5oMRyLd3BcHkE67O1o71uJLbzVHS4MM/s640/4.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Step 5: SEE&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1eak0X9AOiwRdJ8bzQF9rjyRd4GokWoUuU6NklAjerSXM_i445xKV3f_8ertssRoCQu6ke-r-cwqQJAYJgcvtgMW6GhLmxcSGL5eiIJMPg9nwrG3A2qQbzKDMGtyIZzsqNYvaG9mUXcY/s1600/5.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;565&quot; data-original-width=&quot;1306&quot; height=&quot;276&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1eak0X9AOiwRdJ8bzQF9rjyRd4GokWoUuU6NklAjerSXM_i445xKV3f_8ertssRoCQu6ke-r-cwqQJAYJgcvtgMW6GhLmxcSGL5eiIJMPg9nwrG3A2qQbzKDMGtyIZzsqNYvaG9mUXcY/s640/5.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Step 6: SEE&lt;br /&gt;
Go to Cpanel File manager and that domain pointer folder. In that folder create one folder. NAME: &lt;b&gt;.wellknown&lt;/b&gt; and in that .wellknown you will create another folder. NAME:&amp;nbsp;&lt;b&gt;acme-challenge.&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
In the acme-challenge folder, you will upload those verification 2 files. see and click the Verification next button.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbGk5MUD2D_H6djS5LnL46halUYeDM_a-SWTry8IHqr82gJ2OEsJSx8j-qvsfcl0uAN6dVOjP8H7zaftz-8YWafpuGTcaM7Rmmtq9_L12O11ncpincraqs2wS7BTSiODTA5l4Oc5X1Ass/s1600/8.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;529&quot; data-original-width=&quot;1194&quot; height=&quot;282&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbGk5MUD2D_H6djS5LnL46halUYeDM_a-SWTry8IHqr82gJ2OEsJSx8j-qvsfcl0uAN6dVOjP8H7zaftz-8YWafpuGTcaM7Rmmtq9_L12O11ncpincraqs2wS7BTSiODTA5l4Oc5X1Ass/s640/8.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Step 7: Go to Cpanel and click on SSL/TLS. SEE&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhXj3lDj_TfrY_hYRG87EJsbDaxMbYCE0fq6yZ4QMbvxp-muOkICBEqUHSlmuG-_Yfh8vETNe5mUY4OVTvTt-CObz3IsIXctD1DVT9X33gs20xmzBtHmoN5IMCy9nADf3tnJcuc2rjJlBI/s1600/Screenshot_1.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;640&quot; data-original-width=&quot;1359&quot; height=&quot;300&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhXj3lDj_TfrY_hYRG87EJsbDaxMbYCE0fq6yZ4QMbvxp-muOkICBEqUHSlmuG-_Yfh8vETNe5mUY4OVTvTt-CObz3IsIXctD1DVT9X33gs20xmzBtHmoN5IMCy9nADf3tnJcuc2rjJlBI/s640/Screenshot_1.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Step 8:&amp;nbsp; Click on install and manage SSL for your site (HTTPS).&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPGUttnkPQCHOctFkm9r3lrJShyphenhyphenNpi_AO98wK60C4vXZqjuNXjawXIeEzcHps42KAVtvL3U5UWP1DqGJh0nsWhDWVRBZMUuTfLaMYniRcDbSDlxik3E-zkkl0QYwarK-qHnt54uHwb43s/s1600/Screenshot_2.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;580&quot; data-original-width=&quot;1358&quot; height=&quot;272&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPGUttnkPQCHOctFkm9r3lrJShyphenhyphenNpi_AO98wK60C4vXZqjuNXjawXIeEzcHps42KAVtvL3U5UWP1DqGJh0nsWhDWVRBZMUuTfLaMYniRcDbSDlxik3E-zkkl0QYwarK-qHnt54uHwb43s/s640/Screenshot_2.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 9:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWc3r3iYuKN6VB_D6zlbIsdRCL5gqs-PQXw6YfzPshnR0kQbIO8Lp3rgKeQSmwCBAPPqqX6vEzphyphenhyphen1tsjGhokcih4p53nHmCTcuwbWOawdo2nAoZ7MXrAnMVm_roUOHzeWBQutRLW9FGE/s1600/Screenshot_3.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;577&quot; data-original-width=&quot;1359&quot; height=&quot;270&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWc3r3iYuKN6VB_D6zlbIsdRCL5gqs-PQXw6YfzPshnR0kQbIO8Lp3rgKeQSmwCBAPPqqX6vEzphyphenhyphen1tsjGhokcih4p53nHmCTcuwbWOawdo2nAoZ7MXrAnMVm_roUOHzeWBQutRLW9FGE/s640/Screenshot_3.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
Step 10:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEghJuj1G48vABBQ4kKjNxW3Jqbg7Qad2fbVbYn7wXneKDbC9PJL56Q2z4zIsA0EPsoqq5atVJG0wSGw9vK1CVv4Q1VQvr-Ray6P-UULPI2lATVebxXxwD1WQxNboJCOmTo541j2rgMq35g/s1600/Screenshot_4.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;574&quot; data-original-width=&quot;1350&quot; height=&quot;272&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEghJuj1G48vABBQ4kKjNxW3Jqbg7Qad2fbVbYn7wXneKDbC9PJL56Q2z4zIsA0EPsoqq5atVJG0wSGw9vK1CVv4Q1VQvr-Ray6P-UULPI2lATVebxXxwD1WQxNboJCOmTo541j2rgMq35g/s640/Screenshot_4.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEguVojpRsuPf2mxaRmaBDTbJGfCx61C2aYoVloxoEFXEarlJ6PEjKG56cjDUgxLQdZeTS8HyJbUDu4coE79nuAhK1vFLjtRqkd27rv_M0X5qGI9puWMa8XPCnMZlt9JbG-XTn0UKGK4lts/s1600/Screenshot_5.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;331&quot; data-original-width=&quot;1338&quot; height=&quot;158&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEguVojpRsuPf2mxaRmaBDTbJGfCx61C2aYoVloxoEFXEarlJ6PEjKG56cjDUgxLQdZeTS8HyJbUDu4coE79nuAhK1vFLjtRqkd27rv_M0X5qGI9puWMa8XPCnMZlt9JbG-XTn0UKGK4lts/s640/Screenshot_5.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgh_KBo2ZzXEh7cG-ZXiGKxxId2cpP8Nxm5C6pYGJdaAKF8pP7uj1RHwMNDtSqgJ1GWtxzrtWzsCMIvLiz1a6WC9Ywl9CMgaWz6ON6YNU5shiMIhy_gd7GEi6_kERR1kDznk6pfR4_UZqM/s1600/Screenshot_6.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;307&quot; data-original-width=&quot;1357&quot; height=&quot;144&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgh_KBo2ZzXEh7cG-ZXiGKxxId2cpP8Nxm5C6pYGJdaAKF8pP7uj1RHwMNDtSqgJ1GWtxzrtWzsCMIvLiz1a6WC9Ywl9CMgaWz6ON6YNU5shiMIhy_gd7GEi6_kERR1kDznk6pfR4_UZqM/s640/Screenshot_6.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Step 11: click on Intall Certificate button see&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCVl9DyaxApusfu5t-UcveKQOhGJ4zgjd5733Yjzw39nZmYAJcGy4hYcgxkYNSmbOI1jr1anxl-HEV2TC7-E6rCpnD7kWGCHUcOOiK4m71W584wIUjUUpp3jbfbTtAMiHKbYwZnQzndmU/s1600/Screenshot_7.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;495&quot; data-original-width=&quot;1321&quot; height=&quot;238&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCVl9DyaxApusfu5t-UcveKQOhGJ4zgjd5733Yjzw39nZmYAJcGy4hYcgxkYNSmbOI1jr1anxl-HEV2TC7-E6rCpnD7kWGCHUcOOiK4m71W584wIUjUUpp3jbfbTtAMiHKbYwZnQzndmU/s640/Screenshot_7.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Done.&lt;br /&gt;
&lt;br /&gt;
Step 12:&lt;br /&gt;
&lt;br /&gt;
To redirect from main domain to https://&lt;br /&gt;
you can create a file .htaccess at your domain pointer folder&lt;br /&gt;
and add those 3 lines codes:&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #0d0d0d; font-family: Roboto, Arial, sans-serif; font-size: 14px; white-space: pre-wrap;&quot;&gt;RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #0d0d0d; font-family: Roboto, Arial, sans-serif; font-size: 14px; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #0d0d0d; font-family: Roboto, Arial, sans-serif; font-size: 14px; white-space: pre-wrap;&quot;&gt;SEE&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #0d0d0d; font-family: Roboto, Arial, sans-serif; font-size: 14px; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgVicxT6OsEybH400DknE_5566hI0hzlLWgFoj5GNA01Sj2CIWwHqq7kLH5FtX_qTPWp6CB8znhJJT72dLdfWYh0UwcRJB9CQt7Kc14DvJ_SLQtg6nFrSLMvMTL8wQv8uamHi53tARmPCQ/s1600/Screenshot_8.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;511&quot; data-original-width=&quot;1359&quot; height=&quot;240&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgVicxT6OsEybH400DknE_5566hI0hzlLWgFoj5GNA01Sj2CIWwHqq7kLH5FtX_qTPWp6CB8znhJJT72dLdfWYh0UwcRJB9CQt7Kc14DvJ_SLQtg6nFrSLMvMTL8wQv8uamHi53tARmPCQ/s640/Screenshot_8.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white; color: #0d0d0d; font-family: Roboto, Arial, sans-serif; font-size: 14px; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #0d0d0d; font-family: Roboto, Arial, sans-serif; font-size: 14px; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #0d0d0d; font-family: Roboto, Arial, sans-serif; font-size: 14px; white-space: pre-wrap;&quot;&gt;That&#39;s it. &lt;/span&gt;&lt;/div&gt;
</description><link>https://ranitsarker.blogspot.com/2019/07/how-to-add-free-ssl-certification-at.html</link><author>noreply@blogger.com (RanIT)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg9WVlJB34_kTSTyxZxSz6Mr-0Q87OuOEJHgYbA7OmwwdSmZK9TKYqT0RNXfxYyILbz8KJ8EF5qvUql7xNZhi9AmBpud_CojI67n1ZmqmJvaX2n6-aIJZmFUR9MMu25BPtW6f7-nX1092c/s72-c/1.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-280079772658971122.post-5177271385660820521</guid><pubDate>Thu, 20 Jun 2019 11:05:00 +0000</pubDate><atom:updated>2019-06-20T04:05:43.587-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">app ip</category><category domain="http://www.blogger.com/atom/ns#">facebook login</category><category domain="http://www.blogger.com/atom/ns#">login with facebook</category><category domain="http://www.blogger.com/atom/ns#">WordPress</category><title>How to add Facebook login system at WordPress website</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Hello,&lt;br /&gt;
&lt;br /&gt;
Sometimes when we have tried to integrate facebook login system with WordPress website we face some problem so that I&#39;m telling what will be right way within mins you can add that login system in your website anywhere and that will work 100%.&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;1st: We have to active plugin &lt;a href=&quot;https://wordpress.org/plugins/super-socializer/&quot;&gt;Super socializer&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;2nd: We have to create a Facebook login app&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;How:&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1st: &lt;/b&gt;Go to&amp;nbsp;&lt;a href=&quot;https://developers.facebook.com/&quot;&gt;https://developers.facebook.com&lt;/a&gt;&amp;nbsp;and then click on add new app&lt;br /&gt;
Enter your app name and password of your facebook that app will create&lt;br /&gt;
&lt;br /&gt;
Then select Integrate Facebook Login and click on continue&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5FmVTcaLIn-vEBU8euIHWG2zzF7hyphenhyphenZjUgRBmgazDby8KWE3ON4ea5VRhEiSb-tDYdDbYj0CkRtr9KJrZem66-g8fJS51EcRPjDpHlKLTd0Zw9tCw9sn2y78MhYB1LOulgmgk-ngzG7Xo/s1600/1.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;572&quot; data-original-width=&quot;1131&quot; height=&quot;322&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5FmVTcaLIn-vEBU8euIHWG2zzF7hyphenhyphenZjUgRBmgazDby8KWE3ON4ea5VRhEiSb-tDYdDbYj0CkRtr9KJrZem66-g8fJS51EcRPjDpHlKLTd0Zw9tCw9sn2y78MhYB1LOulgmgk-ngzG7Xo/s640/1.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;2nd: &lt;/b&gt;click on the quickstart&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjnOFyDB-3LHR-5BqiI6KE61TSBg7ev8XVutiM33VwBk4kVtzAeOi0NKwwQfhppvyh_2HHUYU3tdpBhqNczmnI1Umbkz4icDY30fgd1obdMjcE8498BJWQgKLHoiQ7DsE4kMm6DCflgLb4/s1600/2.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;584&quot; data-original-width=&quot;1271&quot; height=&quot;294&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjnOFyDB-3LHR-5BqiI6KE61TSBg7ev8XVutiM33VwBk4kVtzAeOi0NKwwQfhppvyh_2HHUYU3tdpBhqNczmnI1Umbkz4icDY30fgd1obdMjcE8498BJWQgKLHoiQ7DsE4kMm6DCflgLb4/s640/2.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;3rd: &lt;/b&gt;click on www and enter your website URL and click on save and click on continue.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgF6Lyl7iU5O0wEU6DXtKByGXapaA7hMctALxCIBWEBEqhsYvxSieJAxgf7E7jreeCB585dfdn9VuM5uvlqDKgCUoPWuC4azsN7la8VHYAPvqYAcfQc8MszG8nlX-1GiA84OcUzlNBjgAs/s1600/4.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;481&quot; data-original-width=&quot;1047&quot; height=&quot;294&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgF6Lyl7iU5O0wEU6DXtKByGXapaA7hMctALxCIBWEBEqhsYvxSieJAxgf7E7jreeCB585dfdn9VuM5uvlqDKgCUoPWuC4azsN7la8VHYAPvqYAcfQc8MszG8nlX-1GiA84OcUzlNBjgAs/s640/4.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;4th: &lt;/b&gt;then you will get next button for 3 times but click on next, next, next.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;5th: &lt;/b&gt;go&amp;nbsp;to setting &amp;gt; basic and enter your domain name, add your privacy policy page (If your website has no page you can create one and you can keep empty) and also select the category of your website and click on save changes.&lt;br /&gt;
&lt;br /&gt;
No need to change setting &amp;gt; advance page. Keep the same to the same setting that has already.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinQOUS7I7vCMPaOmA38fJPMbwX-LgXK29vFkyO5E_BliwNzzAvFyhUm5MhfcJ_i9ulnxXcgsPRRO2CYgtvVhKNI2hsFs6mZrUOXEOZ4GkSGb70fKL-BSI5ICAXt0FEWGqQBt9TVL3_nrM/s1600/3.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;632&quot; data-original-width=&quot;1300&quot; height=&quot;310&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinQOUS7I7vCMPaOmA38fJPMbwX-LgXK29vFkyO5E_BliwNzzAvFyhUm5MhfcJ_i9ulnxXcgsPRRO2CYgtvVhKNI2hsFs6mZrUOXEOZ4GkSGb70fKL-BSI5ICAXt0FEWGqQBt9TVL3_nrM/s640/3.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;6th:&lt;/b&gt;&amp;nbsp;go to facebook login &amp;gt; setting and then enter one URL at&amp;nbsp;&lt;span style=&quot;color: #4b4f56; font-family: -apple-system, BlinkMacSystemFont, Roboto, Arial, Helvetica, sans-serif; font-size: 14px;&quot;&gt;Valid OAuth Redirect URIs field&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #4b4f56; font-family: -apple-system, BlinkMacSystemFont, Roboto, Arial, Helvetica, sans-serif; font-size: 14px;&quot;&gt;My website URL is&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http:/#&quot;&gt;https://tissuewholesale.com&lt;/a&gt;&amp;nbsp;so that URL will be&amp;nbsp;https://tissuewholesale.com/?SuperSocializerAuth=Facebook&lt;br /&gt;
&lt;br /&gt;
so &lt;u&gt;/?SuperSocializerAuth=Facebook&amp;nbsp;&lt;/u&gt; you have to add after your website URL that is the main concern.&lt;br /&gt;
then click on save changes.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgiBPkmO-M-HXF57lqXT8_zYpa-yMai3x4wbd7Oh8t360u33BZCLaMbomEW8Xsr_VGudH_UI5EYDTmL-F-hRUAecMMvA2DEGT_S-Dnlie6XXWIDBPnajl7EOmJAWxcbhgrg37e04rHEy48/s1600/5.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;633&quot; data-original-width=&quot;1292&quot; height=&quot;312&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgiBPkmO-M-HXF57lqXT8_zYpa-yMai3x4wbd7Oh8t360u33BZCLaMbomEW8Xsr_VGudH_UI5EYDTmL-F-hRUAecMMvA2DEGT_S-Dnlie6XXWIDBPnajl7EOmJAWxcbhgrg37e04rHEy48/s640/5.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;7th:&lt;/b&gt;&amp;nbsp;status will be on see&lt;br /&gt;
&lt;span style=&quot;color: #4b4f56; font-family: -apple-system, BlinkMacSystemFont, Roboto, Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 14px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_E5HdNb-E6IoMDTvsg8KaH9eGn1DlQQucb8wu0-gnOjnEkBEYbge0_7YvGYHcUqs5ALrYz8yR3qlAuczKMrHuvbC2Ft5TIlWzcTADK8LIfCrAVAWh3Qk-ADKW-HXUFKEh96ZJMdwxMCk/s1600/6.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;580&quot; data-original-width=&quot;1358&quot; height=&quot;272&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_E5HdNb-E6IoMDTvsg8KaH9eGn1DlQQucb8wu0-gnOjnEkBEYbge0_7YvGYHcUqs5ALrYz8yR3qlAuczKMrHuvbC2Ft5TIlWzcTADK8LIfCrAVAWh3Qk-ADKW-HXUFKEh96ZJMdwxMCk/s640/6.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;color: #4b4f56; font-family: -apple-system, BlinkMacSystemFont, Roboto, Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 14px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;b&gt;8th:&lt;/b&gt;&amp;nbsp;now collect app id and app secret&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjejj7esydMXpRJn8I6gl4OlI1MYtND_NLh4nuAQZ9Td3MmByH_HseeqA5ddXd_tgQM7P68V7F8bHW4YvNm-8Of_1YTr_lUyfscwSv8rbCdtmAabPuy5W_aARr9PINh1_xvW-3m1BSRrXc/s1600/7.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;501&quot; data-original-width=&quot;1272&quot; height=&quot;252&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjejj7esydMXpRJn8I6gl4OlI1MYtND_NLh4nuAQZ9Td3MmByH_HseeqA5ddXd_tgQM7P68V7F8bHW4YvNm-8Of_1YTr_lUyfscwSv8rbCdtmAabPuy5W_aARr9PINh1_xvW-3m1BSRrXc/s640/7.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;9th: &lt;/b&gt;go to plugin super socializer &amp;gt; social login from WordPress dashboard and add that app id and app secret and save that setting.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;10th: &lt;/b&gt;you can off sharing button from here&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7PMJ0Z2nmAD7uQPaeMCmhnpalUL60uwvc7ILbzPY8wOCMTs_roL4w4Oz0iRR5teKQokHfDV0lvxdAWN70sG3qktWlLR5d4aaLVk_p8nzi0o_okF1xbkRe6oONP0SHF7HUnUaOZInHlWU/s1600/9.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;532&quot; data-original-width=&quot;1336&quot; height=&quot;254&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7PMJ0Z2nmAD7uQPaeMCmhnpalUL60uwvc7ILbzPY8wOCMTs_roL4w4Oz0iRR5teKQokHfDV0lvxdAWN70sG3qktWlLR5d4aaLVk_p8nzi0o_okF1xbkRe6oONP0SHF7HUnUaOZInHlWU/s640/9.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h1 class=&quot;plugin-title&quot; style=&quot;background-color: white; box-sizing: inherit; clear: none; color: #32373c; font-family: &amp;quot;Open Sans&amp;quot;, sans-serif; font-size: 1.5625rem; font-weight: 400; line-height: 1.5; margin: 0px;&quot;&gt;
&lt;br /&gt;&lt;/h1&gt;
&lt;div&gt;
&lt;b&gt;11th: &lt;/b&gt;now that Facebook icon will show in your wp-admin login page automatically.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
If you want to add that login icon in any other page then use shortcode. I will prefer that code&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: #444444; color: white; font-family: monospace, serif; font-size: 15px;&quot;&gt;[TheChamp-Social-Linking&amp;nbsp;title=&quot;Link your Social Accounts&quot;]&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: #444444; color: white; font-family: monospace, serif; font-size: 15px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
For more shortcode, you can see that image&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: #444444; color: white; font-family: monospace, serif; font-size: 15px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKcMwh1kwOkJADCglsTg1BI93rSyV-kCgYFgOBnq7Q0r9INachGRa6r2Uf2sn_XZgHtow9J09NONd8laSsrTgrBy9ib0Cg_K60J0t7u6mkEUZzs3N9g-E-dK96cM4Nv6a3S6WX_3H4ShQ/s1600/10.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;582&quot; data-original-width=&quot;1347&quot; height=&quot;276&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKcMwh1kwOkJADCglsTg1BI93rSyV-kCgYFgOBnq7Q0r9INachGRa6r2Uf2sn_XZgHtow9J09NONd8laSsrTgrBy9ib0Cg_K60J0t7u6mkEUZzs3N9g-E-dK96cM4Nv6a3S6WX_3H4ShQ/s640/10.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: #444444; color: white; font-family: monospace, serif; font-size: 15px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
If anything else please knock with me at &lt;a href=&quot;https://www.fiverr.com/rntprince&quot;&gt;here&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Thank you.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</description><link>https://ranitsarker.blogspot.com/2019/06/how-to-add-facebook-login-system-at.html</link><author>noreply@blogger.com (RanIT)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5FmVTcaLIn-vEBU8euIHWG2zzF7hyphenhyphenZjUgRBmgazDby8KWE3ON4ea5VRhEiSb-tDYdDbYj0CkRtr9KJrZem66-g8fJS51EcRPjDpHlKLTd0Zw9tCw9sn2y78MhYB1LOulgmgk-ngzG7Xo/s72-c/1.png" height="72" width="72"/><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-280079772658971122.post-3020842775996272656</guid><pubDate>Sun, 23 Dec 2018 08:10:00 +0000</pubDate><atom:updated>2018-12-23T00:32:12.568-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">avatar size</category><category domain="http://www.blogger.com/atom/ns#">buddypress</category><category domain="http://www.blogger.com/atom/ns#">thumbnail size</category><title>Changing default avatar size cropped/used by BuddyPress, </title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
How to change BuddyPress Avatar Thumbnail size and Profile image:&lt;/h2&gt;
&lt;div&gt;
1)&amp;nbsp;create a bp-custom.php file in your wp-content/plugins directory.&lt;/div&gt;
&lt;div&gt;
2) add that codes&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
if ( ! defined( &#39;BP_AVATAR_THUMB_WIDTH&#39; ) )&lt;br /&gt;
&amp;nbsp; &amp;nbsp; define( &#39;BP_AVATAR_THUMB_WIDTH&#39;, 80 ); //change this with your desired thumb width&lt;br /&gt;
&lt;br /&gt;
if ( ! defined( &#39;BP_AVATAR_THUMB_HEIGHT&#39; ) )&lt;br /&gt;
&amp;nbsp; &amp;nbsp; define( &#39;BP_AVATAR_THUMB_HEIGHT&#39;, 80 ); //change this with your desired thumb height&lt;br /&gt;
&lt;br /&gt;
if ( ! defined( &#39;BP_AVATAR_FULL_WIDTH&#39; ) )&lt;br /&gt;
&amp;nbsp; &amp;nbsp; define( &#39;BP_AVATAR_FULL_WIDTH&#39;, 310 ); //change this with your desired full size,weel I changed it to 260 :)&lt;br /&gt;
&lt;br /&gt;
if ( ! defined( &#39;BP_AVATAR_FULL_HEIGHT&#39; ) )&lt;br /&gt;
&amp;nbsp; &amp;nbsp; define( &#39;BP_AVATAR_FULL_HEIGHT&#39;, 310 ); //change this to default height for full avatar&lt;br /&gt;
&lt;br /&gt;
?&amp;gt;&lt;/div&gt;
&lt;div&gt;
---&lt;/div&gt;
&lt;div&gt;
Thank You.&lt;/div&gt;
&lt;/div&gt;
</description><link>https://ranitsarker.blogspot.com/2018/12/changing-default-avatar-size.html</link><author>noreply@blogger.com (RanIT)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-280079772658971122.post-4985185598617222534</guid><pubDate>Mon, 02 Apr 2018 15:21:00 +0000</pubDate><atom:updated>2018-04-02T08:42:51.083-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Emmet</category><category domain="http://www.blogger.com/atom/ns#">Sublime Text 3</category><category domain="http://www.blogger.com/atom/ns#">Zen Coding</category><title>How to install Zen Coding (now called Emmet) with Sublime Text 3</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Hello,&lt;br /&gt;
Now I&#39;m going to tell the full instruction of how to add&amp;nbsp;Emmet on&amp;nbsp;Sublime Text 3.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1st we have to install&amp;nbsp;package controller.&lt;/b&gt;&lt;br /&gt;
go to&amp;nbsp;https://packagecontrol.io/installation and collect code&lt;br /&gt;
I&#39;m using Sublime Text 3&lt;br /&gt;
My code:&lt;br /&gt;
&lt;pre&gt;import urllib.request,os,hashlib; h = &#39;6f4c264a24d933ce70df5dedcf1dcaee&#39; + &#39;ebe013ee18cced0ef93d5f746d80ef60&#39;; pf = &#39;Package Control.sublime-package&#39;; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( &#39;http://packagecontrol.io/&#39; + pf.replace(&#39; &#39;, &#39;%20&#39;)).read(); dh = hashlib.sha256(by).hexdigest(); print(&#39;Error validating download (got %s instead of %s), please try manual install&#39; % (dh, h)) if dh != h else open(os.path.join( ipp, pf), &#39;wb&#39; ).write(by)
&lt;/pre&gt;
&lt;br /&gt;
&lt;b&gt;2nd open&amp;nbsp;Sublime Text 3. go to view &amp;gt; show consol&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNWbP_c3zIXGNx-tFQj4wSVcb-vM32kPGJQEErjfFD4-b17axSLGWkaGWjSUFJ4Gp-yQGdQXwuZKmVav7kR40mQeHOiDmMUTVRmOj8URANLgfvh76mlbBD-mrI3jGPKWtvD_Bslp6F8sk/s1600/consal-window.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;375&quot; data-original-width=&quot;738&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNWbP_c3zIXGNx-tFQj4wSVcb-vM32kPGJQEErjfFD4-b17axSLGWkaGWjSUFJ4Gp-yQGdQXwuZKmVav7kR40mQeHOiDmMUTVRmOj8URANLgfvh76mlbBD-mrI3jGPKWtvD_Bslp6F8sk/s1600/consal-window.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
3rd past that code and pass enter.&lt;br /&gt;
&lt;br /&gt;
4th close this&amp;nbsp;Sublime Text 3 application and open it again&lt;br /&gt;
&lt;br /&gt;
5th after open&amp;nbsp;Sublime Text 3 again go to tools and open&amp;nbsp;command palette see&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgV403ndlilsWtNMNaruuy0Pg2wgTkd2red0faEXCybto_79Kxw8MvLp6ZltVbElLrbuqXUDX7TsnmzxO01kC0hTJ6XbRCEZyq1ZxXjF-PNI-FD8shBeUYHxXuEEr1NDmRZ9fI5RdOO8dc/s1600/command+palette.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;326&quot; data-original-width=&quot;891&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgV403ndlilsWtNMNaruuy0Pg2wgTkd2red0faEXCybto_79Kxw8MvLp6ZltVbElLrbuqXUDX7TsnmzxO01kC0hTJ6XbRCEZyq1ZxXjF-PNI-FD8shBeUYHxXuEEr1NDmRZ9fI5RdOO8dc/s1600/command+palette.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
6th type inatall package and chick on it see&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEimYEj2RR_9WNT7Li7YVtv0uH0oKncQ6UBwtsfLZslLKSCW0Pii94L3ssoBOHSlLMOquid6f47zLAEPExVfEcvsSpVmRujD_WQK6fa6Q7Biw5pzwYqWy9Y_PmiaQvq71U6_VrGhyCICI5E/s1600/inatall+package.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;367&quot; data-original-width=&quot;1152&quot; height=&quot;201&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEimYEj2RR_9WNT7Li7YVtv0uH0oKncQ6UBwtsfLZslLKSCW0Pii94L3ssoBOHSlLMOquid6f47zLAEPExVfEcvsSpVmRujD_WQK6fa6Q7Biw5pzwYqWy9Y_PmiaQvq71U6_VrGhyCICI5E/s640/inatall+package.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
7th type emmet and click on it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWSjKMu8tygJCl3jNK3N6rbn5CJssDjL9Gk1Jh0Rt9FyBZwga6Zu9F7OJ6i899tpDt9766ASCy7X2ytG-uXcgfOFWFD9WAZGkMqYb4F6tqOomRFe8r6by3xQErrkpUVCID-ly56FXNVrE/s1600/emmet.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;233&quot; data-original-width=&quot;1320&quot; height=&quot;112&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWSjKMu8tygJCl3jNK3N6rbn5CJssDjL9Gk1Jh0Rt9FyBZwga6Zu9F7OJ6i899tpDt9766ASCy7X2ytG-uXcgfOFWFD9WAZGkMqYb4F6tqOomRFe8r6by3xQErrkpUVCID-ly56FXNVrE/s640/emmet.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
last you can see this page&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhcB5a_SBHDOBuideTBLTdfsXpr0jDBOBR6aZh5KDTCr96yUT2lwku3HNTlI0ePIqXEFnolYXtKNmixX1wbC6CUTtOBZeLQvPGik0TXIGwif8F8V5Y_Sacl2KqZXbEyg5IGkv_kb0SVPPw/s1600/last-page.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;665&quot; data-original-width=&quot;1259&quot; height=&quot;338&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhcB5a_SBHDOBuideTBLTdfsXpr0jDBOBR6aZh5KDTCr96yUT2lwku3HNTlI0ePIqXEFnolYXtKNmixX1wbC6CUTtOBZeLQvPGik0TXIGwif8F8V5Y_Sacl2KqZXbEyg5IGkv_kb0SVPPw/s640/last-page.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
8th restart sublime text 3 again.&lt;br /&gt;
&lt;br /&gt;
Now you can enjoy your code. Type html:5 and ctrl + e !!!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</description><link>https://ranitsarker.blogspot.com/2018/04/how-to-install-zen-coding-now-called.html</link><author>noreply@blogger.com (RanIT)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNWbP_c3zIXGNx-tFQj4wSVcb-vM32kPGJQEErjfFD4-b17axSLGWkaGWjSUFJ4Gp-yQGdQXwuZKmVav7kR40mQeHOiDmMUTVRmOj8URANLgfvh76mlbBD-mrI3jGPKWtvD_Bslp6F8sk/s72-c/consal-window.png" height="72" width="72"/><thr:total>5</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-280079772658971122.post-8487649047454503060</guid><pubDate>Fri, 15 Dec 2017 20:20:00 +0000</pubDate><atom:updated>2019-04-16T21:35:40.599-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Admin password reset</category><category domain="http://www.blogger.com/atom/ns#">Forget Password</category><category domain="http://www.blogger.com/atom/ns#">Password set</category><category domain="http://www.blogger.com/atom/ns#">Tanda Router configuration</category><category domain="http://www.blogger.com/atom/ns#">Tanda Router configuration with PC and laptop</category><title>Tanda Router configurations and WiFi configuration  laptop and how to change admin password if you have not remember</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;b&gt;Problem:&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;One Broadband internet that will run on one pc with router data cable and one laptop with wifi.&lt;/b&gt;&lt;br /&gt;
So you can follow this instruction&lt;br /&gt;
&lt;b&gt;1st:&lt;/b&gt;&lt;br /&gt;
Open your Laptop&lt;br /&gt;
&lt;b&gt;hardware: &lt;/b&gt;connect the broadband line to your laptop directly&lt;br /&gt;
click right on wifi icon and go to open network and sharing center&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;2nd:&lt;/b&gt;&lt;br /&gt;
go to change adapter&amp;nbsp;setting&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;3rd&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
click on ethernet property or local area connection properly&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtmEmg_D0x0lMOw1x_fD1gTbrKrWtSJPyIM61NtoPcfimUfTflgtk7F7H7ePwsQhk8GBWJzWWMlLR7wqObSpQeBnWR3yXLL-DC6OTk6Ye7w5uioyNU3JDcu1v5aZeua_huWgfTshpXxIE/s1600/1.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;436&quot; data-original-width=&quot;1209&quot; height=&quot;230&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtmEmg_D0x0lMOw1x_fD1gTbrKrWtSJPyIM61NtoPcfimUfTflgtk7F7H7ePwsQhk8GBWJzWWMlLR7wqObSpQeBnWR3yXLL-DC6OTk6Ye7w5uioyNU3JDcu1v5aZeua_huWgfTshpXxIE/s640/1.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;4th&lt;/b&gt;&lt;br /&gt;
double click on internet protocol version 4 and setup all internet provider address. Select Use the following IP&amp;nbsp;and put all field and select use the DNS server address and put all file. You can get those&amp;nbsp;setting from your internet provider when they have given 1st connection on your personal computer or laptop directly with landline.&lt;br /&gt;
&lt;br /&gt;
I will prefer you will want always&amp;nbsp;setup connection directly on pc, not laptop. After their setup, you can collect that information&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;5th&lt;/b&gt;&lt;br /&gt;
Collect mac address. Open cmd and type ipconfig/all from your PC&lt;br /&gt;
you can see ethernet adapter&amp;nbsp;physical address so copy this address and collect&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;6th&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
click on configure&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2LmbMyS-Za2BeJUNUEaXHPHiflWq3m4eY69Y7MSAQjMPIBQfjzCBBYk5-nSHX6-ocgIvxW6cRWvDBXm_XkXSM_yzYuNK6C1pEbi7LZNTg1SRTAY2GVA8AeRi63k2vE-SbYezzkLpSD4s/s1600/Screenshot_2.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;513&quot; data-original-width=&quot;941&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2LmbMyS-Za2BeJUNUEaXHPHiflWq3m4eY69Y7MSAQjMPIBQfjzCBBYk5-nSHX6-ocgIvxW6cRWvDBXm_XkXSM_yzYuNK6C1pEbi7LZNTg1SRTAY2GVA8AeRi63k2vE-SbYezzkLpSD4s/s1600/Screenshot_2.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
then enter mac&amp;nbsp;address&amp;nbsp;on this value. Remember this mac address will be your pc mac address&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRcZivC78Hq_W-qsERsWv479aOy9MO4DE9dxO3veaJbI5Ialy4aU-T6sk8NGwzOlPu1uFH29DfdUGssudSucGdw0wrMuVFL2PzV9iENX20na2y88ROutHxY9vGiB2qfyPLOW0NIirLdfk/s1600/Screenshot_3.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;476&quot; data-original-width=&quot;1015&quot; height=&quot;300&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRcZivC78Hq_W-qsERsWv479aOy9MO4DE9dxO3veaJbI5Ialy4aU-T6sk8NGwzOlPu1uFH29DfdUGssudSucGdw0wrMuVFL2PzV9iENX20na2y88ROutHxY9vGiB2qfyPLOW0NIirLdfk/s640/Screenshot_3.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;7th&lt;/b&gt;&lt;br /&gt;
try to connect if not connect then collect username and password to your internet provider.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;8th&lt;/b&gt;&lt;br /&gt;
click on setup new connection&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXY3ezZP_nRRUX7f0PEI_Hx8y3mWEFYCccgnLy3PNPnnCEnTd14nXsMTg1THBli2KHjNS3eaZtHtpYtxP348evnVxE5zLqdk4KmDJ_reHeO-ZNwAwvy0c0zfEqFX5c6PxzYIv5Sll81_U/s1600/1.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;388&quot; data-original-width=&quot;1073&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXY3ezZP_nRRUX7f0PEI_Hx8y3mWEFYCccgnLy3PNPnnCEnTd14nXsMTg1THBli2KHjNS3eaZtHtpYtxP348evnVxE5zLqdk4KmDJ_reHeO-ZNwAwvy0c0zfEqFX5c6PxzYIv5Sll81_U/s1600/1.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
and put your username and password&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3wlzWVbG-uQsoJfjVG-j9nP0b4qPzNwZEtsvOvX-Wyvr6nkfx0AVjIYD_snL1LV4QbLwp-nUqfonjLhy28BNFISfI7QvicyajR0ZRbQGX4SwgrnwLT__I1_Cdk1xa2c8RG_qCBhXpwFw/s1600/Screenshot_4.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;503&quot; data-original-width=&quot;908&quot; height=&quot;353&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3wlzWVbG-uQsoJfjVG-j9nP0b4qPzNwZEtsvOvX-Wyvr6nkfx0AVjIYD_snL1LV4QbLwp-nUqfonjLhy28BNFISfI7QvicyajR0ZRbQGX4SwgrnwLT__I1_Cdk1xa2c8RG_qCBhXpwFw/s640/Screenshot_4.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
now the internet will be connected to a laptop with direct line.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;Now Wifi Configuration:&amp;nbsp;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;9th&amp;nbsp;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
reset the router manually from router reset button&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;10th:&amp;nbsp;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
After rest&amp;nbsp;router&amp;nbsp;tanda will create a&amp;nbsp;user and back part of the router there is a pin number that is the password of your wifi &lt;b&gt;but not working&amp;nbsp;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;11th&amp;nbsp;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
login with tanda&amp;nbsp;http://192.168.0.1/ with username admin and password admin also&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
and do&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-a1fWA9RVDkZKWKzwK6MdeusAVzjgbiQQ9lZThj1UE8NrdnSR3f1Ml8M0IWRPmXQ8rX4SRItPXuzhCzcfHwZjL7ns2vnabZz3qZPHaIAe-Fo5_DTBp6kChmYBKuhg8PxLNTNlfRwwsNA/s1600/Screenshot_5.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;434&quot; data-original-width=&quot;701&quot; height=&quot;395&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-a1fWA9RVDkZKWKzwK6MdeusAVzjgbiQQ9lZThj1UE8NrdnSR3f1Ml8M0IWRPmXQ8rX4SRItPXuzhCzcfHwZjL7ns2vnabZz3qZPHaIAe-Fo5_DTBp6kChmYBKuhg8PxLNTNlfRwwsNA/s640/Screenshot_5.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;11th&lt;/b&gt;&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
click on advance and go to MAC Clone and add your pc mac address that is your pc mac address, change your admin password.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Laptop will be connected to a wifi connection&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;12th&lt;/b&gt;&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
connect internet provider line to the router and now pc will run from the direct router with data cable and laptop will be connected to wifi.&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Thank You.&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</description><link>https://ranitsarker.blogspot.com/2017/12/tanda-router-configurations-and-wifi.html</link><author>noreply@blogger.com (RanIT)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtmEmg_D0x0lMOw1x_fD1gTbrKrWtSJPyIM61NtoPcfimUfTflgtk7F7H7ePwsQhk8GBWJzWWMlLR7wqObSpQeBnWR3yXLL-DC6OTk6Ye7w5uioyNU3JDcu1v5aZeua_huWgfTshpXxIE/s72-c/1.png" height="72" width="72"/><thr:total>0</thr:total></item></channel></rss>