• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

start tag error

New Here ,
Mar 10, 2020 Mar 10, 2020

Copy link to clipboard

Copied

<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Home Page</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<main>
<header>
<div id="logo">
<img src="images/Carley Design.png" alt="Carley Design Logo" height="100%" width="auto">
</div>

<nav>
<ul class="navigation">
<li><a href="index.html">Home Page</a></li>
<li><a href="About Me.html">About Me</a></li>
<li><a href="ContactMe.html">Contact Me</a></li>
<li><a href="Gallery.html">My Gallery</a></li>
</ul>
</nav>
</header>
<section class="sectioneaxmple">
<article class="left-article">
<h1>My Social Media</h1>
<p>Hello vistors if you want to see more of my work are want to connect with me you can follow me on these social media platforms.twitter @matthewcarley97 instagram @mcarley11 and you can also connect with me on linkedin @Matthew carley I hope to be working with you in the near feature.</p>
</article>
<section class="sectioexample">ßß
/article class"right-article"
<h1>My Events</h1>
<p> here i will posted what events i'm doing each days and if i hold any workshops in the future i will posted it there and what time and where i'm doing it at.</p>
</section>
<body>
</body>
</html>Screen Shot 2020-03-10 at 12.01.10 PM.png

TOPICS
Code , Error

Views

870

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Mar 10, 2020 Mar 10, 2020

Replace what you have now with this corrected code.

 

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Home Page</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<main>
<header>
<div id="logo">
<img src="images/Carley Design.png" alt="Carley Design Logo" height="100%" width="auto">
</div>
<nav>
<ul class="navigation">
<li><a href="index.html">Home Page</a></li>
<li><a href="About Me.html">About Me</a></li>
<li><a href="ContactMe.html">Contact M
...

Votes

Translate

Translate
Community Expert ,
Mar 10, 2020 Mar 10, 2020

Copy link to clipboard

Copied

Replace what you have now with this corrected code.

 

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Home Page</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<main>
<header>
<div id="logo">
<img src="images/Carley Design.png" alt="Carley Design Logo" height="100%" width="auto">
</div>
<nav>
<ul class="navigation">
<li><a href="index.html">Home Page</a></li>
<li><a href="About Me.html">About Me</a></li>
<li><a href="ContactMe.html">Contact Me</a></li>
<li><a href="Gallery.html">My Gallery</a></li>
</ul>
</nav>
</header>
<section class="sectioneaxmple">
<article class="left-article">
<h1>My Social Media</h1>
<p>Hello vistors if you want to see more of my work are want to connect with me you can follow me on these social media platforms.twitter @matthewcarley97 instagram @mcarley11 and you can also connect with me on linkedin @matthew carley I hope to be working with you in the near feature.</p>
</article>

<article class="right-article">
<h1>My Events</h1>
<p> here i will posted what events i'm doing each days and if i hold any workshops in the future i will posted it there and what time and where i'm doing it at.</p>
</article>
</section>
</main>
</body>
</html>
Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 10, 2020 Mar 10, 2020

Copy link to clipboard

Copied

ok. I will try that 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 10, 2020 Mar 10, 2020

Copy link to clipboard

Copied

LATEST

thanks that got rid of the error code for me. I was stuck on that for hours 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines