HTML - R.D.Sivakumar

26
1 Mr.R.D.SIVAKUMAR, Mr.R.D.SIVAKUMAR, M.Sc.,M.Phil.,M.Tech., M.Sc.,M.Phil.,M.Tech., ASSISTANT PROFESSOR ASSISTANT PROFESSOR DEPARTMENT OF COMPUTER SCIENCE DEPARTMENT OF COMPUTER SCIENCE AYYA NADAR JANAKI AMMAL COLLEGE AYYA NADAR JANAKI AMMAL COLLEGE (Affiliated to Madurai Kamaraj University, Madurai, Re-accredited (3 rd Cycle) with ‘A’ Grade (CGPA 3.67 out of 4) by NAAC, Recognized by DBT as Star College and College of Excellence by UGC) SIVAKASI – 626 124. (UGC Announced : Rurally and SIVAKASI – 626 124. (UGC Announced : Rurally and Economically Backward Area) Economically Backward Area) Virudhunagar District, Tamil Nadu. Virudhunagar District, Tamil Nadu. (Website: www.rdsivakumar.webege.com www.rdsivakumar.blogspot.in ) Mobile Apps : Google Play Store – RDS Academic

Transcript of HTML - R.D.Sivakumar

Page 1: HTML - R.D.Sivakumar

11

Mr.R.D.SIVAKUMAR, M.Sc.,M.Phil.,M.Tech.,Mr.R.D.SIVAKUMAR, M.Sc.,M.Phil.,M.Tech.,ASSISTANT PROFESSORASSISTANT PROFESSOR

DEPARTMENT OF COMPUTER SCIENCE DEPARTMENT OF COMPUTER SCIENCE AYYA NADAR JANAKI AMMAL COLLEGEAYYA NADAR JANAKI AMMAL COLLEGE

(Affiliated to Madurai Kamaraj University, Madurai, Re-accredited (3rd Cycle) with ‘A’ Grade (CGPA 3.67 out of 4) by NAAC, Recognized by DBT as Star College and College of Excellence by UGC)

SIVAKASI – 626 124. (UGC Announced : Rurally and Economically Backward Area)SIVAKASI – 626 124. (UGC Announced : Rurally and Economically Backward Area)Virudhunagar District, Tamil Nadu. Virudhunagar District, Tamil Nadu. (Website: www.rdsivakumar.webege.com www.rdsivakumar.blogspot.in)

Mobile Apps : Google Play Store – RDS Academic E-mail : [email protected] Mobile : 99440-42243

Page 2: HTML - R.D.Sivakumar

HTML HTML – Hypertext Markup Language.

HTML was developed by Tim Berners Lee during 1990.

It is used to design web pages.

HTML tags are not case sensitive.

Page 3: HTML - R.D.Sivakumar

TAGSHTML program consists of set of instructions called

markups or tags.

The tags tell the web browser how to display the page.

The tags are enclosed within the angle brackets.

Page 4: HTML - R.D.Sivakumar

SYNTAX OF TAG

<tagname>

Types of Tag

Singular Tag - <tagname>

Paired Tag - <tagname>…………… </tagname>

Page 5: HTML - R.D.Sivakumar

CREATING A HTML DOCUMENTHTML programs are entered in the text editors such as

notepad, wordpad etc.,

Page 6: HTML - R.D.Sivakumar

SAVING A HTML DOCUMENTSave the file with the extension .html

Example : filename.html

Page 7: HTML - R.D.Sivakumar

EXECUTING A HTML DOCUMENTTo execute a HTML program in the web browser like

internet explorer or Mozilla Firefox or Google Chrome etc.,

Page 8: HTML - R.D.Sivakumar

STRUCTURE OF HTML

<html> --- Identify the language.<head> --- Title of the HTML Document<title> …… </title> --- Title of the web browser<body> --- Content of the web page ---------</body></head></html>

Page 9: HTML - R.D.Sivakumar

Simple Webpage Creation<html><head><body> College</body></head></html>

Page 10: HTML - R.D.Sivakumar
Page 11: HTML - R.D.Sivakumar

