Ushtrimi 1 & 2 HTML. Mr. Sc. Nexhibe Sejfuli

Size: px
Start display at page:

Download "Ushtrimi 1 & 2 HTML. Mr. Sc. Nexhibe Sejfuli"

Transcription

1 Ushtrimi 1 & 2 HTML

2 Rreth HTML (Hyper Text Markup Language) HTML, i cili qëndron për HyperText Markup Language, është një gjuhë e shënuar që përdoret për të krijuar web faqe. Zhvilluesit e Web-it (Internetit) përdorin HTML tags për të formatuar pjesë të ndryshme të dokumentit. Për shembull, përdorim HTML tags për të specifikuar titujt, paragrafët, listat, tabelat, imazhet edhe shumë më tepër në web faqe..

3 Çfarë na duhet për të krijuar një HTML web faqe? Nuk kemi nevojë për ndonjë pajisje të veçantë ose software për të krijuar një HTML dokument. Në fakt, neve veç i posedojmë të gjitha pajisjet që na nevojiten, edhe atë: Kompjuterin Text ose HTML Editor Si dhe një Web Browser(shfletues,makine kërkuese)/ Internet Explorer ose Firefox Pra, shumica e kompjuterëve veç posedojnë një tekst editor, edhe atë për Windows është aplikacioni Notepad, Pico (për Linux), ose Simpletext/ Text Edit/ Tekst Wrangler (për Macintosh)

4 A duhet të jemi online(të kyçur në rrjet) për të punuar ne Web Faqe? Kuptohet se jo, web faqja mund të dizajnohet/krijohet/realizohet paraprakisht edhe në kompjuterin tonë privat/personal, kurse më vonë për ta publikuar të njejtën athëher duhet ti qasemi Internetit.

5 HTML fillon me..? Kur të krijojm një web faqe zakonisht duhet të ndjekim hapa në vijim: Krijojm një HTML file Shkruajm disa kode në HTML E shikojm rezultatin në shfletues(internet Explorer/Firefox) Përsërisim 2 hapat e fundit (nëse është e nevojshme)

6 Krijojm një HTML file Një HTML file është thjeshtë nje tekst file i ruajtur me prapashtesën.htm ose.html në vend të.txt E hapim tekst editorin që e kemi instaluar neve në kompjuter Dreamweaver apo që veç është paraprakisht i instaluar Notepad. E krijojm një skedar(fajll) të ri nëse nuk është krijuar deri më tani dhe e ruajm të njejtin dokument në lokacion të dëshiruar me emrin p.sh. html_shembuj.html

7 Hyrje Html - Elementi mund të mendohet si një enë në të cilën të gjithë tags at tjerë janë vendosur brenda. Head - Tag u <head> përmban informacion që zakonisht nuk shihet brenda shfletuesit tonë (të tillë janë tag sat meta, JavaScript dhe CSS), edhe pse tag u <title> është një përjashtim për këtë. Title - Përmbajtja e tag ut <title> shfaqet në shiritin e shfletuesit, titullin(në krye të shfletuesit). Body - Tag u <body> është zona kryesore për përmbajtjen tonë. Këtu do të shënohen shumica e kodeve që edhe do të shihen/vërehen ne shfletuesin tonë.

8 Ushtrimi 1(html, head, body, title) <head> <title>titulli</title> </head> <body> Web faqja ime e pare. Dalja: Web faqja ime e pare.

9 Ushtrimi 2(Paragraf) <head> <title>titulli</title> </head> <body> <p>ky eshte paragraf</p> <p>ky eshte paragraf</p> <p>ky eshte paragraf</p>

10 Ushtrimi 3(Headings) <head> <title>titulli</title> </head> <body> <h1>ky eshte titull me madhesi 1</h1> <h2>ky eshte titull me madhesi 2</h2> <h3>ky eshte titull me madhesi 3</h3> <h4>ky eshte titull me madhesi 4</h4> <h5>ky eshte titull me madhesi 5</h5> <h6>ky eshte titull me madhesi 6</h6>

11 Ushtrimi 4(Tagu hr) > horizontal rule <head> <title>titulli</title> </head> <body> <p> hr tagu definon nje vije horizontale</p> <hr /> <p> Paragrafi i pare</p> <hr /> <p> Paragrafi i dyte</p> <hr /> <p> Paragrafi i trete</p>

12 Ushtrimi 5 (Komentet) <head> <title>titulli</title> </head> <body> <p> Paragrafi i pare</p> <p> Paragrafi i dyte</p> <p> Paragrafi i trete</p> <!komenti yne i pare> Komentet nuk shfaqen ne shfelutes

13 Ushtrimi 6 (Align) <body> <h1 align="center">ky titull eshte me madhesi 1</h1>

14 Ushtrimi 7 ( bgcolor) <body bgcolor="pink"> <h2>prapavije me ngjyre roze</h2>

15 Ushtrimi 8 (b, strong, big, i, small ) <body bgcolor="pink"> <b> Ky tekst eshte bold</b> <strong>ky tekst eshte strong</strong> <big>ky tekst eshte big</big> <i>ky tekst eshte Italic</i> <small>ky tekst eshte i vogel</small>

16 Ushtrimi 9 ( br /) ->break <body bgcolor="pink"> <br /> <b> Ky tekst eshte bold</b> <br /> <strong>ky tekst eshte strong</strong> <br /> <big>ky tekst eshte big</big> <br /> <i>ky tekst eshte Italic</i> <br /> <small>ky tekst eshte i vogel</small> <br />

17 Ushtrimi 10 (subscript, superscript) <body bgcolor="pink"> Ky tekst permban <sub>subscript</sub> <br /> Ky tekst permban <sup>superscript</sup>

18 Ushtrimi 11(del, ins) <body bgcolor="pink"> <del> Tekst delete</del> <ins> Tekst ins </ins>

19 Ushtrimi 12 (, <, &, ) <body> <p> Entitetet e karaktereve</p> <p> </p> < &

20 Ushtrimi 13 ( a href) -> anchor <body> <p> <a href=" </p> <p> <a href=" </p>

21 Ushtrimi 16 (img) <body> <p align="center"> <h1 align="center">tavolina</h1> </p> <p align="center"> <img border="0" alt= foto src="tavolina.jpg" width="200" height="200" align="center"> </p>

22 Ushtrimi 17 <body> <h2>kapitulli 1</h2> <p>ky kapitull sqaron </p> <h2>kapitulli 5</h2> <p>ky kapitull sqaron </p> <h2>kapitulli 2</h2> <p>ky kapitull sqaron </p> <h2>kapitulli 3</h2> <p>ky kapitull sqaron </p> <h2>kapitulli 4</h2> <p>ky kapitull sqaron </p>

23 Ushtrimi 18 (underline) <body> <u>tekst i nenvizuar</u>

24 Ushtrimi 19 (center) <body> <center> Cdo gje qe ndodhet mbrenda tagut center, shfaqet ne qender te faqes horizontalisht. <br /> TETOVA </center>

25 Ushtrimi 20 (align= left right center ) <body> <h1 align="right"> Pershendetje <h1>

26 Ushtrimi 21 (color) <body> <font color="red">e kuqe</font> //mund te perdorim edhe atributet face dhe size <br /> <font color="pink">roze</font> <br /> <font color="blue">e kaltert</font> <br /> <font color="green">e gjelbert</font>

27 Ushtrimi 22 (ol) ordered list <body> <h4>nje liste e numeruar</h4> <ol> <li>kafe</li> <li>caj</li> <li>qumesht</li> <li>leng</li> </ol> li list item

28 Ushtrimi 23 (ul) unordered list <body> <h4>nje liste e numeruar</h4> <ul> <li>kafe</li> <li>caj</li> <li>qumesht</li> <li>leng</li> </ul>

29 Ushtrimi 24 (A) <body> <h4>nje liste e numeruar</h4> <ol type="a"> <li>kafe</li> <li>caj</li> <li>qumesht</li> <li>leng</li> </ol>

30 Ushtrimi 25 (I) <body> <h4>nje liste e numeruar</h4> <ol type="i"> <li>kafe</li> <li>caj</li> <li>qumesht</li> <li>leng</li> </ol>

31 Ushtrimi 26 (circle) <body> <h4>nje liste e numeruar</h4> <ul type="circle"> <li>kafe</li> <li>caj</li> <li>qumesht</li> <li>leng</li> </ul>

32 Ushtrimi 27(square) <body> <h4>nje liste e numeruar</h4> <ul type="square"> <li>kafe</li> <li>caj</li> <li>qumesht</li> <li>leng</li> </ul>

33 Ushtrimi 28 (disk) <body> <h4>nje liste e numeruar</h4> <ul type="disk"> <li>kafe</li> <li>caj</li> <li>qumesht</li> <li>leng</li> </ul>

34 Ushtrimi 29 (start) <body> <h4>nje liste e numeruar</h4> <ol start="15"> <li>kafe</li> <li>caj</li> <li>qumesht</li> <li>leng</li> </ol>

35 Ushtrimi 30 <body> (dl) -definition list (dt) -definition term (dd) -definition description <h4>liste e definuar</h4> <dl> <dt>kafe</dt> <dd>caj</dd> <dt>qumesht</dt> <dd>leng</dd> </dl>

36 Ushtrimi 31 Nested list

37 Ushtrimi 32

38 Ushtrimi 32: rezultati

39 Ushtrimi 33 Shkruani kodin për formën në vazhdim:

40 Ushtrimi 33: zgjidhja

41 Ushtrimi 34

42 Ushtrimi 34: rezultati

43 Ushtrimi 35

44 Ushtrimi 35: kodi

45 Ushtrimi 36

46 Ushtrimi 36: rezultati

47

Insertimi i Fotografisë në Weebly.com

Insertimi i Fotografisë në Weebly.com Insertimi i Fotografisë në Weebly.com Së pari hapeni Web-faqen,www.weebly.com si më poshtë: Hapi 2. Klikoni me tstin e majtë në Sign in.. Këtu shënoni E-mail adresën të cilën e keni regjistruar në Weebly.

More information

A HTML document has two sections 1) HEAD section and 2) BODY section A HTML file is saved with.html or.htm extension

A HTML document has two sections 1) HEAD section and 2) BODY section A HTML file is saved with.html or.htm extension HTML Website is a collection of web pages on a particular topic, or of a organization, individual, etc. It is stored on a computer on Internet called Web Server, WWW stands for World Wide Web, also called

More information

Computer Programming. Dr. Deepak B Phatak Dr. Supratik Chakraborty Department of Computer Science and Engineering IIT Bombay

Computer Programming. Dr. Deepak B Phatak Dr. Supratik Chakraborty Department of Computer Science and Engineering IIT Bombay Computer Programming Dr. Deepak B Phatak Dr. Supratik Chakraborty Department of Computer Science and Engineering Session: Lists, Links, and Images in HTML Recap Introduced HTML Examined some basic tags

More information

BAZAT E PROGRAMIMIT PJESA 3 PROF.DR. ERMIR ROGOVA

