Kezdőoldal » Számítástechnika » Weblapkészítés » Mit jelentenek ezek, hogyan...

Mit jelentenek ezek, hogyan lehet kijavítani? Sűrgős!

Figyelt kérdés
Alul
2011. máj. 11. 19:20
 1/5 A kérdező kommentje:

1.Error Line 4, Column 7: end tag for "HEAD" which is not finished


</head>


Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>


Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on.


2.Error Line 42, Column 43: there is no attribute "ROVS"


<textarea name="message" cols="50" rovs="7"></textarea><br>

You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).


This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.


How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.


3.Error Line 42, Column 46: required attribute "ROWS" not specified


<textarea name="message" cols="50" rovs="7"></textarea><br>


The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.


Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.


4. Error Line 77, Column 8: end tag for "TABLE" which is not finished


</table>


Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>


Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on.


5. Error Line 4, Column 10: required attribute "TYPE" not specified


<script></script>


The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.


Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

2011. máj. 11. 19:20
 2/5 anonim ***** válasza:

nem zártad le jól a head-et

a row az nem rov

nem zártad le jól a table-t


ez eléggé amatőrnek tűnik nekem

2011. máj. 11. 19:26
Hasznos számodra ez a válasz?
 3/5 A kérdező kommentje:
De én lezártam a tablet.
2011. máj. 11. 19:27
 4/5 A kérdező kommentje:
és ez <script></script>?? Köszönöm a segítséget!
2011. máj. 11. 19:29
 5/5 anonim ***** válasza:
100%
scriptet lehet beszúrni közé, pl.: JavaScriptet
2011. máj. 11. 19:39
Hasznos számodra ez a válasz?

Kapcsolódó kérdések:





Minden jog fenntartva © 2024, www.gyakorikerdesek.hu
GYIK | Szabályzat | Jogi nyilatkozat | Adatvédelem | Cookie beállítások | WebMinute Kft. | Facebook | Kapcsolat: info(kukac)gyakorikerdesek.hu

A weboldalon megjelenő anyagok nem minősülnek szerkesztői tartalomnak, előzetes ellenőrzésen nem esnek át, az üzemeltető véleményét nem tükrözik.
Ha kifogással szeretne élni valamely tartalommal kapcsolatban, kérjük jelezze e-mailes elérhetőségünkön!