http://charlieknill.x10host.com/ is my very first attempt at coding a website in HTML and as such is very, VERY basic! Please review my website and leave constructive criticism on how I can improve for future websites!
Thank you
Thank you
what I 'see' is format errors like missing [ / ] and [ > ] for the most part - I am looking at the source code and not of the page(s) layout or styleconstructive criticism on how I can improve for future websites!
what I 'see' is format errors like missing [ / ] and [ > ] for the most part - I am looking at the source code and not of the page(s) layout or style
where is the file [ Main.css ] ?
here is a link to do your own tests - be sure to check mark the [ Show source ] - it will be highlighted with any errors
see --> [ https://validator.w3.org/nu/?showsource=yes&doc=http://charlieknill.x10host.com/index.html ]
<!DOCTYPE html>
<html>
<head>
<title>Charlie's Website!</title>
<meta charset="utf-8"/>
<link rel="stylesheet" type="tex/css" href="Main.css"
</head>
<body>
</body>
<h3>This website was coded in Sublime Text 1.4 which can be downloaded <a href="https://www.sublimetext.com/">here</a>
<h1> Welcome to my website! <h1>
<u1>
<li><a href="index.html">Home</a></li>
<li><a href="Aboutme.html">About me</a></li
<li><a href="Contactme.html">Contact me</a><li>
<u1>
<link rel="stylesheet" type="tex/css" href="Main.css"
<link rel="stylesheet" type="text/css" href="Main.css" />
<!DOCTYPE html>
<html>
<head>
<title>Charlie's Website!</title>
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="Main.css">
</head>
<body>
<h3>This website was coded in Sublime Text 1.4 which can be downloaded <a href="https://www.sublimetext.com/">here</a></h3>
<h1> Welcome to my website! <h1>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Aboutme.html">About me</a></li
<li><a href="Contactme.html">Contact me</a><li>
<ul>
</body>
</html>
those errors and more are shown in the link from above --> [ https://validator.w3.org/nu/?showsource=yes&doc=http://charlieknill.x10host.com/index.html ]it has errors that need fixing