BAZAT E PROGRAMIMIT PJESA 3 PROF.DR. ERMIR ROGOVA BAZAT E PROGRAMIMIT PJESA 3 PROF.DR. ERMIR ROGOVA MATERIALI I SHTJELLUAR NE KËTË LIGJËRATË ËSHTË MARRË NGA LIBRI: BAZAT E PROGRAMIMIT NË C++, AGNI DIKA OPERATORËT LOGJIKË PËR KRAHASIMIN E MË SHUMË SHPREHJEVE

More information

Blloqet e urdherave ne dege

Blloqet e urdherave ne dege Blloqet e urdherave ne dege Gjuhet programore www.shmk-negotine.edu.mk S. Latifi 1 Kushtet e shumëfishta krijohen duke i kombinuar disa kushte Kushtet e shumëfishta përmes operatorëve logjik: AND (Dhe),

More information

Mesimi Sema Foundation ICT Department

Mesimi Sema Foundation ICT Department Mesimi - 19 Sema Foundation Ç janë skedarët? Kur jemi duke: shkruajtur një tekst, duke bërë një vizatim, duke bërë një tabelë, duke përpunuar një foto, etj Në kompjuter krijojmë një objekt. Ky objekt i

More information

JavaScript/ ECMA Script

JavaScript/ ECMA Script JavaScript/ ECMA Script Ҫfarë është JavaScript? JavaScript përdoret për të shtuar interaktivitet në faqet HTML. JavaScript është një gjuhë skriptimi, pra një gjuhë e lehtë programimi. JavaScript është

More information

recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML)

recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML) HTML & Web Pages recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML) HTML specifies formatting within a page using tags in its

More information

CSC 121 Computers and Scientific Thinking

CSC 121 Computers and Scientific Thinking CSC 121 Computers and Scientific Thinking Fall 2005 HTML and Web Pages 1 HTML & Web Pages recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language

More information

A Balanced Introduction to Computer Science, 3/E

A Balanced Introduction to Computer Science, 3/E A Balanced Introduction to Computer Science, 3/E David Reed, Creighton University 2011 Pearson Prentice Hall ISBN 978-0-13-216675-1 Chapter 2 HTML and Web Pages 1 HTML & Web Pages recall: a Web page is

More information

Web Page Creation Part I. CS27101 Introduction to Web Interface Design Prof. Angela Guercio

Web Page Creation Part I. CS27101 Introduction to Web Interface Design Prof. Angela Guercio Web Page Creation Part I CS27101 Introduction to Web Interface Design Prof. Angela Guercio Objective In this lecture, you will learn: What HTML is and what XHTML is How to create an (X)HTML file The (X)HTML

More information

Html basics Course Outline

Html basics Course Outline Html basics Course Outline Description Learn the essential skills you will need to create your web pages with HTML. Topics include: adding text any hyperlinks, images and backgrounds, lists, tables, and

More information

The internet is a worldwide collection of networks that link millions of computers. These links allow the computers to share and send data.

The internet is a worldwide collection of networks that link millions of computers. These links allow the computers to share and send data. Review The internet is a worldwide collection of networks that link millions of computers. These links allow the computers to share and send data. It is not the internet! It is a service of the internet.

More information

MMGD0204 Web Application Technologies. Chapter 3 HTML - TEXT FORMATTING

MMGD0204 Web Application Technologies. Chapter 3 HTML - TEXT FORMATTING MMGD0204 Web Application Technologies Chapter 3 HTML - TEXT FORMATTING Headings The to tags are used to define HTML headings. defines the largest heading and defines the smallest heading.

More information

Strukture te Dhenash Seminar 4

Strukture te Dhenash Seminar 4 Strukture te Dhenash Seminar 4 ELISA RECI Universiteti Luigj Gurakuqi Fakulteti i Shkencave te Natyres Departamenti i Matematikes dhe Informatikes SHKODER MSc. Elisa Reci 1 Bashkesite Permban elemente

More information

CSC Web Programming. Introduction to HTML

CSC Web Programming. Introduction to HTML CSC 242 - Web Programming Introduction to HTML Semantic Markup The purpose of HTML is to add meaning and structure to the content HTML is not intended for presentation, that is the job of CSS When marking

More information

Hyper Text Markup Language HTML: A Tutorial

Hyper Text Markup Language HTML: A Tutorial Hyper Text Markup Language HTML: A Tutorial Ahmed Othman Eltahawey December 21, 2016 The World Wide Web (WWW) is an information space where documents and other web resources are located. Web is identified

More information

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS MOST TAGS CLASS Divides tags into groups for applying styles 202 ID Identifies a specific tag 201 STYLE Applies a style locally 200 TITLE Adds tool tips to elements 181 Identifies the HTML version

More information

WTAD Text Editors for HTML. Text Editors: Kate HTML. (HyperText Markup Language)

WTAD Text Editors for HTML. Text Editors: Kate HTML. (HyperText Markup Language) HTML (Hyper Text Markup Language) WTAD 3 languages all web developers must learn: 1. HTML to define the content of web pages 2. CSS to specify the layout of web pages 3. JavaScript to program the behaviour

More information

Shatin Tsung Tsin Secondary School S.3 Computer and Technology Web Page Design by HTML Introduction to HTML

