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>
    <!--
        jkdjkfasjkghksdkjghkhasfgkjhsfjkghkjdsg
    -->
   
</head>
<body>
    web page ka content ka content body tags k under aata h...
   
</body>
</html>

Comments