<!doc type html>
<html lang="en">
<head>
<title>my web page</title>
</head>
<body>
<h1>my web page</h1>
<h2>Paragraphs</h2>
<p>We briefly went over<strong> paragraphs</strong> in the
previous<em> lesson</em>.<br/> Just to be clear, text<u>
cannot</u> be added randomly into the body. <br/>We split and wrap
text into paragraphs</p>
<p> This is my first website im learning HTML this my first class
</p>
<p> This is my 2nd peragraph </p>
</body>
<!doc type html>
<html lang="en">
<head>
<title>my web page</title>
</head>
<body>
<h1>my web page</h1>
<h2>Paragraphs</h2>
<p>We briefly went over paragraphs in the previous lesson.
Just to be clear, text<u>cannot</u> be added randomly into the
body.
We split and wrap text into paragraphs</p>
<p> This is my first website im learning HTML this my first class
</p>
<p> This is my 2nd peragraph </p>
</body>
<Doctype!html>
<head lang="eng">
<title>my web site</title>
</head>
<body>
<h1>my heading<h1>
<p> my web site <i> is all</i> about<em> me
and</em> my friend</br> and<s> evry body i know</s>
</body>
</html>
The start of the document is <!DOCTYPE html>. Check the
previous lesson.
You have no opening tag of html.
lang must be declared in html tag, not in
head. And I think English is only en.
You have no closing tag of p.
You should declare charset UTF-8 in head.
Right code:
<!DOCTYPE html><html lang="en"><head><title>My website</title><meta charset="utf-8"/></head><body><h1>My heading</h1><p>my web site is <em>all about me and my friend</em> and<s> evry body i know</s></p></body></html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title> MY FIRST WEBSITE </title>
<h1>My first website</h1>
<p>Welcome to my first web page. I'm still learning how to script, but I
think I'm getting good at it.</p>
<h2>About Me</h2>
<p>My name is Omenazu Chiemela George and I'm 29 years old. I go to school
in the United States</p>
<p>I like to read and sometimes, mainly in summer, play
sports.</p>
<p>My main hobby, which I eventually plan on making a full career, is
<strong>programming</strong>.</p>
<h2>Skills</h2>
<p>First, I started out using PASCAL. I grew tired of it, and started
looking for more modern languages on the Internet which is how I found
ICT.social! Here, I'm learning to code in <strong>html css</strong>
and <strong>php</strong>. I am able to develop simple applications
so far.</p>
</head>
<body>
<p> This is my first website. It's empty so far, but still, I'm satisfied
with it. </p>
<p>This is the second paragraph.</p>
<p>This is the first sentence of the second paragraph.
This is the second sentence of the second paragraph.</p>
<p>This is the first sentence of the second paragraph.<br>
This is the second sentence of the second paragraph.</p>
<p> <U>STILL ON TEXT WRAPPING </u> </p>
<p>To defuse the explosive, cut the <strong>red</Strong>
wire. The blue wire can cause an explosion. </P>
<p> Start the registry editor using a <em>regedit.exe</em>
command. <strong>We are not responsible for any damage!</strong>
</p>
<p>Welcome to the Czech Republic. A wireless internet connection is now
only $5 <s>$10</s> an hour. </p>
<p>Visits of the ICT.social network has <mark> increased by
300%</mark>.</p>
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><title> MY FIRST WEBSITE </title><h1>My first website</h1><p>Welcome to my first web page. I'm still learning how to script, but I think I'm getting good at it.</p><h2>About Me</h2><p>My name is Omenazu Chiemela George and I'm 29 years old. I go to school in the United States</p><p>I like to read and sometimes, mainly in summer, play sports.</p><p>My main hobby, which I eventually plan on making a full career, is programming .</p><h2>Skills</h2><p>First, I started out using PASCAL. I grew tired of it, and started looking for more modern languages on the Internet which is how I found ICT.social! Here, I'm learning to code in html css and php . I am able to develop simple applications so far.</p></head><body><p> This is my first website. It's empty so far, but still, I'm satisfied with it. </p><p>This is the second paragraph.</p><p>This is the first sentence of the second paragraph.
This is the second sentence of the second paragraph.</p><p>This is the first sentence of the second paragraph.
This is the second sentence of the second paragraph.</p><p><U>STILL ON TEXT WRAPPING </u></p><p>To defuse the explosive, cut the red wire. The blue wire can cause an explosion. </P><p> Start the registry editor using a regedit.exe command. We are not responsible for any damage! </p><p>Welcome to the Czech Republic. A wireless internet connection is now only $5 <s>$10</s> an hour. </p><p>Visits of the ICT.social network has <mark> increased by 300%</mark>.</p><\body><\html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>My first website</title>
</head>
<body>
<h1> My first website</h1>
<p>welcome to my first webpages. I'm still learning how to script, but i
think i'm getting good at it.</p>
<h2> About me.</h2>
<p>My name is Ardouin Saint Jean and i'm 20 years old. I went to school to
the United States.</p>
<p>I like to read sometimes, but i kind of let it now, mainly now i feel
bored so i walked a lot.</p>
<p>My Plan is full , I would like to do a little bit of all, But certainly
all is up to <strong>GOD</strong>.</p>
<h3> Skill</h3>
<p>I like helping people whenever i feel like it, i speak a litte bit of
<strong>english</strong>, <strong>french</strong>,
Mainly creole.</p>
</head>
<body>
<h1>practicing</h1>
<p>Yes i did it and i think i'm getting good at it right now</p>
<p>Anything in life need practicing.<br />practicing is what we
should never keep on doing</p>
<h2>#tags</h2>
<p>coding language to help you create your
<em>site</em><strong>application</strong>etc.
</p>
<p>ain't hard to understand but not as <mark>drinking
water</mark> either.<br /><s>1</s>is better than
2.</p>