Website maken

Status
Niet open voor verdere reacties.
Nu we het daar toch over hebben hoe kan ik eigenlijk een naam aan mijn website geven bijv: www.hoekrijgikhiertekst.nl?

EDIT: heb hem in die validator gedaan:P... krijg deze fouten:

Line 1, Column 1: no document type declaration; implying "<!DOCTYPE HTML SYSTEM>"
<html> ✉
The checked page did not contain a document type ("DOCTYPE") declaration. The Validator has tried to validate with a fallback DTD, but this is quite likely to be incorrect and will generate a large number of incorrect error messages. It is highly recommended that you insert the proper DOCTYPE declaration in your document -- instructions for doing this are given above -- and it is necessary to have this declaration before the page can be declared to be valid.

Line 15, Column 57: end tag for "FONT" omitted, but its declaration does not permit this
<p align="center"><font size="7"><b>Hardwarehulp</b></p>✉
You forgot to close a tag, or
you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed.
The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag.

Line 15, Column 19: start tag was here
<p align="center"><font size="7"><b>Hardwarehulp</b></p> Line 16, Column 102: end tag for "FONT" omitted, but its declaration does not permit this
…ver mij en mijn Hardwarehulp.</i></P> ✉
You forgot to close a tag, or
you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed.
The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag.

Line 16, Column 19: start tag was here
<p align="center"><font size="5"><i>De site waar je alles vind over mij en mijn Line 32, Column 6: NET-enabling start-tag requires SHORTTAG YES
<hr />✉
The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HTML 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HTML 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

Line 34, Column 87: document type does not allow element "BODY" here
…0FF" VLINK="#FF0000" ALINK="#FF0000">✉
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

Line 36, Column 19: NET-enabling start-tag requires SHORTTAG YES
<P><IMG SRC=http://nvision.pl/img/200809/tt_v9_1.gif WIDTH="450" HEIGHT="450" A✉
The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HTML 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HTML 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

Line 36, Column 19: required attribute "ALT" not specified
<P><IMG SRC=http://nvision.pl/img/200809/tt_v9_1.gif WIDTH="450" HEIGHT="450" A✉
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>.

nou is engels niet echt mijn sterkste punt, kan iemand mij vertellen wat hier fout gaat?
 
Laatst bewerkt:
De validator is ook in het Engels dus niet meteen de richting die je op dit moment uitwil.

Koop eens een goed boek over HTML en CSS.

HTML is de taal die voor de opbouw van je pagina zorgt.
CSS is de taal die voor de opmaak van je pagina zorgt.

We zouden hier eindeloos kunnen doorgaan met tips en bijsturing. Je moet eerst de basis onder de knie hebben, weten hoe een pagina eruit ziet, hoe je opmaak scheidt van opbouw... enzv.
 
Je hebt inderdaad gelijk, alleen dan krijg ik een boek van 300 blz. En dan ben ik eerst een maand bezig met lezen:(
 
Nu we het daar toch over hebben hoe kan ik eigenlijk een naam aan mijn website geven bijv: www.hoekrijgikhiertekst.nl?

Een domein naam moet je kopen, kan bij een heleboel instellingen. Het makkelijkst is om bij hetzelfde bedrijf zowel een hosting pakket (ruimte om je site op te zetten, en bandbreedte om hem aan andere mensen te tonen) en een domein naam te kopen; dan krijg je vaak korting en het is makkelijker te onderhouden.

Zelf zit ik bij transIP, die vind ik erg goed :thumb:
 
Nog 1 vraag:

Als ik het hier onderstaande menu maak dan moet de punt zwart worden en de letters rood, alleen de punt wordt overal wel zwart alleen de letters worden overal blauw behalve bij het woord links, waarom o waarom gebeurd dat?

<p><font color="#000000" face="Verdana" size="2">●</font><font color="#ff0000" face="georgia" size="3">
<a href="home.htm">Home</a></font></p>
<p><font color="#000000" face="Verdana" size="2">●</font><font color="#ff0000" face="georgia" size="3">
<a href="wat is hardware.htm">Wat is Hardware</a></font></p>
<p><font color="#000000" face="Verdana" size="2">●</font><font color="#ff0000" face="georgia" size="3">
<a href="voor-wie.htm">Voor wie</a></font></p>
<p><font color="#000000" face="Verdana" size="2">●</font><font color="#ff0000" face="georgia" size="3">
<a href="kosten.htm">Kosten</a></font></p>
<p><font color="#000000" face="Verdana" size="2">●</font><font color="#ff0000" face="georgia" size="3">
<a href="wie ben ik.htm">Wie ben ik</a></font></p>
<p><font color="#000000" face="Verdana" size="2">●</font><font color="#ff0000" face="georgia" size="3">
<a href="contact.htm">Contact</a></font></p>
<p><font color="#000000" face="Verdana" size="2">●</font><font color="#ff0000" face="georgia" size="3">
<a href="links.htm">Links</a></font></p>
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan