answersLogoWhite

0

Html mostly uses three main parts. The thing,(e.g. <FONT size="10"></font>) the thing your changing, (e.g. <font SIZE="10"></font>) ,what your changing it to.(e.g. <font size="IO"></font) And the closing tab.(e.g. <text size="10"></FONT>)Then you put some of the thing (e.g. <font size="10">Content of your site</font>)

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

How can you catch up on Grey's Anatomy series 5?

You can buy it on DVD or you can watch it here: http://www.surfthechannel.com/show/88.html


What has the author Jones Quain written?

Jones Quain has written: 'Quain's Elements of anatomy' -- subject(s): Anatomy 'Quain's elements of anatomy, ed. by W. Sharpey A. Thomson and J. Cleland. 2 vols. [issued in 3 ..' 'Quain's elements of anatomy' -- subject(s): Anatomy 'Quain's Elements of anatomy' -- subject(s): Anatomy, Human anatomy 'Quain's elements of anatomy' -- subject(s): Anatomy, Human anatomy 'Elements of anatomy' -- subject(s): Anatomy, Human anatomy 'Elements of anatomy v.3' 'A series of anatomical plates' -- subject(s): Atlases, Human anatomy, Anatomy


Differentiate HTML tag from an HTML documents?

HTML tags are used to delimit HTML elements inside an HTML document.


How do you prepare an HTML?

The basic HTML base to a HTML website is &lt;HTML&gt; &lt;title&gt; &lt;/title&gt; &lt;head&gt; &lt;/head&gt; &lt;body&gt; &lt;/body&gt; &lt;/HTML&gt;


The study of body parts and their relationships to one another is called?

Anatomy. Anatomy is the scientific study of the structure of living organisms, including their body parts and their relationships to one another.


What is general anatomy?

explain what is anatomy


What is a seals anatomy?

A seals anatomy


What has the author R J Last written?

R. J. Last has written: 'Anatomy' 'Last's anatomy regional and applied' -- subject(s): Regional Anatomy, Surgical and topographical Anatomy 'Anatomy, regional and applied' -- subject(s): Regional Anatomy, Surgical and topographical Anatomy


What rhymes with anatomy?

No single word rhymes with "anatomy."actually academy rhymes with anatomy


What does Taylor Swift watch?

Taylor's absolutely favourite TV show is Grey's Anatomy! In an interview with "Just Jared" she said, that she would even get up at six in the morning to watch it! http://www.aceshowbiz.com/news/view/00019816.HTML


Anatomical features that change during illness are studied in what anatomy?

One of the 3 topics of pathological anatomy it is Medical Anatomy


How do you put HTML in PHP?

Its done exactly the same as when you put it in an HTML file. There are 2 ways you can do it: &lt;html&gt; &lt;?php // php stuff ?&gt; &lt;/html&gt; Or you can do it like this: &lt;?php echo "&lt;html&gt;"; // php stuff echo "&lt;/html&gt;"; ?&gt;