HTML tags I learned

Web hosting, SEO, etc... related
User avatar
Nipuna
Moderator
Moderator
Posts: 2729
Joined: Mon Jan 04, 2010 8:02 pm
Location: Deraniyagala,SRI LANKA

HTML tags I learned

Post by Nipuna » Wed Sep 28, 2011 12:17 pm

Hi

Today I started learning HTML from W3schools HTML tutorial (about 1 hour ago :) ). I've learned a little about 3 years ago too :)

Then I decided to share what I learned with ROBOT.LK

Code: Select all

<html></html>                 Defines the HTML document 
<body></body>                Where the web site content put in
<h1></h1>                       Heading 1 (Means the most important heading of the document) There are heading tags that goes until h6
<h6></h6>                       Heading 6 (The least important heading)
<p></p>                          Paragraph tag. We all know what a paragraph is :)
<br/>                              Line break that uses to separate paragraphs' or any others' lines
<hr/>                              This adds a Horizontal Line 
<a href="http://www.expertore.org"> The site I like the most </a>     In HTML we need to use this to add links
<img src="https://robot.lk/styles/prosilver/imageset/ROBOT.LK-logo3.png" height="150" width="130">      We use this tag to add images to our web page
<!-- HTML Comments-->     We use this tag to make HTML comments.

That's all for now. As I learn, I will be adding more :)
User avatar
Neo
Site Admin
Site Admin
Posts: 2642
Joined: Wed Jul 15, 2009 2:07 am
Location: Colombo

Re: HTML tags I learned

Post by Neo » Wed Sep 28, 2011 2:15 pm

Good. Better if we could add them like a tutorial.
User avatar
Nipuna
Moderator
Moderator
Posts: 2729
Joined: Mon Jan 04, 2010 8:02 pm
Location: Deraniyagala,SRI LANKA

Re: HTML tags I learned

Post by Nipuna » Wed Sep 28, 2011 2:28 pm

Can you guide me about how to make a tutorial?

Then I will add like that

By the way, Can I learn HTML in one or 2 days? I learned so many in 1 hour today. That's why I am asking
User avatar
Rksk
Major
Major
Posts: 730
Joined: Thu Jan 07, 2010 4:19 pm
Location: Rathnapura, Sri Lanka

Re: HTML tags I learned

Post by Rksk » Wed Sep 28, 2011 10:09 pm

Nipuna wrote:I learned so many in 1 hour today. That's why I am asking
Fast learning :arrow: Fast forgetting :idea:
User avatar
Nipuna
Moderator
Moderator
Posts: 2729
Joined: Mon Jan 04, 2010 8:02 pm
Location: Deraniyagala,SRI LANKA

Re: HTML tags I learned

Post by Nipuna » Wed Sep 28, 2011 11:37 pm

Rksk wrote:
Nipuna wrote:I learned so many in 1 hour today. That's why I am asking
Fast learning :arrow: Fast forgetting :idea:
Yes. It could be too :?
User avatar
SemiconductorCat
Major
Major
Posts: 455
Joined: Mon Aug 22, 2011 8:42 pm
Location: currently in hyperspace

Re: HTML tags I learned

Post by SemiconductorCat » Thu Sep 29, 2011 4:17 am

fast learning fast forgetting is a joke. Anyway let's joke somehere else, not in
'web related' forum.

If you don't need that to be happen, suggested timing of review.
1. 10 minutes
2. 1 day
3. 1 week
4. 4 months
5. When necessary.

Use SQ3R method when you reading some academic books [but not manuals /docs or APIs :P].

Use Mind Mapping like easy technique when you want to prepare a short note.

Make questions , and try to answer them. Go to industry and find problems and try to implement them.
that way it subject will be hard-coded into your life.

[offtopic]
use ideas in this thread if you REALLY REALLY want to make a cheet sheet.
:twisted:
https://robot.lk/viewtopic.php?f=100&t= ... ting#p8251
you can see our admin's boring lecture abuot "cheating is bad !' :P
[/offtopic]

^ ideas and facts excluding cheating is , I learned from the Open University Faculty of Engineering FEJ0010 course.and it's course material, please note that nothing is copied , I just re-expressed what I have
learned there with my own words . [I have paid money to them to learn these :P].


another thing, HTML is outdated now , go to XHTML. and it will be easiear to learn XML , BTW , nipuna
as you said you doing BIT at sem5 you'll met subjects with XML coding.so wise to learn XHTML.
User avatar
Nipuna
Moderator
Moderator
Posts: 2729
Joined: Mon Jan 04, 2010 8:02 pm
Location: Deraniyagala,SRI LANKA

Re: HTML tags I learned

Post by Nipuna » Thu Sep 29, 2011 9:05 am

I will learn XHTML after learning HTML. That's the systematic way as I feel.

Any way. Thanks. And I haven't cheated in anything in my life and will not too.
User avatar
Neo
Site Admin
Site Admin
Posts: 2642
Joined: Wed Jul 15, 2009 2:07 am
Location: Colombo

Re: HTML tags I learned

Post by Neo » Thu Sep 29, 2011 9:40 am

fast learning fast forgetting is a joke. Anyway let's joke somehere else, not in 'web related' forum.
Sandun, Are you asking two of my best mates to leave ROBOT.LK because of you? ROBOT.LK had tolerated enough I think.
And I haven't cheated in anything in my life and will not too.
Nipuna, Quality of a responsible team mate. Well said.
Don't worry, managers can detect cheaters better than exam supervisors. So those people will be in the never ending queue of fire list. Getting fired on every job for not being able to compete with true talents is the best punishment for them.
User avatar
Nipuna
Moderator
Moderator
Posts: 2729
Joined: Mon Jan 04, 2010 8:02 pm
Location: Deraniyagala,SRI LANKA

Re: HTML tags I learned

Post by Nipuna » Thu Sep 29, 2011 10:09 am

Neo wrote:
And I haven't cheated in anything in my life and will not too.
Nipuna, Quality of a responsible team mate. Well said.
Don't worry, managers can detect cheaters better than exam supervisors. So those people will be in the never ending queue of fire list. Getting fired on every job for not being able to compete with true talents is the best punishment for them.
Yes. I know you are always right
User avatar
Neo
Site Admin
Site Admin
Posts: 2642
Joined: Wed Jul 15, 2009 2:07 am
Location: Colombo

Re: HTML tags I learned

Post by Neo » Thu Sep 29, 2011 10:31 am

Yes. I know you are always right
I can be wrong sometimes (I'm just an ordinary human being), but even a 10 year old shows me a mistake, I thankfully accept it. This is how Lord Buddha had taught us.
Post Reply

Return to “Web Related”