HTML
-:Description:-
HTML stands for HyperText Markup Language. It was developed by the scientist Tim Berners-Lee in 1990 for making very basic pages in a website.
HTML is very eazy to learn and use. Along with some other technologies, such as CSS and JavaScript anyone can eazily make his own website. Once this website is uploaded onto the internet, anyone can access this site by connecting to the internet. HTML has got a concept of tags which are useful in the alignment of data and images.Text Editors
Any text editor can be used to make a simple HTML page. Notepad is the most basic editor which you can use for writing simple html code. If you are looking for some advanced ones, then try any one of the following:
What is HTML?
HTML is a computer language devised to allow website creation. These websites can then be viewed by anyone else connected to the Internet. It is relatively easy to learn, with the basics being accessible to most people in one sitting; and quite powerful in what it allows you to create. It is constantly undergoing revision and evolution to meet the demands and requirements of the growing Internet audience under the direction of the » W3C, the organisation charged with designing and maintaining the language.
The definition of HTML is HyperText Markup Language:-
- HyperText is the method by which you move around on the web — by clicking on special text called hyperlinks which bring you to the next page. The fact that it is hyper just means it is not linear — i.e. you can go to any place on the Internet whenever you want by clicking on links — there is no set order to do things in.
- Markup is what HTML tags do to the text inside them. They mark it as a certain type of text (italicised text, for example).
- HTML is a Language, as it has code-words and syntax like any other language.
How does it work?
HTML consists of a series of short codes typed into a text-file by the site author — these are the tags. The text is then saved as a html file, and viewed through a browser, like Internet Explorer or Netscape Navigator. This browser reads the file and translates the text into a visible form, hopefully rendering the page as the author had intended. Writing your own HTML entails using tags correctly to create your vision. You can use anything from a rudimentary text-editor to a powerful graphical editor to create HTML pages.
What are the tags up to?
The tags are what separate normal text from HTML code. You might know them as the words between the
What is HTML and its use?
Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications. With Cascading Style Sheets (CSS) and JavaScript, it forms a triad of cornerstone technologies for the World Wide Web. ... Browsers do not display the HTML tags, but use them to interpret the content of the page.What is the HTML code?
HTML stands for HyperText Markup Language. Developed by scientist Tim Berners-Lee in 1990, HTML is the "hidden" code that helps us communicate with others on the World Wide Web (WWW). When writing HTML, you add "tags" to the text in order to create the structure.What is the definition of HTML?
HTML (Hypertext Markup Language) is the set of markup symbols or codes inserted in a file intended for display on a World Wide Web browser page. The markup tells the Web browser how to display a Web page's words and images for the user.How many types are used in HTML
The three list types. There are three list types in HTML: unordered list — used to group a set of related items in no particular order. ordered list — used to group a set of related items in a specific order.Is HTML is a programming language?
If you're going to say that HTML is a programming language, then you might as well include things such as word documents, as they too are based on ML, or 'Markup Language'. So, no, HTML is a not a programming language. It is called "markup" for that reason.What is the element in HTML?
An HTML element is an individual component of an HTML document or web page, once this has been parsed into the Document Object Model. HTML is composed of a tree of HTML nodes, such as text nodes. Each node can have HTML attributes specified. Nodes can also have content, including other nodes and text.What is the full form of HTML?
The full form of HTML is Hypertext Markup Language, It is the standard markup language for creating web pages and web applications. The full form of HTML is Hypertext Markup Language (HTML). Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications .
No comments