answersLogoWhite

0

An assets folder is normally used to store documents that are used in the creation of a webpage, but aren't going to be part of the actual live webpage when it's moved to the server.

Typical files you would find inside the assets folder include things like the layout documents (in *.psd or *.ai or some other advanced graphics format) and text based documentation of things like user interfaces.

In more advanced projects, you might find database schema and documentation auto-generated by the project.

The key point, however, is that none of these documents are part of the website. They're just used in building the website. If you were going to make an omelette, the assets folder would contain the recipe, the pan, and the chicken.

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Engineering

How do you link style sheet to different folders?

To link a stylesheet in HTML, you use the <link> tag within the <head> section of your HTML document. If your stylesheet is in a different folder, you specify the path relative to the HTML file's location. For example, if your HTML file is in a folder called "pages" and your CSS file is in a folder called "styles," you would link it like this: <link rel="stylesheet" href="../styles/style.css">. The .. indicates moving up one directory level to access the "styles" folder.


How you use ckeditor in HTML form?

Install CKEditor, extract and add in your WEB/INF folder. Include its path in head of html and run it


How do you upload an image in HTML code?

First add image (.jpg, .png, .gif) into 'images' folder in main root of the site. In HTML code add <img alt="word or phrase describing image" height="162" src="path where image is coming from images/img.gif" width="917" />


What is a public HTML directory?

A public HTML directory is a directory that the outside world can "see." There's one on every webserver, even if all the first page does is challenge for a username and password. If the folder wasn't public, the webserver wouldn't serve it to the browser.


What does the MHTML acronym mean?

The initialism MHTML stands for "MIME HTML", which in turn stand for "Multipurpose Internet Mail Extensions" and "HyperText Markup Language" respectively. The MHTML file type combines a regular HTML file with the assets needed to render that file - images, Java applets, sound files, etc.

Related Questions

Can you embed a php file project into a HTML page so the php project is shown between the HTML?

If you want to show the folder in html just use link reference in html. For example: <a href="/path/to/folder">PHP File Project</a> If it is on a server do remember to get real path of folder


What is an folder?

The Output folder holds a folder named for each output format. For instance, if the output generated is HTML Help, the folder inside the Output folder is called "Microsoft HTML Help 1.x." This folder, in turn, holds a folder named for the project itself.Hope this helps, if you do have questions email angelo.ment@gmail.com


What is an output folder?

The Output folder holds a folder named for each output format. For instance, if the output generated is HTML Help, the folder inside the Output folder is called "Microsoft HTML Help 1.x." This folder, in turn, holds a folder named for the project itself.Hope this helps, if you do have questions email angelo.ment@gmail.com


How do you link in HTML without giving Full local drive path?

In HTML you links by giving the path starting with the folder the HTML or HTM file is located. For example if your HTML document is the the folder my documents and you want to link to a file in a sub-folder of my documents. You would type in <a href="webpages/yourwebpage.html> Make sure the folder webpages is in the folder It isn't a very good idea to place other webpages on your website in different folders because you can't link back to the my documents folder from the webpages folder. This causes lots of complications.


How do you link style sheet to different folders?

To link a stylesheet in HTML, you use the <link> tag within the <head> section of your HTML document. If your stylesheet is in a different folder, you specify the path relative to the HTML file's location. For example, if your HTML file is in a folder called "pages" and your CSS file is in a folder called "styles," you would link it like this: <link rel="stylesheet" href="../styles/style.css">. The .. indicates moving up one directory level to access the "styles" folder.


Is a graphic or picture that is not part of the HTML file?

If a graphic or picture, not a part of HTML, you can import them. Putting them in the same folder will make them work.


How you use ckeditor in HTML form?

Install CKEditor, extract and add in your WEB/INF folder. Include its path in head of html and run it


How do I upload an image I have and use the HTML code but the image doesn't show What did I do wrong?

You should check your folder hierarchy and verify that all the HTML/xHTML code is correct. You can use an image editor to ensure the HTML code is correct.


Can offline HTML files rendered on iPad?

yes we can save our HTML files in one folder into iPad using diskaid utility into one of apps like FileApp Pro installed in iPad.


Why while saving a HTML in browser how a folder appended with file is created?

U Fu***** AS* Ho*** ....... no one could answer this q?


How do you put a picture in a website using HTML codes?

Open notepad or whatever you write HTML with. Place the image you want in the same folder your HTML document is in. In your HTML document editor (Notepad) write the following- <img src=your images name.jpg> (or .GIF or . PNG whatever type of image you are using)


How do you access css Im not sure if its in HTML im not sure how to access either of these?

You need to have the files in the same folder. Add this to HTML: <link rel="stylesheet" type="text/css" href=".css">