I have a little expearance with Html and would like some one to make a quize for me 10-20 questios hard and easy post them here and make sure to bold the correct answer ( incase i dont know)I will pay frih$ a reasonable amount depending on the product you give me.
Last edited by TeenZine on Fri Aug 04, 2006 7:29 pm; edited 1 time in total
Questions:
- What does HTML stand for?
- What is the correct tag for the largest heading?
- What is the correct tag for a line break?
- What is the correct code for adding a background color?
- What is the correct tag set to make text bold?
- What is the correct tag set to make text italic?
- What is the correct code to creat a hyperlink to FriHost?
- How can you make an e-mail link to me at webmaster@thpn.frih.net?
- How can you make a link to FriHost forums open in a new window?
- Which three tags are all <table> tags?
- Which code aligns the text in a table cell to the left?
- What is the correct code to add a checkbox?
- What is the correct code to add a text input field?
- What is the correct code to insert an image?
Answers:
- Hyper Text Mark-Up Language
- <h1>
- <br> or <br />
- <body bgcolor="#000000">
- <b> and </b>
- <i> and </i>
- <a href="www.frihost.com">FriHost- Free, quality web hosting!</a>
- <a href="mailto:webmaster@thpn.frih.net">Contact Me</a>
- <a href="www.frihost.com/forums" target="_blank">Forums</a>
- <table>, <tr>, <td>
- <td align="left">
- <input type="check">
- <input type="text">
- <img src="image.jpg">
Just for your information teenzine, those are not xHTML compliant. They are all invalid tags.
Always use CSS.
| thpn wrote: |
Questions:
- What does XHTML stand for?
- What is the correct tag for the largest heading?
- What is the correct tag for a line break?
- What is the correct method for adding a page background color?
- What is the correct tag set to make text bold?
- What is the correct tag set to make text italic?
- What is the correct code to create a hyperlink to FriHost in the parent frame?
- How can you make an e-mail link to me at webmaster@thpn.frih.net with a subject and body?
- How can you make a link to FriHost forums open in a new window?
- Which tag is used for a table header?
- Which oder are thead, tbody and tfoot tags used?
- What is the correct code to group options in a select box?
- What is the correct code to add a password input field?
- What is the correct code to insert an image?
Answers:
- eXtensible Hyper Text Mark-Up Language
- <h1></h1>
- <br />
- Inline, external or internal CSS using the line - body { background-color: #<HEX CODE>; }
- <b> and </b>
- <i> and </i>
- <a href="http://www.frihost.com" target="_blank">FriHost/a>
- <a href="mailto:webmaster@thpn.frih.net?subject=SUBJECT&body=MESSAGE">Contact Me</a>
- <a href="www.frihost.com/forums" target="_parent">Forums</a>
- <th></th>
- thead, tfoot, tbody
- <optgroup> </optgroup>
- <input type="password" />
- <img src="image.jpg" alt="" />
|
XHTML version of thpn's
He said HTML not XHTML. If he had I would have given him a quiz on those.
How can you make a link to FriHost forums open in a new window?
above couldn't be able to be on my quize since its for a new staff member that will work on my site. Also from know on can you suggest wrong answers. IM going to add this to my aim bot : TeenZIne
| TeenZine wrote: |
How can you make a link to FriHost forums open in a new window?
above couldn't be able to be on my quize since its for a new staff member that will work on my site. Also from know on can you suggest wrong answers. IM going to add this to my aim bot : TeenZIne |
What are you saying? Like make a link that will open in a new window? This can be done but it is harder.
Also not to be rude but read over your posts before you post it.
| TeenZine wrote: |
How can you make a link to FriHost forums open in a new window?
above couldn't be able to be on my quize since its for a new staff member that will work on my site. Also from know on can you suggest wrong answers. IM going to add this to my aim bot : TeenZIne |
| Code: |
| <a href="http://www.frihost.com/forums/" target="_blank>click here for frihost's forums</a> |
That's HTML.
For xHTML, you have to use Javascript.
n0obie4life is right. making it open in a new window (HTML) is easy, though i don't know xHTML!!!
i dont know what u exactly mean.. but if u want to open the frihost forums in a new window and u are using IE... just do shift+click on the link...
i hope this helps
yeah, but u have to do it using HTML. and it works only in IE...