Posts

Difference between self, parent and blank of target attribute in html

Image
  Hy Guys: Today In This Video I Am Going To Show You And I Will Tell You (Difference between self, parent and blank of target attribute in html) Sourse Code: <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta http-equiv = "X-UA-Compatible" content = "IE=edge" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title > Balank And Self Links In Your Html </ title > </ head > < body >     < a href = "http://google.com" target = "self" > Go To Google </ a > </ body > </ html >

how to add link in website with html (ON WEB PAGE)

Image
  Hy Guys Today In This Video I Am Going To Show You Hou You Can Put Links On Your Websites Sourse Code: <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta http-equiv = "X-UA-Compatible" content = "IE=edge" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title > How To Put Links In Our Web Page </ title > </ head > < body >     < a href = "http://google.com" > Go To Google </ a >     < a href = "http://fivver.com" > Go To Fivver </ a > </ body > </ html >

Strong And Em Tag

Image
  In This Video I Am Going To Show You How You Can bold Your Font And How You Can Style Your Font? Sourse Code: <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta http-equiv = "X-UA-Compatible" content = "IE=edge" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title > Learn Strong and Emmet Tag </ title > </ head > < body >     < p > Lorem, ipsum < strong > dolor </ strong > < em > sit </ em > amet consectetur adipisicing elit. Labore, eaque porro natus ab dolorem aliquam numquam consectetur! Numquam, commodi magnam! </ p > </ body > </ html >

How You Can Put Paragrapgh Tag In Html (Html Paragrapagh Tag)

Image
  In This Video I Am Going To Show You  (How You Can Put Paragrapgh Tag In Html (Html Paragrapagh Tag)) Sourse Code: <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta http-equiv = "X-UA-Compatible" content = "IE=edge" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title > Learn Paragrapgh Tag </ title > </ head > < body >     < p > Lorem ipsum dolor sit amet. </ p >     < p > Lorem ipsum dolor sit amet. </ p > </ body > </ html >

How To Install Live Server In Visual Studio Code 2023

Image
  How To Install Live Server In Visual Studio Code 2023 (Live Server) Thanks For Watching

How To Put Html Headings In Your Html [Learn Html Heading] (Html)

Image
  How To Put Html Headings In Your Html [Learn Html Heading] (Html) Q:What Is Headings? Ans:h1,h2,h3,h4,h5,h6 Html Heading Tag Source Code..... <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta http-equiv = "X-UA-Compatible" content = "IE=edge" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title > Headings H1 To H6 In Html </ title > </ head > < body >     <!-- Headings Tags -->     < h1 > CodeWithSarib </ h1 >     < h2 > CodeWithSarib </ h2 >     < h3 > CodeWithSarib </ h3 >     < h4 > CodeWithSarib </ h4 >     < h5 > CodeWithSarib </ h5 >     < h6 > CodeWithSarib </ h6 > </ body > </ html >

How To Put Html Boiler Plate In Your Visual Studio Code

Image
Hy Gues In This Video                                 I Am Going To Show You How You Can Easily Make HTML Boiler Plate In Vs Code Only 5 Seconds Source Code.................... <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta http-equiv = "X-UA-Compatible" content = "IE=edge" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title > Hello World </ title > </ head > < body >     This is our website </ body > </ html >    THANKS FOR WATCHING