Tuesday, July 14, 2009

Web Design: Curious about HTML. I have a few questions. Can someone help?

Eight elements (tags) present in every page of HTML



What are closing tags?



Does every tag used have its equivalent %26#039;closing%26#039; tag?



What are HTML editors? Name some of their advantages and some disadvantages of using an editor.



What are 3 widely used editors?



Give an example of a tag containing a command word, an attribute, and a value.



List the tags, in their proper order, which make-up the most basic page of HTML.



Web Design: Curious about HTML. I have a few questions. Can someone help?





1. closing tags tell where a tag is ending.. For example, %26lt;p%26gt; and %26lt;/p%26gt; tags come in pairs. %26lt;p%26gt; is where a paragraph starts, and %26lt;/p%26gt; (the closing tag) tells where a paragraph ends.



2. No %26lt;img%26gt; tag does not have a closing tag.



3. Html editors is a program you use to edit html code. Advantages are that it is easier to catch mistakes since the built in software will tell you what closing tags are needed. For example if you are in the middle of a paragraph (i.e. %26lt;p%26gt; tag) and decide to make a closing tag, simply type %26lt;/ and automatically the software will change the %26lt;/ into %26lt;/p%26gt;.. Disadvantages would be, that some write unnecassary code.



4. Macromedia/Adobe Homesite+, Macromedia/Adobe Dreamweaver, Microsoft Frontpage



5. %26lt;img src=%26quot;http://www.myphotoalbum.com/picture...



command word = img



attribute = src



value = %26quot;http://www.myphotoalbum.com/picture1.jp...



6. %26lt;html%26gt;



%26lt;head%26gt;



%26lt;/head%26gt;



%26lt;body%26gt;



%26lt;/body%26gt;



%26lt;/html%26gt;



Web Design: Curious about HTML. I have a few questions. Can someone help?



Excuse me, but are you by any chance looking for someone to do your home work? And if so, isn%26#039;t that called cheating?



You can find the answers to all your questions at the official W3C HTML specification website (link below).



Other Replys:HTML is the basic of web design, it%26#039;s one of the most common way to spice up your page...



Closin tags are just a way for you to tell the system that you no longer want that you were previously doing to continue, so you can start something new....(EX. you want red font for the words %26quot;I LOVE YOU%26quot; but just those words than yu need to have a closing tag after those words so all the other words are unaffected by the red.



HTML editors are like previewers, they allow you to preview your sites, and swtich between HTML and like how you would use a word document...Instead of using HTML to center a page (inserterting %26lt;center%26gt;) you would jux click on the %26quot;center%26quot; icon provided by the editor...although there are advantages to editors, but if you know how to use HTML freely, using it from your knowledge provides you with the freedom to do as you like...but editors are always a good way to start....



http://www.tizag.com/htmlT/htmlbackgroun...



Good site for basic [script] and %26lt;HTML%26gt;



Other Replys:Hi,



These videos are GREAT for everything to do with web design!



You can get them here --%26gt; http://www.protry.com



Goodluck,



Henry

No comments:

Post a Comment