How to remove the space between inline block elements?
Introduction There are multiple ways to remove the space between inline – block elements ! Method 1 .apple { .display:inline-block; …
html
Introduction There are multiple ways to remove the space between inline – block elements ! Method 1 .apple { .display:inline-block; …
Introduction How to create some links to various search engines (google, yahoo, Bing, lycos, etc) <!DOCTYPE html> <html> <head> <meta …
Introduction How to define highlighted/marked text in HTML <!DOCTYPE html> <html> <head> <meta charset=”utf-8″> <title>www.techstudy.org</title> </head> <body> <mark>TechStudy</mark> The complete …
Introduction How to define an alternate content for users that do not support client-side scripts in HTML <!DOCTYPE html> <html> …
Introduction How to define navigation links in HTML. <!DOCTYPE html> <html> <head> <meta charset=”utf-8″> <title>www.techstudy.org</title> </head> <body> <nav> <a href=”https://techstudys.com/html/List-of-HTML-Basic-Exercise-with-Examples”>HTML …
Introduction How to define an option in a drop-down list in HTML <!DOCTYPE html> <html> <head> <meta charset=”utf-8″> <title>www.techstudy.org</title> </head> …
Introduction How to represent the progress of a task in HTML <!DOCTYPE html> <html> <head> <meta charset=”utf-8″> <title>www.techstudys.com</title> </head> <body> …
Introduction How to define style information for a document in HTML. <!DOCTYPE html> <html> <head> <meta charset=”utf-8″> <title>www.techstudys.com</title> <style> h2 …
Introduction How to define subscripted text in HTML <!DOCTYPE html> <html> <head> <meta charset=”utf-8″> <title>www.techstudy.org</title> </head> <body> <p>This text is<sub>subscript</sub> …
Introduction How to define superscripted text in HTML <!DOCTYPE html> <html> <head> <meta charset=”utf-8″> <title>www.techstudy.org</title> </head> <body> <p>This text is<sup> …