Tuesday, 21 October 2014

HTML worksheet

v
  • Learning Basic HTML as Inquiry for MYP Project

  • Name: Mazen

  • Instructions

  • You will Do the worksheet and submit the answers on your blog

  • What does the abbreviation HTML mean?
 HTML stands for Hypertext Markup Language 

  • Learning HTML involves 2 tasks.  What are they?


  • 1. 


  •  
  • 2. 



  • Look at the two screenshots below.

 


    • A= Figure 1.2

·         B= Figure 1.1


 



What are tags?

Tags is a page online were you can search for websites.

  • What two characters surround a tag?

A less than and a greater than symbol surrounds a tag.

  • What character symbolizes that the tag is a closing tag?

</html> is a closing tag. 

  • What type of editor is used when creating a Web page with HTML commands?

That can range from simple notepad to dreamweaver, eclipse or .net visual studio.

  • What does the abbreviation URL mean? 
Hypertext Markup Language

  • If a company is making a very complicated web site, they will use special design programs to   
create the HTML code. For smaller web sites, it is often best to write all of the HTML code yourself, without a special program.

Identify the correct statements on this list.

  • Other programs often put extra code in that you don't need. This means your web site might      take longer to load.

  • You learn a lot more by writing the code yourself.

  • You can't use as many extra features, like animation, graphics and sound if
    • you write it yourself.

    • It takes longer to write the code.

a. Which start tag would you use to begin an HTML document? <html>

b. Which end tag marks the last line of an HTML document? </html>

Will the </P> tag start a paragraph or end a paragraph? End a paragraph

This code will make the word hello appear on the left-hand side of the screen.
<P ALIGN=LEFT>Hello</P>
Which part of the code is a parameter? ___________________________
What value does this parameter have? ___________________________

  • This is part of the code for somebody's first HTML document.
      • <TITLE>My First Web Page</TITLE>
    • They view their page in a browser. On Figure 2.1, draw a box around the text
  • which is produced by the <TITLE> tags.
  • . If you make some changes to your code, which button must you press in the browser? ________________________
  • Look at the code in Figure 2.2, and then at the browser in Figure 2.3.


  • Which type of tag does Danny need to add so that the page will look like Figure 2.3?
  • __________________________________________________________


  •  Write some of the tags (from your answer to Question 7) in the paragraph below to make the HTML code correct.
    • <HTML>
    • <HEAD>
    • <TITLE>Danny's Delightful Donuts</TITLE>
    • </HEAD>
    • <BODY>
    • <P ALIGN=CENTER>
      • Drop dead gorgeous nuggets of Finest Flour,
      • Fried to a Golden Brown and Dusted with Demerara Sugar
      • then rolled in Technicolor Hundreds and Thousands.
    • Your mouth will love you forever!
    • </P>
    • </BODY>
    • </HTML>

  • What does the software frontpage do?

Front Page allows you to design and build web sites

  • What is the difference between HTML and Frontpage?



A FrontPage template is designed only for use in the Microsoft FrontPage program. Our HTML web templates, however, can be used in any HTML editing program (even FrontPage).



  • What is dreamweaver used for? How can you compare dreamweaver and HTML



Dreamweaver is a software were you can create your own html website. Dreamweaver is needed to create an html so technically without dreamweaver there won’t be html





  • Create a simple webpage with the tags discussed in class and paste the screenshot and the code on your blog under the title “My first Webpage Creation.”





No comments:

Post a Comment