Announcement

Collapse
No announcement yet.

HTML sequence

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • HTML sequence

    Anyone that can explain how I can change the title position in the beginning of HTML code, without using a HTML properties box?
    I want this sequence:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <HTML>
    <HEAD><TITLE>Perder peso saudável | Emagrecer depressa</TITLE>
    <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    instead of:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <HTML>
    <HEAD>
    <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <TITLE>Perder peso saudável | Emagrecer depressa</TITLE>
    Thanks,
    Carlos
Working...
X