Posts

Showing posts from October, 2023

day7

<! DOCTYPE html > < html lang = " en " > < head >     < meta charset = " UTF-8 " >     < meta name = " viewport " content = " width=device-width, initial-scale=1.0 " >     < title > Document </ title > </ head > < body >     < h2 > This is HTML forms tutorial </ h2 >     < form action = " backend.php " >         < label for = " name " >  Name: </ label >         < div >         < input type = " text " name = " myEmail " id = " name " >         </ div >         < br >                         < div >             Roll no: < input type = " text " name = " myrole " >         </ div >   ...

day6

  <! DOCTYPE html > < html lang = " en " > < head >     < meta charset = " UTF-8 " >     < meta name = " viewport " content = " width=device-width, initial-scale=1.0 " >     < title > Document </ title > </ head > < body >     < a href = " https://google.com " target = " _blank " > GO TO GOOGLE </ a >< br >     < a href = " https://youtube.com " target = " _blank " > GO TO YOUTUBE </ a >< br >     < a href = " https://facebook.com " target = " _blank " > GO TO FACEBOOK </ a >< br >     < a href = " https://linkdin.com " target = " _blank " > GO TO HITESH </ a >< br >      . a tag is used to anchor links in html < br >      to open link in new tab on just clicking it we use a attribute target.....see code < br >      to link...
  <! DOCTYPE html > < html lang = " en " > < head >     < meta charset = " UTF-8 " >     < meta name = " viewport " content = " width=device-width, initial-scale=1.0 " >     < title > Heading paragraphs and emmet </ title > </ head > < body >       < h1 > h is heading tag </ h1 >           < h2 > h is heading tag </ h2 >           < h3 > h is heading tag </ h3 >           < h4 > h is heading tag </ h4 >           < h1 > h is heading tag </ h1 >           < h1 > h is heading tag </ h1 >                 < p > Lorem ipsum dolor sit amet consectetur adipisicing elit. Officia natus excepturi quam delectus molestiae. Perspiciatis architecto ...

day3

 meta tags are used for encourage the responsive of website ......... <! DOCTYPE html > < html lang = " en " > < head >     < meta charset = " UTF-8 " >     < meta name = " viewport " content = " width=device-width, initial-scale=1.0 " >     < meta name = " description " content = " this is description " >         < meta name = " robots " content = " INDEX,Follow " >     < meta name = " keywords " content = " html css javascipt " >     <!--this is how you include external css-->     < link rel = " stylesheeet " href = " kani.css " >     <!--this is how you include external javascript-->     < link rel = " stylesheet " href = " kani.js " > </ head > < body >     </ body > </ html > i learned about how to include your css and js file in...

day 2

 focusing on html ! mark se boiler plate code aa jata h html ka !!! tag of html kya hota h ?? tag open kara tho close bhi karna padega  meta tags are used for description and width and extrenal style sheet link karni h tho head k andar kar sakta hu .......... Web page ka content ka content body tags k undar aata h !!!! <!--fasdjhfkjhdjhfjkhasfhdshfkahdhfk--> is the comment styling of in html. body k andar hi jyatar kaam hoga  output dekhne k liye blue baar display ho rhi hogi uspe dekhna click on "go live " chrome me website khul jaegi ..........server band karne k liye "port 5500 " pe click karke server ko dispose off kar dena ... <! DOCTYPE html > < html lang = " en " > < head >     < meta charset = " UTF-8 " >     < meta name = " viewport " content = " width=device-width, initial-scale=1.0 " >     < title > Document </ title >     <!--         jkdjkfasjkg...