explain what is html language with an examplehtml


Explain what is HTML language with an example?

HTML is the HyperText Markup Language.
HTML files are text files featuring semantically tagged elements.
HTML filenames are suffixed along with .htm or .html.
Here's a simple HTML file:



My First HTML Document


A level one heading

Hello there. This is very important.



Names enclosed in angle brackets such as , , and are called tags. Tags are case insensitive. <html> means the similar thing as <HTML> as <Html> <HtMl>. Therefore, these days lower case tags are preferred, especially if you required to work with XML or XHTML.</p> <p style="text-align: justify;">Most start-tags are matched with end-tags, and affect the text contained among them. The end-tag is the similar as the opening tag except for a / after the opening angle bracket. For example, </html>, </head>, and are end-tags. The text in among and , My First HTML Document in the above example, is the title of the page.

As you can see from the above example elements may, in general, nest. However they may not overlap (though some browsers can handle this).

Request for Solution File

Ask an Expert for Answer!!
Application Programming: explain what is html language with an examplehtml
Reference No:- TGS0285014

Expected delivery within 24 Hours