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

Check a file for spelling errors, Normal 0 false false fals...

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

Write a script for explicitly display of values, Write a script called 'pro...

Write a script called 'prob1.m' that solves for the variables y, and z in terms of a user inputed x. The variables y and z are defined as follows: y = x - 30                when

Retrive unicode text using vb.net ado.net, How Can I Retrive Unicode CSV Fi...

How Can I Retrive Unicode CSV File the ADO.net VB.net

X86 Assembly, You are to Use ASCII operations to design an IA-32 assembly ...

You are to Use ASCII operations to design an IA-32 assembly language program which will do addition and subtraction on positive integers of any length represented in characters. T

Program for deleting nodes from the binary search tree, Problem: This...

Problem: This assignment is about deleting nodes from the binary search tree. You need to use given sequence to construct a binary search tree and then delete some nodes from

Write a series of expressions that demonstrate the threshold, Write a funct...

Write a function called threshold1 (in a file called 'threshold1.m'. The function takes three arguments. The first two are arbitrarily sized arrays, A and B, and the third is a pos

Windows presentation foundation, Windows Presentation Foundation Designed b...

Windows Presentation Foundation Designed by Microsoft Technologies, the Microsoft Technologies windows Display Groundwork (or WPF) is a computer-software graphic subsystem for maki

Read Multiple Text Files, How to read datasets in multiple text files in an...

How to read datasets in multiple text files in an non interactive program?

What is dynamic binding, Dynamic Binding: - Binding refers to the linking ...

Dynamic Binding: - Binding refers to the linking of a procedure call to the code to be executed in response to the call. Dynamic binding (late binding) means that the code associa

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