How do you label electronic files?

  1. Keep file names short and relevant.
  2. If using a date, use the format Year-Month-Day (four digit year, two digit month, two digit day): YYYY-MM-DD or YYYY-MM or YYYY-YYYY.
  3. Include a leading zero for numbers 0-9.
  4. Order the elements in a file name according to the way the file will be retrieved.

How do you name a file in web development?

How to Name HTML Files

  1. Don’t Use Special Characters.
  2. Don’t Use Spaces.
  3. Start the File Name With a Letter.
  4. Use All Lowercase Letters.
  5. Keep Your Filenames Short.
  6. Remember the File Extension.
  7. Good HTML File-Naming Practices.

What are the file naming conventions?

A File Naming Convention (FNC) is a framework for naming your files in a way that describes what they contain and how they relate to other files. These elements could include things like the date of creation, author’s name, project name, name of a section or a sub-section of the project, the version of the file, etc.

How do you name electronic documents?

File naming best practices:

  1. Files should be named consistently.
  2. File names should be short but descriptive (<25 characters) (Briney, 2015)
  3. Avoid special characters or spaces in a file name.
  4. Use capitals and underscores instead of periods or spaces or slashes.
  5. Use date format ISO 8601: YYYYMMDD.

How should HTML files be named?

Guidelines for Naming HTML Files and Folders

  1. HTML file names should end in the suffix “.html” or “.htm”.
  2. The file name should be no more than 32 characters, including the “.html” or “.htm” file suffix.
  3. The first character of the file name should be a letter.

What is the naming scheme for HTML documents?

HTML files should be saved with all lowercase letters and no special symbols (except letters and numbers) except for – (dash) and _ (underscore), concluding with the extension . html. Alternatively, . htm can work as an extension, but whatever you do, don’t mix the two.

What is the best file naming convention?

File naming best practices:

  • Files should be named consistently.
  • File names should be short but descriptive (<25 characters) (Briney, 2015)
  • Avoid special characters or spaces in a file name.
  • Use capitals and underscores instead of periods or spaces or slashes.
  • Use date format ISO 8601: YYYYMMDD.