Results 1 to 3 of 3

Thread: Can I remove these html tags?

  1. #1
    Moderator kidd's Avatar
    Join Date
    Nov 2002
    Location
    Somewhere Out There
    Posts
    13,111

    Default Can I remove these html tags?

    What is the use of this meta tag?

    <meta name="generator" content="" />

    Is it against the law to remove it?

    I'm currently using a freeware code editor to write my webpage. This meta tag is automatically generated. But, the thing is, 90%-100% of the code in the pages were written by me or modified from previous webpages template (not generated by the current editor). So, can I remove it?

    I use this editor because it has ready reference for html, css, ftp, etc which makes it easy for my work.

    What about this

    <link rev="made" href="mailto:" />

    What is the advantage/disadvantage of keep this tag?
    什麼是朋友?朋友永遠是在你犯下不可原諒錯誤的時候,仍舊站在你那邊的笨蛋。~ 王亞瑟

    和諧唔係一百個人講同一番話,係一百個人有一百句唔同嘅說話,而又互相尊重 ~ - 葉梓恩

  2. #2
    Moderator Suet Seung's Avatar
    Join Date
    Sep 2001
    Posts
    14,053

    Default

    Quote Originally Posted by kidd View Post
    What is the use of this meta tag?

    <meta name="generator" content="" />

    Is it against the law to remove it?

    I'm currently using a freeware code editor to write my webpage. This meta tag is automatically generated. But, the thing is, 90%-100% of the code in the pages were written by me or modified from previous webpages template (not generated by the current editor). So, can I remove it?

    I use this editor because it has ready reference for html, css, ftp, etc which makes it easy for my work.

    What about this

    <link rev="made" href="mailto:" />

    What is the advantage/disadvantage of keep this tag?
    It's been a while since I've worked on a website, but I think for your first query, if I recall correctly it's just a thing you list words for search engines like google to pick up and your website would come up in the search results. Even without, google could still find you by the page title or link, etc.

    That mailto: is just for your email address, which you should really not use on a website because spambots can pick that up and spam your inbox. Therefore, safe way is just to usersname at gmail dot com.

    The best way to learn is just to remove them and see how the webpage looks and works without it. Just test it. You can always cut and paste it back.
    I just love how you Captivate My Mind

    Self reminder - Update blog more often and continue editing/writing for TOV fanfic.

  3. #3
    Senior Member oGaKirA's Avatar
    Join Date
    Aug 2007
    Location
    In your panty
    Posts
    1,178

    Default

    As far as the legality, i dont think there is anything wrong with deleting any html. Who's gonna know anyways? Usually just have to keep original code and credit when embedding stuff. Like java applets etc.

    Usefull meta tags:

    <meta name="keywords" content="blah blah here" />
    <meta name="description" content="blah blah here" />

    That's if ur page is public and want traffic.
    Due to several complaints, I will stop using the terms "Babe" and "Baby" in reference to our female counterpart. They will now be replaced with "B*tch."

    SPCNET Karaoke Corner

Similar Threads

  1. Be Kind to Your Fellow Members, Use Spoiler Tags!
    By pemberly in forum Japanese/Korean Dramas
    Replies: 1
    Last Post: 09-24-10, 09:12 PM
  2. how to remove noise in audacity?
    By foreva in forum Tech Squad
    Replies: 10
    Last Post: 05-18-07, 09:32 AM
  3. Spoiler tags please?
    By Guo Xiang in forum Technical Issues
    Replies: 4
    Last Post: 08-03-06, 12:04 AM
  4. HOW CAN I GET MY [HTML] TURNED ON??
    By mzphatty in forum Technical Issues
    Replies: 3
    Last Post: 06-27-05, 11:25 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •