What is Html Basic Information
- The Basic Information Of Html Means ( HyperText Markup Language ).
- Html Language Using For The Webdesign , Templates, Like More Then.
- Html Language Developed by Services W3c & WHATWG.
- Initial Release The Html language Since 1993.
- Since 1980's Developed By Tim Berners-Lee
- Html Is User ( Client Operations ) Defined.
- Here, The Html Having Some Some Rules At Web Designing Process.
- 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:
- <html></html> ---------------> Start Page
- <head></head> --------------> Head page
- <body></body> ---------------> Body Place
- <title></title> ---------------> Title On Browser
- <h1></h1> Upto <h6></h6> ---------------> Header Format ( big , Small )
- <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>
Save As : .html format Use Notepad , Other Software
Output
Below link try it Your Self Above Html Program Language
Output
Below link try it Your Self Above Html Program Language
All Tech Programs
Provides to Online Editor For User Interface.
Thanks For Visiting
Note : Every Tags Are Must And Should Be Ending Tags. To Better Understands. Otherwise No Need To Have In Only Html Element Format.