HTML Help book
HTML HTML is the programming language used to make web pages for the Internet. HTML stands for Hyper Text Markup Language. HTML is made up of pairs of tags called elements. Each element tells the web browser information about the web pages content.
The tags for the html element should wrap around all other elements, other than the doctype element. Webpage elements
The head element should be the first element inside the html tags. This element provides information to the web browser about the web page. The following elements can all go inside the head elelment: Head elements
Used to give a title to your web page. This is generally displayed in the top of the web browser or in the tab of the web page to distinguish between different web pages. This is my web page
These tags of this element should contain the content elements for the web page. This element should go directly after the closing head tag. REMEMBER: all content tags go inside the body title Content tags
This element allows the user to define headings within the content of the web page. There are also various other levels of heading down to h6. The following attributes can all be used inside the opening h1 tag: Align- left, right, center, justify Level 1 heading Level 2 heading
This element allows the user to place an image into the content of the web page. The following attributes can all be used inside the opening img tag: Src- location of image Align- left, right, center, justify Border Height width
This element orders the text between the tags into a separate paragraph in the web page. The following attributes can all be used inside the opening p tag: Align- left, right, center, justify This is a paragraph.
This element creates the basis for a table in a web page. These can be used to help layout the web page. The following attributes can all be used inside the opening table tag: Align- left, right, center, justify Bgcolor Border Width Tags to make cells and rows
This element creates a row inside a table. The tr elements should go inside the table element. The following attributes can all be used inside the opening table tag: Align- left, right, center, justify Bgcolor code for table cells
This element creates a table cell inside a table row. The td element should go inside the tr tags. The following attributes can all be used inside the opening table tag: Align- left, right, center, justify Bgcolor cell 1 cell 2
ADDING GAMES Search for ‘ embeddable games This should provide you with the code you need Copy and paste the code into your web page
FOR ANYTHING ELSE… Go to w3schools.com Click on HTML Or use Google to search for what you want to do: HTML Scrolling text HTML Flashing images HTML Image slide show