Get up to 80 % extra points for free! More info:

Discussion – Lesson 2 - Basic HTML tags

Back

 

Comments
Avatar
AbdulQuddus
Member
Avatar
AbdulQuddus:12/22/2016 14:24

<!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>

</html>

 
Reply
12/22/2016 14:24
Avatar
AbdulQuddus
Member
Avatar
AbdulQuddus:12/22/2016 14:25

<!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>

</html>

 
Reply
12/22/2016 14:25
Avatar
Adewale Damilola:5/19/2017 9:14

<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>

 
Reply
5/19/2017 9:14
Avatar
IT Man
Member
Avatar
Replies to Adewale Damilola
IT Man:5/20/2017 3:00
  1. The start of the document is <!DOCTYPE html>. Check the previous lesson.
  2. You have no opening tag of html.
  3. lang must be declared in html tag, not in head. And I think English is only en.
  4. You have no closing tag of p.
  5. 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>

Good luck in next lessons. :)

 
Reply
5/20/2017 3:00
Avatar
omenazu chiemela george:6/13/2017 5:07

<!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>program­ming</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</stron­g>. 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</Stron­g> wire. The blue wire can cause an explosion. </P>
<p> Start the registry editor using a <em>regedit.e­xe</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>

</body>
</html>

Reply
6/13/2017 5:07
always ahead
Avatar
Nwaokonko Vincent:6/26/2017 17:07
<!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>
Edited 6/26/2017 17:08
 
Reply
6/26/2017 17:07
Avatar
Ardouin Best Saint Jean:7/4/2017 14:28

<!DOCTYPE>

<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</stron­g>.</p>

<h3> Skill</h3>
<p>I like helping people whenever i feel like it, i speak a litte bit of <strong>english</stron­g>, <strong>french</stron­g>, Mainly creole.</p>

</body>

</html>

 
Reply
7/4/2017 14:28
Avatar
Ardouin Best Saint Jean:11/13/2017 20:10

<!DOCTYPE html>

<html lang="en" >

<head>
<meta charset="utf-8" />
<title>BERACA SEVENTH DAY ADVENTIST CHURCH.html</title>

</head>

<body>
<h1>WELCOME TO BERACA SEVENTH DAY ADVENTIST CHURCH</h1>
<p><strong>Home of Every Seventh Day Adventist</stron­g></p>

</body>

</html>

 
Reply
11/13/2017 20:10
Avatar
Ardouin Saint Jean:6/17/2020 12:58

<!Doctype html>

<html lang="en">
<head>
<meta charset="utf-8" />

</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><stron­g>application</stron­g>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>

</body>

</html>

 
Reply
6/17/2020 12:58
To maintain the quality of discussion, we only allow registered members to comment. Sign in. If you're new, Sign up, it's free.

9 messages from 9 displayed.