Thursday, 28 May 2015

what is html basic information

What is Html Basic Information 


  1. The Basic Information Of Html Means ( HyperText Markup Language ).
  2. Html Language Using For The Webdesign , Templates, Like More Then.
  3. Html Language Developed by Services  W3c & WHATWG.
  4. Initial Release The Html language Since 1993.
  5. Since 1980's Developed By Tim Berners-Lee
  6. Html Is User ( Client Operations ) Defined.
  7. Here, The Html Having Some Some Rules At Web Designing Process.
  8. Every Output Will Be Appear On The Web Browser.( Default )

Rules For HTML :-

  • The 1st Rule is Inbuilt Some Tags And Elements Are Working IN Webpages .No Need To Change The Element In Html Language.

  • The 2nd Rule is Every Element Must Be Close With End Of the Tags. Using Brackets Like  [ (< open ) (> close) ].

  • Like To Be  { <h1></h1> }



HTML , Learn To  Need Some Knowledge For Website design Follow Bellow ,

About The Tags Formats:
  1. <html></html>                        ---------------> Start Page
  2. <head></head>                        -------------->  Head page
  3. <body></body>                       ---------------> Body Place
  4. <title></title>                          ---------------> Title On Browser
  5. <h1></h1> Upto <h6></h6>     ---------------> Header Format ( big , Small )
  6. <img></img>                          ---------------> Insert Image

Write A small Html Language Program Using Above Formats:


<html>
<head>
<title>ALL TECH PROGRAMS </title>
</head>
<body>
<h1>WELCOME HTML</h1>
<h2>WELCOME HTML</h2>
<h3>WELCOME HTML</h3>
<h4>WELCOME HTML</h4>
<h5>WELCOME HTML</h5>
<h6>WELCOME HTML</h6>
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUiOmwlbBpklSqwMVUFZcJ2Bq6A57gFcqsqV65CSACaekHpKJlLtKQw8714DEum7GI0up2Cc3i0hyphenhyphen3hrGDQaXymjbLeRUCvlNphIXBojrwNIHn4TmsicjjHrvvi-mOljCDJIffrSRJhKpp/s1600/kx8MT.png" /> 
</body>
</html>


How To Use Notepad   For Html Web Pages Design:


Notepad       


alltechprograms



Save As : .html format Use Notepad , Other Software 


Output


alltechprograms

Below link try it Your Self Above Html Program Language


Try It Your Self ( Click Here )




All Tech Programs

Provides to Online Editor For User Interface.
Thanks For Visiting
HTML CSS


Note : Every Tags Are Must And Should Be Ending Tags. To Better Understands. Otherwise No Need To Have In Only Html  Element Format.

No comments:

Post a Comment