<p> means a paragraph of text. if you put an opening <p> all the following text will belong to this paragraph until you close it with </p>
How does website uses HTML for there web browsers?
If you would like to upload a HTML code onto a website all you have to do is select 'insert HTML code' if it is a site like 'freewebs' for eample but if you have an orriginal site then put the code onto a notepad, the save as 'whatever your text is'.HTML then you upload that file onto your site
What does the tag p stand for?
The "p" tag stands for paragraph it is a tag.
The paragraph tags are used to define a block of text as a paragraph. This HTML element is one of the basic HTML tags you should learn to use properly.
When a block of text is surrounded by the paragraph tags, the browser automatically adds white space before and after the paragraph.
Make sure to use
to add more paragraphs
An HTML (Hyper Text Markup Language) document is basically a web page. It can be opened in either a text editor or a web browser. In a text editor, the HTML code can be edited to make the web page look ore behave a certain way, in web browser the document appears as it would to people viewing as a web page on the internet.
script language="javascript" type="text/jscript">
function metatime(btn)
{
setTimeout ("window.location.href='URL HERE';" , 15000 );
btn.value="wait 15 sec..";
}