Shatin Tsung Tsin Secondary School S.3 Computer and Technology Web Page Design by HTML Introduction to HTML Shatin Tsung Tsin Secondary School S.3 Computer and Technology Web Page Design by HTML Introduction to HTML HTML (Hyper Text Markup Language) is the set of markup symbols (tags or codes) (e.g. , ,

More information

WTAD. Unit -1 Introduction to HTML (HyperText Markup Language)

WTAD. Unit -1 Introduction to HTML (HyperText Markup Language) WTAD Unit -1 Introduction to HTML (HyperText Markup Language) HTML (Hyper Text Markup Language) 3 languages all web developers must learn: 1. HTML to define the content of web pages 2. CSS to specify the

More information

HTML offers web authors three ways for specifying lists of information. All lists must contain one or more list elements. Lists may contain:

HTML offers web authors three ways for specifying lists of information. All lists must contain one or more list elements. Lists may contain: HTML LISTS http://www.tutorialspoint.com/html/html_lists.htm Copyright tutorialspoint.com HTML offers web authors three ways for specifying lists of information. All lists must contain one or more list

More information

HTML BEGINNING TAGS. HTML Structure <html> <head> <title> </title> </head> <body> Web page content </body> </html>

HTML BEGINNING TAGS. HTML Structure <html> <head> <title> </title> </head> <body> Web page content </body> </html> HTML BEGINNING TAGS HTML Structure Web page content Structure tags: Tags used to give structure to the document.

More information

HTML. Mohammed Alhessi M.Sc. Geomatics Engineering. Internet GIS Technologies كلية اآلداب - قسم الجغرافيا نظم المعلومات الجغرافية

HTML. Mohammed Alhessi M.Sc. Geomatics Engineering. Internet GIS Technologies كلية اآلداب - قسم الجغرافيا نظم المعلومات الجغرافية HTML Mohammed Alhessi M.Sc. Geomatics Engineering Wednesday, February 18, 2015 Eng. Mohammed Alhessi 1 W3Schools Main Reference: http://www.w3schools.com/ 2 What is HTML? HTML is a markup language for

More information

Announcements. Paper due this Wednesday

Announcements. Paper due this Wednesday Announcements Paper due this Wednesday 1 Client and Server Client and server are two terms frequently used Client/Server Model Client/Server model when talking about software Client/Server model when talking

More information

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space. HTML Summary Structure All of the following are containers. Structure Contains the entire web page. Contains information

More information

Biznesi dhe Interneti

Biznesi dhe Interneti Biznesi dhe Interneti Pjesa 3 Prof. Ass. Dr. Ermir Rogova Objektivat Diskutim i shkurtë i histories së HTML-së dhe si kemi ardhur deri te HTML5 Theksimi i rëndësisë së ndarjes konceptuale dhe fizike ndërmjet

More information

Rrjetat kompjuterike dhe WWW. Rrjetat dhe WWW. Kapitulli 3. (gjenerata 2017/18)

Rrjetat kompjuterike dhe WWW. Rrjetat dhe WWW. Kapitulli 3. (gjenerata 2017/18) Rrjetat kompjuterike dhe WWW Kapitulli 3 (gjenerata 2017/18) Përmbajtja Topologjitë e rrjetave Pajisjet kryesore të LAN-it Bazat e lëvizjes së shënimeve brenda LAN-it Pajisjet kryesore të LAN-it A mund

More information

Working with HTML. must appear at the very beginning of your webpage. starts the first section of your page

Working with HTML. must appear at the very beginning of your webpage. starts the first section of your page CSC105 Manual 27 Working with HTML Learning the Tags must appear at the very beginning of your webpage starts the first section of your page Enter the title of your

More information

Baza te Infomatikes Leksioni 4

Baza te Infomatikes Leksioni 4 Baza te Infomatikes Leksioni 4 Elisa Reçi Universiteti Luigj Gurakuqi Fakulteti i Shkencave te Natyres Departamenti i Matematikes dhe Informatikes SHKODER MSc. Elisa Reci 1 Struktura e C++ // Ky eshte

More information

1. The basic building block of an HTML document is called a(n) a. tag. b. element. c. attribute. d. container. Answer: b Page 5

1. The basic building block of an HTML document is called a(n) a. tag. b. element. c. attribute. d. container. Answer: b Page 5 Name Date Final Exam Prep Questions Worksheet #1 1. The basic building block of an HTML document is called a(n) a. tag. b. element. c. attribute. d. container. Answer: b Page 5 2. Which of the following

More information

</HTML> </HEAD> </BODY> </TITLE> </I> </B> </U> </BLINK> </EM> </FONT> </FONT> </CENTER> </H1> </H2> </H3> </P> </BR> --!>

</HTML> </HEAD> </BODY> </TITLE> </I> </B> </U> </BLINK> </EM> </FONT> </FONT> </CENTER> </H1> </H2> </H3> </P> </BR> --!> HTML - hypertext mark-up language HTML is a standard hypertext language for the WWW and has several different versions. Most WWW browsers support HTML 2 and most of new versions of the browsers support

More information

introduction to XHTML

introduction to XHTML introduction to XHTML XHTML stands for Extensible HyperText Markup Language and is based on HTML 4.0, incorporating XML. Due to this fusion the mark up language will remain compatible with existing browsers

More information

The City School. Prep Section. ICTech. 2 nd Term. PAF Chapter. Class 8. Worksheets for Intervention Classes

The City School. Prep Section. ICTech. 2 nd Term. PAF Chapter. Class 8. Worksheets for Intervention Classes The City School PAF Chapter Prep Section ICTech Class 8 2 nd Term Worksheets for Intervention Classes Name: Topic: Flowchart Date: Q. Write the name and description of the following symbol. Symbol Name

More information

The City School. Prep Section. ICTech. 2 nd Term. PAF Chapter. Class 7. Worksheets for Intervention Classes

The City School. Prep Section. ICTech. 2 nd Term. PAF Chapter. Class 7. Worksheets for Intervention Classes The City School PAF Chapter Prep Section ICTech Class 7 2 nd Term Worksheets for Intervention Classes Name: Topic: Scratch Date: Q.1: Label the diagram 1 2 3 4 5 6 7 12 8 9 11 10 1. 2. 3. 4. 5. 6. 7. 8.

More information

Part 1: HTML Language HyperText Make-up Language

Part 1: HTML Language HyperText Make-up Language Part 1: HTML Language HyperText Make-up Language 09/08/2010 1 CHAPTER I Introduction about Web Design 2 Internet and World Wide Web The Internet is the world s largest computer network The Internet is

More information

Kapitulli 8 Dizenjimi i klasave. Alda KIKA

Kapitulli 8 Dizenjimi i klasave. Alda KIKA Kapitulli 8 Dizenjimi i klasave Alda KIKA Qellimet Te kuptohet shtrirja per variablat lokale dhe variablat e instances Te mesohet rreth paketave Shtrirja e variablave lokale Shtrirja e variablit: Rajoni

More information

Hyrje në mobile computing

Hyrje në mobile computing Hyrje në mobile computing Ligjërata e parë Ligjerues Burim Avdiu UPZ -Universiteti i Prizrenit Çka është? Mobile Computing është termë që përdorët për të përshkruar teknologjitë që mundëson njerëzit qasje

More information

Hyrje ne Informatike Seminar 5

Hyrje ne Informatike Seminar 5 Hyrje ne Informatike Seminar 5 Elisa Reçi Universiteti Luigj Gurakuqi Fakulteti i Shkencave te Natyres Departamenti i Matematikes dhe Informatikes SHKODER MSc. Elisa Reci 1 PROGRAM ProgramName; VAR VariableName

More information

Universiteti i Prishtinës Fakulteti i inxhinierisë elektrike dhe kompjuterike. Gjuhë programuese C++ MSc. Vehbi NEZIRI

Universiteti i Prishtinës Fakulteti i inxhinierisë elektrike dhe kompjuterike. Gjuhë programuese C++ MSc. Vehbi NEZIRI Universiteti i Prishtinës Fakulteti i inxhinierisë elektrike dhe kompjuterike Gjuhë programuese C++ MSc. Vehbi NEZIRI 1 Aktivizimi i editorit 2 Aktivizimi i editorit 3 Hapja e projektit të ri 4 Struktura

More information

Leksion 5. Ushtrim 1 : Deklarimi i disa karaktereve speciale ne c++

Leksion 5. Ushtrim 1 : Deklarimi i disa karaktereve speciale ne c++ Leksion 5 Ushtrim 1 : Deklarimi i disa karaktereve speciale ne c++ cout

More information

Markup Language SGML: Standard Generalized Markup Language. HyperText Markup Language (HTML) extensible Markup Language (XML) TeX LaTeX

Markup Language SGML: Standard Generalized Markup Language. HyperText Markup Language (HTML) extensible Markup Language (XML) TeX LaTeX HTML 1 Markup Languages A Markup Language is a computer language in which data and instructions describing the structure and formatting of the data are embedded in the same file. The term derives from

More information

HTML. Hypertext Markup Language. Code used to create web pages

HTML. Hypertext Markup Language. Code used to create web pages Chapter 4 Web 135 HTML Hypertext Markup Language Code used to create web pages HTML Tags Two angle brackets For example: calhoun High Tells web browser ho to display page contents Enter with

More information

Introduction to Computer Science (I1100) Internet. Chapter 7

Introduction to Computer Science (I1100) Internet. Chapter 7 Internet Chapter 7 606 HTML 607 HTML Hypertext Markup Language (HTML) is a language for creating web pages. A web page is made up of two parts: the head and the body. The head is the first part of a web

More information

HTML Hints & Tips. HTML is short for HyperText Markup Language.

HTML Hints & Tips. HTML is short for HyperText Markup Language. Introduction to HTML HTML is short for HyperText Markup Language. It is a formatting language used to specify web page attributes such as headings, paragraphs, lists, tables and text variations. The HTML

More information

Introduction to HTML. SSE 3200 Web-based Services. Michigan Technological University Nilufer Onder

Introduction to HTML. SSE 3200 Web-based Services. Michigan Technological University Nilufer Onder Introduction to HTML SSE 3200 Web-based Services Michigan Technological University Nilufer Onder What is HTML? Acronym for: HyperText Markup Language HyperText refers to text that can initiate jumps to

More information

Bok, Jong Soon

Bok, Jong Soon HTML 5 Grouping Contents Bok, Jong Soon jongsoon.bok@gmail.com www.javaexpert.co.kr Defines a paragraph. Browsers automatically add some space (margin) before and after each element. Differences

More information

COMPUTER APPLICATIONS IN BUSINESS FYBMS SEM II

COMPUTER APPLICATIONS IN BUSINESS FYBMS SEM II CHAPTER 1: HTML 1. What is HTML? Define its structure. a. HTML [Hypertext Markup Language] is the main markup language for creating web pages and other information that can be displayed in a web browser.

More information

As we design and build out our HTML pages, there are some basics that we may follow for each page, site, and application.

As we design and build out our HTML pages, there are some basics that we may follow for each page, site, and application. Extra notes - Client-side Design and Development Dr Nick Hayward HTML - Basics A brief introduction to some of the basics of HTML. Contents Intro element add some metadata define a base address

More information

Chapter 4. Introduction to XHTML: Part 1

Chapter 4. Introduction to XHTML: Part 1 Chapter 4. Introduction to XHTML: Part 1 XHTML is a markup language for identifying the elements of a page so a browser can render that page on a computer screen. Document presentation is generally separated

More information

c122jan2714.notebook January 27, 2014

c122jan2714.notebook January 27, 2014 Internet Developer 1 Start here! 2 3 Right click on screen and select View page source if you are in Firefox tells the browser you are using html. Next we have the tag and at the

More information

Using Dreamweaver 2 HTML

Using Dreamweaver 2 HTML Using Dreamweaver 2 The World Wide Web is based on (Hypertext markup language). Although Dreamweaver is primarily a WYSIWYG editor, it is still worthwhile for Dreamweaver users to be familiar with for

More information

Certified HTML5 Developer VS-1029

Certified HTML5 Developer VS-1029 VS-1029 Certified HTML5 Developer Certification Code VS-1029 HTML5 Developer Certification enables candidates to develop websites and web based applications which are having an increased demand in the

More information

The University of Hawaii at Manoa Library Webpage Content/Design/Style Guidelines General Site Design... 2

The University of Hawaii at Manoa Library Webpage Content/Design/Style Guidelines General Site Design... 2 The University of Hawaii at Manoa Library Webpage Content/Design/Style Guidelines Compiled and authored by Beth Tillinghast, Chair, Library Website Redesign Committee Images provided by Wilbur Wong and

More information

HTML Tags Chart. To use any of the following HTML tags, simply select the HTML code you'd like and copy and paste it into your web page.

HTML Tags Chart. To use any of the following HTML tags, simply select the HTML code you'd like and copy and paste it into your web page. HTML Tags Chart To use any of the following HTML tags, simply select the HTML code you'd like and copy and paste it into your web page. Tag Name Code Example Browser View

More information

HTML OBJECTIVES WHAT IS HTML? BY FAITH BRENNER AN INTRODUCTION

HTML OBJECTIVES WHAT IS HTML? BY FAITH BRENNER AN INTRODUCTION HTML AN INTRODUCTION BY FAITH BRENNER 1 OBJECTIVES BY THE END OF THIS LESSON YOU WILL: UNDERSTAND HTML BASICS AND WHAT YOU CAN DO WITH IT BE ABLE TO USE BASIC HTML TAGS BE ABLE TO USE SOME BASIC FORMATTING

More information

HTML Tags <A></A> <A HREF="http://www.cnn.com"> CNN </A> HREF

HTML Tags <A></A> <A HREF=http://www.cnn.com> CNN </A> HREF HTML Tags Tag Either HREF or NAME is mandatory Definition and Attributes The A tag is used for links and anchors. The tags go on either side of the link like this: the link

More information

Ligjërata 9. Prof.Ass.Dr. Ermir Rogova

Ligjërata 9. Prof.Ass.Dr. Ermir Rogova Ligjërata 9 Prof.Ass.Dr. Ermir Rogova JavaScript Gjuhe skriptuese e cila përdoret për të shtuar funksionalitetin dhe dukjen e web faqeve. Të gjithë web shfletuesit përmbajnë interpretues të cilët i procesojnë

More information

Certified HTML Designer VS-1027

Certified HTML Designer VS-1027 VS-1027 Certification Code VS-1027 Certified HTML Designer Certified HTML Designer HTML Designer Certification allows organizations to easily develop website and other web based applications which are

More information

Using Dreamweaver CS6

Using Dreamweaver CS6 Using Dreamweaver CS6 2 The World Wide Web is based on (Hypertext markup language). Although Dreamweaver is primarily a WYSIWYG editor, it is still worthwhile for Dreamweaver users to be familiar with

More information

UNIT II Dynamic HTML and web designing

UNIT II Dynamic HTML and web designing UNIT II Dynamic HTML and web designing HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup language A markup language

More information

Creating and Building Websites

Creating and Building Websites Creating and Building Websites Stanford University Continuing Studies CS 21 Mark Branom branom@alumni.stanford.edu Course Web Site: http://web.stanford.edu/group/csp/cs21/ Week 5 Slide 1 of 33 Week 5 Agenda

More information

What is an HTML File? HTML Tags

What is an HTML File? HTML Tags What is an HTML File? HTML stands for Hyper Text Markup Language An HTML file is a text file containing small markup tags The markup tags tell the Web browser how to display the page An HTML file must

More information

HTML. Based mostly on

HTML. Based mostly on HTML Based mostly on www.w3schools.com What is HTML? The standard markup language for creating Web pages HTML stands for Hyper Text Markup Language HTML describes the structure of Web pages using markup

More information

Islamic University of Gaza Faculty of Engineering Department of Computer Engineering ECOM Advanced Internet Technology Lab.

Islamic University of Gaza Faculty of Engineering Department of Computer Engineering ECOM Advanced Internet Technology Lab. Islamic University of Gaza Faculty of Engineering Department of Computer Engineering ECOM 5049 Advanced Internet Technology Lab Lab # 1 Eng. Haneen El-masry February, 2015 Objective To be familiar with

More information

Desire2Learn: HTML Basics

Desire2Learn: HTML Basics Desire2Learn: HTML Basics Page 1 Table of Contents HTML Basics... 2 What is HTML?...2 HTML Tags...2 HTML Page Structure...2 Required Tags...3 Useful Tags...3 Block Quote - ...

More information

Unit 5 Web Publishing Systems Page 1 of 13 Part 4 HTML Part 4

Unit 5 Web Publishing Systems Page 1 of 13 Part 4 HTML Part 4 Unit 5 Web Publishing Systems Page 1 of 13 Part 4 HTML 4.01 Version: 4.01 Transitional Hypertext Markup Language is the coding behind web publishing. In this tutorial, basic knowledge of HTML will be covered

More information

This document provides a concise, introductory lesson in HTML formatting.

This document provides a concise, introductory lesson in HTML formatting. Tip Sheet This document provides a concise, introductory lesson in HTML formatting. Introduction to HTML In their simplest form, web pages contain plain text and formatting tags. The formatting tags are

More information

What You Will Learn Today

What You Will Learn Today CS101 Lecture 03: The World Wide Web and HTML Aaron Stevens 23 January 2011 1 What You Will Learn Today Is it the Internet or the World Wide Web? What s the difference? What is the encoding scheme behind

More information

7300 Warden Avenue, Suite 503 Markham, Ontario Canada L3R 9Z6. Phone: Toll Free: Fax:

7300 Warden Avenue, Suite 503 Markham, Ontario Canada L3R 9Z6. Phone: Toll Free: Fax: HTML and CSS 7300 Warden Avenue, Suite 503 Markham, Ontario Canada L3R 9Z6 Phone: 905-479-3780 Toll Free: 877-479-3780 Fax: 905-479-1047 e-mail: info@andarsoftware.com Web: www.andarsoftware.com.com Copyright

More information

A Brief Introduction to HTML

A Brief Introduction to HTML A P P E N D I X HTML SuMMAry J A Brief Introduction to HTML A web page is written in a language called HTML (Hypertext Markup Language). Like Java code, HTML code is made up of text that follows certain

More information

Web Technologies - by G. Sreenivasulu Handout - 1 UNIT - I

Web Technologies - by G. Sreenivasulu Handout - 1 UNIT - I INTRODUCTION: UNIT - I HTML stands for Hyper Text Markup Language.HTML is a language for describing web pages.html is a language for describing web pages.html instructions divide the text of a document

More information

GRUPI TEKNOLOGJIK I PRISHTINËS. Windows XP Professional

GRUPI TEKNOLOGJIK I PRISHTINËS.  Windows XP Professional GRUPI TEKNOLOGJIK I PRISHTINËS www.pr-tech.net Windows XP Professional WINDOWS XP PROFESSIONAL Instalimi i Windows XP Professional Besart Bajrami E-mail: besartbajrami@gmail.com besartbajrami@hotmail.com

More information

Tutorial 2 - HTML basics

Tutorial 2 - HTML basics Tutorial 2 - HTML basics Developing a Web Site The first phase in creating a new web site is planning. This involves determining the site s navigation structure, content, and page layout. It is only after

More information

Solutions. 9. Which is the first version of HTML? a. HTML 1.0 b. HTML 5 c. HTML 2.0 d. HTML 3.0

Solutions. 9. Which is the first version of HTML? a. HTML 1.0 b. HTML 5 c. HTML 2.0 d. HTML 3.0 Chapter 5: Information Representation Method HTML-I Solutions Summative Assessment Multiple-Choice Questions (MCQs) 1. The tags that need both starting and ending tags are called:. a. Container tags b.

More information

11. HTML5 and Future Web Application

11. HTML5 and Future Web Application 11. HTML5 and Future Web Application 1. Where to learn? http://www.w3schools.com/html/html5_intro.asp 2. Where to start: http://www.w3schools.com/html/html_intro.asp 3. easy to start with an example code

More information

SYBMM ADVANCED COMPUTERS QUESTION BANK 2013

SYBMM ADVANCED COMPUTERS QUESTION BANK 2013 CHAPTER 1: BASIC CONCEPTS OF WEB DESIGNING 1. What is the web? What are the three ways you can build a webpage? The World Wide Web (abbreviated as WWW or W3, commonly known as the web), is a system of

More information

I-5 Internet Applications

I-5 Internet Applications I-5 Internet Applications After completion of this unit, you should be able to understand and code a webpage that includes pictures, sounds, color, a table, a cursor trail, hypertext, and hyperlinks. Assignments:

More information

Programmazione Web a.a. 2017/2018 HTML5

Programmazione Web a.a. 2017/2018 HTML5 Programmazione Web a.a. 2017/2018 HTML5 PhD Ing.Antonino Raucea antonino.raucea@dieei.unict.it 1 Introduzione HTML HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text

More information

Advanced Web Programming C2. Basic Web Technologies

Advanced Web Programming C2. Basic Web Technologies Politehnica University of Timisoara Advanced Web Programming C2. Basic Web Technologies 2013 UPT-AC Assoc.Prof.Dr. Dan Pescaru HTML Originally developed by Tim Berners-Lee in 1990 at CERN (Conseil Européen

More information

How the Internet Works

How the Internet Works How the Internet Works The Internet is a network of millions of computers. Every computer on the Internet is connected to every other computer on the Internet through Internet Service Providers (ISPs).

More information

BASICS OF WEB DESIGN CHAPTER 2 HTML BASICS KEY CONCEPTS

BASICS OF WEB DESIGN CHAPTER 2 HTML BASICS KEY CONCEPTS BASICS OF WEB DESIGN CHAPTER 2 HTML BASICS KEY CONCEPTS 1 LEARNING OUTCOMES Describe the anatomy of a web page Format the body of a web page with block-level elements including headings, paragraphs, lists,

More information

Web Programming and Design. MPT Senior Cycle Tutor: Tamara Week 1

Web Programming and Design. MPT Senior Cycle Tutor: Tamara Week 1 Web Programming and Design MPT Senior Cycle Tutor: Tamara Week 1 What will we cover? HTML - Website Structure and Layout CSS - Website Style JavaScript - Makes our Website Dynamic and Interactive Plan

More information

HTML Overview formerly a Quick Review

HTML Overview formerly a Quick Review HTML Overview formerly a Quick Review Outline HTML into Emergence of DHTML HTML History Evolution of Web 1.0 to Web 2.0 DHTML = HTML + JavaScript + CSS Key Set of HTML Tags Basic: a, html, head, body,

More information

Rrjetat dhe WWW.

Rrjetat dhe WWW. KAPITULLI 5 ElverBajrami elver.bajrami@uni-pr.edu Përmbajtja Mediumet më të shpeshta në LAN Krijimi i nje kablli UTP Komponentet dhe pajisjet e Shtresës 1 Mediumet më të shpeshta në LAN Shielded twisted-pair

More information

CSC Web Technologies, Spring HTML Review

CSC Web Technologies, Spring HTML Review CSC 342 - Web Technologies, Spring 2017 HTML Review HTML elements content : is an opening tag : is a closing tag element: is the name of the element attribute:

More information

(Refer Slide Time: 01:41) (Refer Slide Time: 01:42)

(Refer Slide Time: 01:41) (Refer Slide Time: 01:42) Internet Technology Prof. Indranil Sengupta Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture No #14 HTML -Part II We continue with our discussion on html.

More information

Web Development & Design Foundations with HTML5 & CSS3 Instructor Materials Chapter 2 Test Bank

Web Development & Design Foundations with HTML5 & CSS3 Instructor Materials Chapter 2 Test Bank Multiple Choice. Choose the best answer. 1. What tag pair is used to create a new paragraph? a. b. c. d. 2. What tag pair

More information

INTRODUCTION TO HTML5! HTML5 Page Structure!

INTRODUCTION TO HTML5! HTML5 Page Structure! INTRODUCTION TO HTML5! HTML5 Page Structure! What is HTML5? HTML5 will be the new standard for HTML, XHTML, and the HTML DOM. The previous version of HTML came in 1999. The web has changed a lot since

More information

Chapter 2 Creating and Editing a Web Page

Chapter 2 Creating and Editing a Web Page Chapter 2 Creating and Editing a Web Page MULTIPLE CHOICE 1. is a basic text editor installed with Windows that you can use for simple documents or for creating Web pages using HTML. a. Microsoft Word

More information

Comp-206 : Introduction to Software Systems Lecture 22. Alexandre Denault Computer Science McGill University Fall 2006

Comp-206 : Introduction to Software Systems Lecture 22. Alexandre Denault Computer Science McGill University Fall 2006 HTTP and HTML Comp-206 : Introduction to Software Systems Lecture 22 Alexandre Denault Computer Science McGill University Fall 2006 15 / 55 Mercury Subversion Directory The URL for the class subversion

More information

I. Crossword. II. Who am I? I am an attribute which specifies a position in the web page where the linked document is to be opened.

I. Crossword. II. Who am I? I am an attribute which specifies a position in the web page where the linked document is to be opened. I. Crossword Clues Down 1. An attribute of Anchor element that is used as a ToolTip of the hyperlink. 4. This attribute provides the alternative text which is displayed if the image is not displayed in

More information

HTML and CSS Lecture 15 COMPSCI111/111G SS 2018

HTML and CSS Lecture 15 COMPSCI111/111G SS 2018 Essential Tags HTML and CSS Lecture 15 COMPSCI111/111G SS 2018 HTML5 requires the following tags to be in your html source file: html head title body 2 Block-level tags Paragraphs Define the structure

More information

Lesson: 6 Database and DBMS an Introduction. Lesson: 7 HTML Advance and features. Types of Questions

Lesson: 6 Database and DBMS an Introduction. Lesson: 7 HTML Advance and features. Types of Questions REVISION TEST 2 [50 MARKS] Lesson: 6 Database and DBMS an Introduction Lesson: 7 HTML Advance and features Types of Questions 1. Fill in the blanks [5 x 5 = 5] 2. True or False [5 x 1 = 5] 3. Choose the

More information

HTML. LBSC 690: Jordan Boyd-Graber. October 1, LBSC 690: Jordan Boyd-Graber () HTML October 1, / 29

HTML. LBSC 690: Jordan Boyd-Graber. October 1, LBSC 690: Jordan Boyd-Graber () HTML October 1, / 29 HTML LBSC 690: Jordan Boyd-Graber October 1, 2012 LBSC 690: Jordan Boyd-Graber () HTML October 1, 2012 1 / 29 Goals Review Assignment 1 Assignment 2 and Midterm Hands on HTML LBSC 690: Jordan Boyd-Graber

More information

HTMLnotesS15.notebook. January 25, 2015

HTMLnotesS15.notebook. January 25, 2015 The link to another page is done with the

More information

Rezultatet e test diagnostifikues

Rezultatet e test diagnostifikues Rezultatet e test diagnostifikues Emri: Emri dhe M Data e lindjes: dd.mm.yyyy Test: Online Essentials Data: 16.03.2015 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100% Total 0% Web Browsing Concepts 0% Web-Browsing

More information

Introduction to HTML. Bin Li Assistant Professor Dept. of Electrical, Computer and Biomedical Engineering University of Rhode Island

Introduction to HTML. Bin Li Assistant Professor Dept. of Electrical, Computer and Biomedical Engineering University of Rhode Island Introduction to HTML Bin Li Assistant Professor Dept. of Electrical, Computer and Biomedical Engineering University of Rhode Island Hypertext & HTML HyperText Markup Language (HTML) is the language for

More information

Biznesi dhe Interneti

Biznesi dhe Interneti Biznesi dhe Interneti Pjesa 2 Prof. Ass. Dr. Ermir Rogova Objektivat Shpjegimi se çka është Internet Service Provider (ISP) dhe cilat shërbime mund të presim prej tyre Diskutim për veglat që na duhet për

More information