Presentation is loading. Please wait.

Presentation is loading. Please wait.

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.

Similar presentations


Presentation on theme: "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."— Presentation transcript:

1 HTML Help book

2 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.

3 The tags for the html element should wrap around all other elements, other than the doctype element. http://www.w3schools.com/tags/tag_html.asp Webpage elements

4 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: http://www.w3schools.com/tags/tag_head.asp Head elements

5 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. http://www.w3schools.com/tags/tag_title.asp This is my web page

6 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 http://www.w3schools.com/tags/tag_body.asp title Content tags

7 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 http://www.w3schools.com/tags/tag_hn.asp Level 1 heading Level 2 heading

8 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 http://www.w3schools.com/tags/tag_img.asp

9 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 http://www.w3schools.com/tags/tag_p.asp This is a paragraph.

10 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 http://www.w3schools.com/tags/tag_table.asp Tags to make cells and rows

11 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 http://www.w3schools.com/tags/tag_tr.asp code for table cells

12 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 http://www.w3schools.com/tags/tag_td.asp cell 1 cell 2

13 ADDING GAMES Search for ‘ embeddable games This should provide you with the code you need Copy and paste the code into your web page

14 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


Download ppt "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."

Similar presentations


Ads by Google