HTML - Information..... Part 1

 HTML Full Knowledge...  

............................................................................

............................................................................




→WHAT IS HTML?

HTML stand for Hyper Text Markup Language. It is the most commonly used language for describing or writing a web page using ordinary text. Every web page is actually an HTML file with an extension .htm or .html. Using HTML you can create document ( Web pages ) which are to be displayed on the world wide web. 


Hypertext refer to the way in which different web page (HTML document) are Linked together. The links available on the web page are called hypertext.

HTML is a markup language which means that you use HTML to simply "mark up" text document with tag which tell the web browser how to display the text. It is not a programming language. It only tells the browser how to display the contents of hypertext document.

Overtime, HTML has introduced many changes and variations in HTML leading to different versions.

The latest HTML version is HTML5. It has added a plethora or features to the original HTML..




→Features of HTML5-

Audio and Video Elements: HTML 5 allows you to embed audio and video files directly into the web page in state of using a plug in.

Canvas Element: You can generate graphics programmatically in the browser, i.e., you can now draw lines, shapes, text, image, etc.  using the Convas element.

New Input types: HTML5 has many new input type like date, email,color, month, number, etc. to simplify the designers tasks.



→Creating HTML Documents


To design a Web page you need 2 things -
1st → A text editor
2nd → Browser 


____________________________________________
END------------- Part 1 
-----------------------------------------------------------------


For part 2 FOLLOW US


Contact info........
......
......

Thanx for visiting ❣️❣️❣️❣️❣️
Visit again For more......

And don't forget to share it with you friends and family members............

Comments

Popular posts from this blog

Codes for making middle finger in python

Codes for drawing free fire logo in python

Looping in Python #part 1