Computer Science, asked by ahmarthepsycho7932, 1 year ago

What is the meaning of framework in web development?

Answers

Answered by tmullagurip29jxy
0
frame work in web development means the arrangement of all the elements on a web page (but not the attributes). we usually use HTML to do the framework recently HTML5 is also introduced to do it. its exactly like the skeletal structure of our body as it helps to give a shape to us. 
<html>
<head>
<title>My website</title>
</head>
<body>
<h1>My website</h1>
<ol>
<li>hi</li>
<li>Viewers</li>
</ol>
<p>............................................................................................</p>
</body>
</html>




if you want to see the example of framework open this html file i have typed.








if you understood. make this answer a brainliest answer and click thanks............
Answered by unknowntitle000
0

Answer:

A web development framework is a set of resources and tools for software developers to build and manage web applications, web services and websites. ... Developers can use the framework to define the 'out-of-the-box' content management capabilities, user authentication features, and administrative tools.

Explanation:

Similar questions