HTML INTRODUCTION
HTML is a dialect used to fabricate a site or webapp. Before hopping into CSS, you should need to learn HTML first. Regardless of whether you need to take in some other dialect like php, JavaScript then you should first acquainted with HTML.
How about we acquaint with HTML now.
What is HTML ?
HTML is a shy of Hyper Text Markup Language. You can't make any page without HTML, in the event that you attempt then the page will be much the same as a plain content. That is to say, there will have nothing to recognize ─ no title, no connection, no picture, nothing. Be that as it may, a page ought to contain a title, joins, passage, media, and so forth. As though a website specialist can utilize CSS to style the page, can utilize JavaScript to control the page.
Hypertext
Hypertext is content which contains connections to other content. Tapping on a connection (or key press ), a peruser can instantly access to another substance.
I think, before understanding hypertext, you should think about direct. Direct is much the same as content on paper that is portrayed in a straight line succession. Be that as it may, hypertext isn't straight in light of the fact that a peruser can go to anyplace wherever he needs by tapping on it.
<a href="www.egtutorial.com/html">Hypertext</a>
─ Result
Hypertext
Markup Language
A Markup Language is an arrangement of markup labels. A HTML Tag increases a content or a protest that is utilized as a part of between a begin tag and end tag.
HTML labels are not showed up on the program but rather it advises the program how to structure and show them inside a report.
<u>Underlined Text</u>
─ Result
Underlined Text
Portrayal:
As per the outcome above, in light of utilizing the content "Underlined Text" in the middle of <u> and </u> labels, program understood that the content will take an underline.
HTML INTRODUCTION
Reviewed by raj baghele
on
August 12, 2018
Rating:
Reviewed by raj baghele
on
August 12, 2018
Rating:

No comments: