Presentation is loading. Please wait.

Presentation is loading. Please wait.

 HTML is hypertext markup language. It is a way for people to display their information with more complex pictures and text displays. Before HTML, messages.

Similar presentations


Presentation on theme: " HTML is hypertext markup language. It is a way for people to display their information with more complex pictures and text displays. Before HTML, messages."— Presentation transcript:

1  HTML is hypertext markup language. It is a way for people to display their information with more complex pictures and text displays. Before HTML, messages over networks were boring with no links or pictures. Today, we can create pages that are informational and aesthetically pleasing.

2  Using this wonderful command, an html page can be linked to another page.  It is important to say where the page is.  Also, the user needs something to click on so add something.  Click here to go to the course web site http://www.scottbunin.com

3 The command The img command will enable a programmer to place a picture or an image on a page. Be sure to specify the src to say where the file is. Some times placing the width and the height can be helpful too.

4  By replacing the text with an image, the page will have a linked picture. http://www.scottbunin.com  Add some linked pictures with height and width specified to your page.

5  HTML review  The  Combining links and pictures

6 Using Comments The programmer can save them selves a lot of trouble by placing comments inside the code. The comments won’t be seen, they are just for the programmer to keep track of what is going on. Add comments to the code.

7  Instead of just starting with the, a programmer can start with a head command. This is a good place to specify choices for the page such as a title.  Title of the document  Add a title to the code.

8  To make a bulleted list, use the following style of code:  Coffee Milk  Add a bulleted list to your code.

9 Styling HTML with CSS A paragraph can have some style. This is a paragraph. Try some different style options for the pages paragraphs.

10  Using comments  The head command  Bulleted Lists  Styling HTML with CSS

11  Text can have a color in the background.  This is a heading  Use this example to change the background for some of the text on your page.

12 Using CSS to change the whole page In the section, before the section, there can be some design for the whole page. body {background-color:yellow;} p {color:blue;} Use the style command in the head section to set up a nice background color for the page.

13  The embed command can place a file from a location on the page.  It is different from a link because it loads the object onto the current page rather than going to a separate thing. 

14  The embed command can be used to access another html page.  If a student submitted an html page as their project 9 assignment, it would be saved as 9.html.   Try embedding a previous project onto the web page.

15 review CSS background color Using css to change the whole page Using the embed command Gaining access to earlier project

16  The embed command can also be used to have the web page play music.  Line link a music file to play for your page. Look for a.mid file to play some music. 

17  The page should contain some good information about topics the student is interested in. It should contain pictures on what the student is interested in. It should have music and colors so that a person looking at the page will be impressed.

18 Making the page professional Web pages should not only look fun, they should have a sleek aesthetic design. Having stuff all over the place and unorganized will make a person reading the page get confused or annoyed. There are a LOT of other people posting web pages on the Internet. Be sure to take care and have the page show some intelligent design.

19  Some times we want a person to be able to click things on the page to see things happen. A great way to do this is to add a nice button.  Try the following code on your page.  Click Me!  The code won’t do anything for now.

20  Adding music to the page  Making the page interesting  Making the page professional  Using forms to add buttons

21 Using Forms To Get Names The following code will enable a reader to type in their name. Add it to your page. First name: Last name:

22  The following code will enable a person to check boxes. Add a version to your page.  I have a bike I have a car

23  The following will enable a user to put in a password without the password being shown. Add it to your page.  Password:

24 More programming To make the buttons and boxes and text entered do stuff, we will need other programming languages. We can use things like php or javascript to expand on our web page power. To make the best pages will require work and dedication. The best pages of tomorrow will be made of students from today.

25  Using form to get names  Using forms to get checks  Form passwords  More programming


Download ppt " HTML is hypertext markup language. It is a way for people to display their information with more complex pictures and text displays. Before HTML, messages."

Similar presentations


Ads by Google