Basic Blank Page

 

Copy and paste into a blank page, then change the the text in red to meet your needs.

 

  • The script below provides a blank page with a title of "Page Title" and the word "Welcome" displayed with a blank line after it.

  • The page name is "Home Page" which is displayed on the browser title bar.

  • Many search engines will identify the page by the contents of the "keyword" list "software, hardware, scripts" etc.. 

  • Other search engine will use the "Description" or Subject information to identify the page. Or a combination  of both keywords and the description.

Note: the keyword and description contents must not exceed 255 characters each. They are entered in a META tag line which are invisible to the web page visitor.

 

The  default fonts can be set once at the top of the page by using "styles". see the style page for more details.

 


 

<html>

<head>

<meta http-equiv="Content-Type" content="text/html>

<meta http-equiv="keywords" content="software, hardware, scripts">

<meta http-equiv="description" content="my sample home page">

<title>Home Page</title>

</head>

<body>

<h1>Page Title</h1>

<p>Welcome</p>

<p>&nbsp;</p>

<p>Note that &nbsp; is a space separator, there are several of this for special characters.</p>

</body>

</html>

 


The Page preview is shown below.

Page Title

Welcome

 

Note that &nbsp; is a space separator, there are several of this for special characters.

 

 

You can submit your code fragments to us for publication here, 

by emailing to site  at  byscript.com.