No of visitors who read this post:
614
Category:
Prog\Scripting Languages
Type:
Question
Author:
Kristofer
Hello folks, I am starting web development in asp.net. I am interested in this language now-a-days. I am just in a naïve state. I am worried about html. When I start web development, there is always a term brings up named html. There is some special system to write this language. I can’t understand why I need to learn html while I am going to start with asp.net. It causes a lot of confusion on me. Can anyone please brief about the need of html?
- Login or Signup Now to post comments

Hope you are cleared about the need of HTML.
Basically, HTML is the standard used in the web world. HTML is flexible, meaning that HTML can be inserted code scripts such as JavaScript, VBScript, and also a web-based programming languages like PHP and ASP. Flash animation as well as several types of multimedia files for free and also can be inserted and displayed through HTML. HTML versatility and carrying capacity is increased usability and make it as a dynamic language code.
HTML (HyperText Markup Language) is known as the language of text-based code to create a web page. Its existence is identified with the extension *. htm or *. html, such as index.html.
To create the HTML, you can use the software editors such as Dreamweaver. Actually, notepad or WordPad is enough if you want to create a simple HTML file or want to explore the language of HTML code.
HTML file actually consists of simple tags or elements of the following:
The example above shows how to use tags <h2> ... </ h2> that will change the font size in which this tag is used to write the title. Examples of the second tag is <br/> to be used if you want to put the next lines of text separated from the previous text line.
One of the most important thing in learning HTML is to know and master the use of HTML tags and browser support of tags.
Hope it helps.