answersLogoWhite

0

Is HTML a framework

User Avatar

Anonymous

15y ago
Updated: 8/17/2019

Short answer: No, HTML is a full blown language, and frameworks are large libraries of code written IN a language that can extend its capabilities.

Longer answer:

HTML (Hyper-Text Markup Language) is a programming language, of sorts. Programming languages have syntax features. They have standards. They have a specific engine backing them that allows them to function. When you write code in a language, the application compiling and/or rendering it knows exactly how to handle the code, what the syntax means, etc. Languages define basic structure and syntax, such as how a for loop forks, what an if/then statement does, how variables are declared, defined, and set, and so on.

A Framework, on the other hand, provides various methods on top of a language. A framework cannot redefine what an if/then statement does, nor can it provide new ways to declare variables. What a framework CAN do is simplify your life with a language. While HTML (language) will provide you everything you need to draw elements on the screen and fill them with content, a framework will provide you with the tools to, say, use a single line of Javascript to create a rounded corners HTML table, which, using your own HTML, is incredibly tedious.

Javascript is another example of a language. JQuery is an example of a framework that runs on top of Javascript. Javascript defines if/thens, for loops, data types, and so forth, as well as basic methods to interact with the HTML on top of which it runs. However, JQuery provides features that allow you to call a single Javascript function that they created that will find an HTML element, and animate it - it does the dirty work of setting up the timers, knowing how to fade the element in/out, move it up/down, etc, in a way that works in all the browsers, so that you don't have to.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is HTML template framework?

HTML can use templates which are already made. The users can just modify the templates according to their needs.


What is Framework?

The Framework is a free and open-source HTML framework for developing hybrid mobile apps or web apps for iOS and Android devices. This is one of a set of open-source libraries and solutions from iDangero.us written by Vladimir Kharlampidi. Framework can also be used with other frameworks like Angular, React etc. Framework was introduced in the year 2014. This latest version 1.4.2 was released in February 2016 under the MIT lice best services by angular js Jai Infoway


What is the primary framework of World Wide Web referring on how the content is presented?

The Semantic Web gives data a common framework of the World Wide Web. It allows the data to be shared and applications referring to the Semantic Web increase daily. Most content is presented in HTML.


How can I develop a web application using the .NET framework?

To develop a web application using the .NET framework, you can start by choosing a development environment like Visual Studio. Then, create a new project using the ASP.NET framework. You can use C or VB.NET for coding. Design the user interface using HTML, CSS, and JavaScript. Utilize the .NET framework libraries for functionality like database access and authentication. Test your application thoroughly before deploying it to a web server.


What is the role of HTML in a website?

HTML (HyperText Markup Language) is the standard markup language used to create web pages and applications. HTML plays a crucial role in a website by defining the structure and content of the page. It provides a framework for organizing and presenting text, images, and other media elements on a website. HTML tags and attributes are used to define the layout, headings, paragraphs, links, lists, and other elements of the webpage. Additionally, HTML provides a way to add metadata to a webpage, such as keywords and descriptions, which can help with search engine optimization (SEO) and accessibility. Overall, HTML is an essential part of building a website and creating a seamless user experience. jai Infoway


Differentiate HTML tag from an HTML documents?

HTML tags are used to delimit HTML elements inside an HTML document.


How do you prepare an HTML?

The basic HTML base to a HTML website is <HTML> <title> </title> <head> </head> <body> </body> </HTML>


What is chrome less?

Chromeless is a framework that allows you to run applications based on HTML technologies (HTML, JavaScript & CSS) on the desktop. These applications are essentially web-pages but with modules included that allows for example access and use files on your PC's hard drive it means they are true desktop applications. Given that it is based on HTML technologies, these applications can interact with the internet say for example you develop a Chromeless app to display your photos, you could also post these photos to an internet site to flickr. It could also be possible just to pull all the photos from flickr rather than the desktop. The possibilities are endless. Just to point out that given the misconceptions, Chromeless is not a cloud-based framework, it works without an internet connection. The framework is also cross-platform and in theory cross device so you can run it on Linux, Windows or an Android device and should work in the same way.


How do you put HTML in PHP?

Its done exactly the same as when you put it in an HTML file. There are 2 ways you can do it: <html> <?php // php stuff ?> </html> Or you can do it like this: <?php echo "<html>"; // php stuff echo "</html>"; ?>


True or false the latest reformulated version of HTML is HTML 1.0?

This is false, the newest version of HTML is HTML 5.


Is html a replacement for xhtml?

No. HTML existed before XHTML. XHTML combines XML and HTML, so it is an advancement on HTML.


How do you submit an HTML?

I don't understand exactly what you mean by that but if you simply save a file with the extension .HTML it will be a HTML file that you can publish online. for eg <HTML> <body> This is my HTML page </body> </HTML> will simply show "This is my HTML page" on your web browser hope i helped