Monday, 24 October 2016

 1.WHAT IS HTML?

Html is a hypertext markup Language, ,
Html me jo bhi codeing ki jati hai wo static design hoti hai,webpage bannae ke liye use ki jati hai,

2.HTML or  HTML5  Me Difference ?

HTML5 me full Responsive website banti,yani aap mobile par bhi dekh sakte hai,
Ye Sbhi Browser  ko Support Karti hai Html5,

HTML5 Sabhi  Browser Ko Support kartha hai

  Ye sbhi browser hai
1. Mozila firefox browser
2. Cromo,
3.Opera
4.Internet Explorer
5.etc
html5 ke new advance tag hai,jo html5 me hote hai
<header>,<section><main> <video>  <aside><article<footer>

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>test</title>
<meta name="viewport" content="width=device-width, initial-scale = 1.0">

<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">

<link href='https://fonts.googleapis.com/css?family=Open Sans' rel='stylesheet'>

<link href="style.css" type="text/css" rel="stylesheet">

<style>
body {
    font-family: 'Open Sans';font-size: 22px;
}
</style>
</head>
<body>
 <div id="wrapper">
        <header>
               <div class="headerIn">
                       <h1>LOGO</h1>
              </div>
         </header>   
   </div>
</body>
</html>

                                            HTML  ME WORK KESE KARE

1.Aap ke system me Dreamweaver install kar liya hai, to Dreamweaver ko open karege usme html option diya gya hai ushe select  karege



2.open hone ke bad wapas file me jake new file open karege, kyoyki iske pahle wali html file  old version me hui thi,



 3.yaha html  or  html 5 jo drop down  me show ho raha hai select kar waha create  par click kar dege
jo ki html5 me code open hoga


4.


5 . file me jake save as select path .html karege 




6. split me codeing or design dono show hogi





7.
8.

9.



10. browser par run hogi ,yani




<!doctype html>
<html>
<head>
          <meta charset="utf-8">
          <title>PAGE TITLE SHOW</title> 
</head>
<body>
      <H1>Heading</H1>
     <p>paragraph TEXT....</p>
</body>
</html>


Heading => Heading TAG H1 se H6 Tag tak hote hai.ISh tag me text ki font size sabhi ki different size hoti hai,

<h1>Heading h1</h1>

<h2>Heading h2</h2>

<h3>Heading h3</h3>

<h4>Heading h4</h4>

<h5>Heading h5</h5>

<h6>Heading h6</h6>

  Paragraph:- P Tag

Start Tag    <p>
 End Tag   </P>
<p><b>dummy Text</b></p>    Bold ho jyega text
<p>dummy Text</p> Simple wave me text
<p><i>dummy Text</b></i> italic Text Show hoga


INLINE BLOCK =>

A Tag ot Span Inline tag Hote Hai baki sab Tag block  Tag hote Hai,Block tag hamesha 100%  width lete hai,
BLOCK=> Div tag se sabhi block hote hai ,ye block tag 100% width lete ha
<div></div>
<h1></h1>
<p></p>
<ul>
<li></li>
</ul>


OR ABHI BAKI HAI MERE DOSHT PROGRAMING




5 comments:

About

Total Pageviews

Powered by Blogger.

BTemplates.com

MENU

Followers

About

jay hind

Popular Posts