HTML Code
.
cell 1 | cell 2 | cell 3 |
.
Helpful Advice For Parents |
Trevorton Fall FestivalThe 2017 Fall Festival held in Trevorton will take place on Saturday, October 14th beginning with at parade at 11:00am. Click on the image for all the details. |
|
<font size=”number“>
<font color=”color_name|hex_number|rgb_number“>
<font face=”font_family“>
This text is in red
This text is Calibri
This text is Verdana
This text is Helvetica
This text is Sans-Serif
This text is MS-Sans-Serif
This text is Sans Serif size Medium
This text is Sans Serif size Large (Use this effective 11/22/2017)
This text is MS Sans Serif
This text is Times New Roman
This text is 1 point
This text is 2 point
This text is 3 point
This text is 4 point
This text is 5 point
This text is 6 point
This text is 7 point
This text is Arial 2 point
This text is Verdana 2 point
This text is Arial 3 point
This text is Verdana 3 point
This text is Arial 4 point
This text is Verdana 4 point
This is heading 1, THIS IS HEADING 1
This is heading 2, THIS IS HEADING 2
This is heading 3, THIS IS HEADING 3
This is heading 4, THIS IS HEADING 4
This is heading 5, THIS IS HEADING 5
This is heading 6, THIS IS HEADING 6
This is the paragraph font
This is the preformatted font [slideshow_deploy id=’7156’][forecast]
WordPress Theme: Azul Silver , Trending
WP Alert Notification Bar Plugin:
Where All Students Can Learn….Where Fair Is Not Always Equal…Where Assessment Drives Instruction…
Color: #18469c is the blue background
Red Color for emergency announcements: #b73231 background
Line Mountain Gold is: #ffc610
[wpfilebase tag=fileurl id=1 linktext=’Click Here For Policy 000′ /]
This page is simply for HTML examples
This is header Cell Type format in a table |
---|
This is data format in a table CELL TYPE format |
Heading 1 |
Heading 2 |
Heading 3 |
Heading 4 |
Heading 5 |
Paragraph | Address |
Pre |
Heading 6 |
The numbers are the percentages before and after in style css |
This is White on Red
- To display the text with bullets, the format should be <li>text</li>
- The </br> performs a carriage return line feed.
- To display bold text, the format should be: <b>Southern Columbia</b>
- To Align text left, right, or center:
- <DIV ALIGN=RIGHT>
- This is the text that would be right justified.
- </DIV>
<hr size=”5″ align=”center” width=”100%” color=”blue”></br>
Below is a website that tells how To Display a link that opens in a new window and popup windows:
http://www.quackit.com/html/codes/html_open_link_in_new_window.cfm
Example:
<a href=”http://www.quackit.com/html/html_help.cfm” target=”_blank”>HTML Help</a>
Example for Popup Window:
<a href=”http://www.quackit.com/html/codes/html_open_link_in_new_window.cfm”>HTML Open Link in New Window</a> from Quackit.com
Here is a website that tells how to display a link that opens in the same window:
http://www.quackit.com/html/codes/html_link_code.cfm
Example: <a href=”http://www.quackit.com/html/codes”>Get your HTML codes here!</a>
How To Make an Email Link:
<a href=”mailto:homer@example.com”>Send an email to Homer now</a>
How To Change Color Of Text:
<FONT COLOR=”GREEN”>This text is green</FONT>
Or
<FONT COLOR=”#cc6600″>sample text</FONT>
<FONT COLOR=”#FF0000″>sample text</FONT>
How To Change Background Color Of Text:
(This code will display the word “next” with white text and red background
<FONT COLOR=”WHITE”>;<FONT style=”BACKGROUND-COLOR: red”>;This is White on Red</FONT>;</FONT>;
This is White on Red
How To Change the Font Type and Size
<font face=”times new roman”>Here is some text using Times New Roman font face… </font>;
<font face=”arial”>Here is some text using Arial font face</font>;
<font size=”6″>This is some text!</font>
HOW TO INSERT A PICTURE:
You can insert the picture into the .html pages or directly into the SQL table
This code centers the picture:
<center><img src=”\district\images\lightpoles.jpg” alt=”30-Foot Light Poles” width=”334″ height=”311″>; </center?;
(image resides in the folder in the code.
<center><img src=”/images/clahr.JPG” width=”258″ height=”255″></center>;
(image resides in \\www1\c$\inetpub\lmsd2006\images
This is code to insert a picture with a hyperlink
<a href=”http://www.gotoinutrition.com” target=”_blank”><center><img src=”\department\images\inutrition.jpg” width=”354″ height=”89″></center></a>
HOW TO ADD COMMENTS TO CODE
<!– commentsgohere –>
HOW TO ADD BULLET POINTS
<li>Jr/Sr High School 10:30am</li></br>
Would display
- Jr/Sr High School 10:30am
To use this slideshow in your website either add this piece of shortcode to your posts or pages:
[slideshow_deploy id=’5474’]
Or add this piece of code to where ever in your website you want to place the slideshow:
<?php do_action(‘slideshow_deploy’, ‘5474’); ?>
Or go to the widgets page and show the slideshow
[slideshow_deploy id=’7133’]