Explain what is html language with an example, Programming Languages

Assignment Help:

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).


Related Discussions:- Explain what is html language with an example

A Simple Distributed Computing Platform , You are asked to develop a replic...

You are asked to develop a replicator (client) that distributes a large job over a number of computers (a server group) on a single switched LAN (our BU04 lab). In this assignment,

JSP, can you provide some assignments for JSP learning

can you provide some assignments for JSP learning

Explain the break statement - computer programming, Explain the Break State...

Explain the Break Statement - Computer Programming? The break statement is used as an interrupt to the normal flow of control this statement causes as exit from the switch stat

Algorithem for create game application, Play is as follows: 1.) Player p...

Play is as follows: 1.) Player places a bet a. Bet is on one of three choice i. "Player" will win ii. "Banker" will win iii. Tie between the "Player" and the "Banker

Shell script to combine 2 files horizontally and vertically, Normal 0 ...

Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4

Write out the syntax of nested if statements, Write out the Syntax of Neste...

Write out the Syntax of Nested if Statements? The universal form is                         If(expression 1)                         {

determine if dna sequence is periodic or not, A string s is said to be per...

A string s is said to be periodic with a period α, if s is α k for some k > 2. (Note that α k is the string formed by concatenating k times.) A DNA sequence s is called a tande

Java networking, Expertsmind brings you unique solution in java assignment...

Expertsmind brings you unique solution in java assignments Networking The term system selection represents composing applications that do across several gadgets (computers

Use an insertion sort to sort an array, Use an insertion sort to sort an ar...

Use an insertion sort to sort an array (sequence) of long word integers. The size of the list will appear just before the list itself. Use the same labels as in this example: LE

Write script to clear the variables in the workspace, Write a script called...

Write a script called 'prob2.m' that asks the user if they wish to clear the variables in the workspace. If the user responds with the strings 'y' or 'yes' then the workspace shoul

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd