Ticker

6/recent/ticker-posts

HTML5 and CSS




Hi, Friends Today Onwards I’m starting to write a blog on HTML5 and CSS. I’ll tell you each and every basics concept of the HTML5 and CSS, which is very beneficial for your Projects.

In my HTML5 Blog, I’ll cover

  • Why HTML5?
  • What is HTML5?
  • What is the difference between HHTML5 and HTML?
  • Why every people must know about this Language?
  • Why most People’s hated HTML?
  • How to learn HTML5?
  • How to remember TAG<> of HTML5?
  • And many more……


So let’s start, What is HTML5?

i) HTML (HyperText Markup Language)à   markup often called tags (<>).

The Language Used to Develop Web pages are called HTML. What is Markup? Markup refers to a sequence of characters or other symbols that you insert at certain places in a text or word processing file to indicate how the files should look describe the document’s logical structure.

ii) The HTML developed by W3C (world wide web Consortium) In  1993 The W3C, maintainer of both the HTML and the CSS standards, has encouraged the use of CSS over explicit presentational HTML since 1997.

iii) Example of HTMLà

<!DOCTYPE HTML>
<HTML>
<head>    
<title> 
Stuff2learn.blogspot.in 
</title>
<head>
 <body>
Sonu Kumar Sharma From VIT University….
</body>
</html>

iv) The Extension Of the HTML is   .html, .htm .

v)  In HTML we are using tags what does it means…TAG<> à TAG (<>) are instructions that are embedded directly into the text of the document. It’s mean it is a signal to a browser that it should do something other than just throw text up on the screen.

There are two types of TAG (<>)à 

a) Paired Tags like <b> (opening tag)   </b> (Closing   tag).

b) Singular Tags like <br/>.




Post a Comment

0 Comments