Learn HTML From Basic To Advance, Learn What is html, about html in hindi, Html introduction in Hindi with video tutorials
What is HTML:
HTML stands for Hyper Text Markup Language & markup language is a set of tags. Each tag describes document content type, which provides some specific task. HTML documents contain HTML tags and plain text & are also called web pages. Notepad is a common text editor on Windows-based computers and Mac OSX computers come bundled with TextEdit but any program that lets you fiddle with text will do. Now learn HTML online free. HTML Introduction: HTML is basically a collection of codes, which is used to develop browser based applications. HTML provides wide range of tags for reducing coding. Like in java or asp.net you have to write codes for each task, but html provides wide range of tags like: img, video, files etc. By using these tags you can directly do lots of task, without writing whole code. With HTML we can create web site and web applications, but in html we can create only static website not dynamic. Static it means fixed, like you website data is not movable and responsive but in dynamic your website content is moving and responsive also. For creating responsive website we need to use css, java script, jquery, ajax etc with html. However HTML is backbone of all web languages. Requirement of HTML: For creating html browser, html is having some requirements:
Code Editor: For building html application or browser we have to write code. For writing code we need some editor like: Notepad, Notepad++, TextEditor etc. By default in every system notepad is available, you can use this to write code. After writing code in editor you have to save that file anywhere in your pc or system, but while saving make sure after giving name of the file you use .htm or .html extension. Save file like this: abc.html – abc is file name & .html is extension or .htm also you can use.
Browser: Once you develop the code you need a browser, where you can run the program or you can see your output.
Tags & Elements: While writing code you have to understand the tags and elements of html. Whenever you write code, you should understand html tags like: html, head, body etc. These tags are used to develop code. And for adding extra features or customization we use some element tags like: h1, h2, h3, img, files.
Learn HTML Introduction and requirements in hindi with video tutorials:
If you have any query then please comment below.
This is our first tutorials in next tutorials you will learn some history and basic structure of html.
Click here to read next tutorials and If you want to check course syllabus click here. Friends If you have any query on this tutorial then please comment below, I will surly try to solve your questions as soon as possible.