How to execute the HTML Coding?

Page 12: HTML - R.D.Sivakumar

PRACTICAL TRAINING

Page 13: HTML - R.D.Sivakumar

HYPERLINKSA link is a connection from one web resource to another

HTML uses the <a> (Anchor) tag to create a link to another document.

Page 14: HTML - R.D.Sivakumar

HYPERLINKS FORMAT

<a href = “filepath” target = “_blank”> ………. </a>

Page 15: HTML - R.D.Sivakumar

Child File<html><head><body> ANJAC </body></head></html>

Save - 1.html

Page 16: HTML - R.D.Sivakumar

Hyperlink<html><head><body> <a href =“1.html”> College </a></body></head></html>

Save - index.html

Page 17: HTML - R.D.Sivakumar

Output

Page 18: HTML - R.D.Sivakumar

E-Assignment Module HTML - http://www.rdselearning.site11.com/ + Module

1818

Page 19: HTML - R.D.Sivakumar

E-CONTENT DEVELOPMENT HTML - http://www.rdselearning.site11.com/

1919

Page 20: HTML - R.D.Sivakumar

Slideshare : http://www.slideshare.net/search/slideshow?searchfrom=header&q=R.D.sivakumar

2020

Page 21: HTML - R.D.Sivakumar

WHATSAPP – +91 99440 42243

2121

Page 22: HTML - R.D.Sivakumar

M-LEARNING – FREE OF COST FROM GOOGLE PLAYSTORE RDS HTML - https://play.google.com/store/apps/details?id=com.wRDSHTML

2222

Page 23: HTML - R.D.Sivakumar

ANDROID – QR CODE CREATED QR codes or “quick response codes” are part of a whole new way of

connecting with learners via their smart phones. A machine-readable code consisting of an array of black and white squares, typically used for storing e-learning websites URLs for reading by the camera on a smart phone. In above all the e-learning websites are converted in to the QR Code (QR Code Link – http://www.rdselearning.site11.com/)

2323

Page 24: HTML - R.D.Sivakumar

SKYPE – SIVAKUMAR.DHANASEKARAN

2424

Page 25: HTML - R.D.Sivakumar

2525

Mr.R.D.SIVAKUMAR,M.Sc.,M.Phil.,M.Tech.,Mr.R.D.SIVAKUMAR,M.Sc.,M.Phil.,M.Tech.,ASSISTANT PROFESSOR OF COMPUTER SCIENCE &ASSISTANT PROFESSOR OF COMPUTER SCIENCE &

ASSISTANT PROFESSOR AND HEAD, DEPARTMENT OF M.Com. (CA),ASSISTANT PROFESSOR AND HEAD, DEPARTMENT OF M.Com. (CA),AYYA NADAR JANAKI AMMAL COLLEGEAYYA NADAR JANAKI AMMAL COLLEGE

(Affiliated to Madurai Kamaraj University, Madurai, Re-accredited (3rd Cycle) with ‘A’ Grade (CGPA 3.67 out of 4) by NAAC, Recognized by DBT as Star College and

College of Excellence by UGC)

SIVAKASI – 626 124. SIVAKASI – 626 124. (Website: www.rdsivakumar.webege.com www.rdsivakumar.blogspot.in)

Mobile Apps : Google Play Store – RDS Academic E-mail : [email protected] Mobile : 99440-42243

Page 26: HTML - R.D.Sivakumar

FOLLOW US

Facebook : https://www.facebook.com/sivamsccsit/photos Blog : http://www.rdsivakumar.blogspot.in/ Twitter : https://twitter.com/sivakum82452050 Youtube :

https://www.youtube.com/channel/UC8jEpT5KrcTACjLQoD8yUZw Teacher Tube : Teacher Tube : http://www.teachertube.com/search/google-search?

query=r.d.sivakumar&safe=high&search-type=all&head_curriculum=0&head_content_area=0&head_subject=0&head_category=0&head_skill=0#gsc.tab=0&gsc.q=r.d.sivakumar&gsc.page=1

2626