ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.

Slides:



Advertisements
Similar presentations
Introduction to Web Design Lecture number:. Todays Aim: Introduction to Web-designing and how its done. Modelling websites in HTML.
Advertisements

Farhan Nisar University of Peshawar
Introduction to HTML
Basic Principles for Web Design Source:
HTML popo.
Introduction to HTML & CSS
Learning HTML. > Title of page This is my first homepage. Tells Browser This is an HTML page Basic Tags Tells Browser End of HTML page Header information.
HyperText Markup Language (HTML). Introduction to HTML Hyper Text Markup Language HTML Example The structure of an HTML document Agenda.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
HTML: HyperText Markup Language Hello World Welcome to the world!
Hyper Text Markup Language.  HTML is a language for describing web pages.  HTML stands for Hyper Text Markup Language  HTML is not a programming language,
WeB application development
Website Design.
Presenter: James Huang Date: Sept. 26,  Introduction  Basics  Lists  Links  Forms  CSS 2.
ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
MR.Mohammed Sharaf al Shareef
Made by: Dan Ye. Introduction Basic Last Page ☆ HTML stands for Hyper Text Markup Language; ☆ HTML is not a programming language, it is a markup language;
HTML BASIC
WEB DESIGN 1 THEORY : 30 PRACTICE : 60 Lecturer : Phạm Sĩ Quan Phone : Blog:
Introduction to HTML academy.zariba.com 1. Lecture Content 1.What is HTML? 2.The HTML Tag 3.Most popular HTML tags 2.
Computer Sciences Department
HTML Tags. Objectives Know the commonly used HTML tags Create a simple webpage using the HTML tags that will be discussed.
Module 5 HTML: An Introduction. ●A language to describe and create web pages. ●Stands for: Hyper Text Markup Language What is HTML?
Introduction to HTML. Topics HTML –What is HTML –Parts of an HTML Document –HTML Tags.
HTML. What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is a markup language A markup language.
MORE HTML REMEMBER TO SEARCH W3 SCHOOLS FOR MORE INFO.
What is HTML? HTML is a language for describing web pages. –HTML stands for Hyper Text Markup Language –HTML is a markup language –A markup language is.
Ku-Yaw Chang Assistant Professor, Department of Computer Science and Information Engineering Da-Yeh University.
Chapter 4 HTML. Objectives Explain how HTML/XHTML are used and describe the difference between them Interpret HTML code Explain how HTML Forms are used.
DAT602 Database Application Development Lecture 14 HTML.
HTML Structure & syntax
HTML. WHAT IS HTML HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup language A markup language is a set of.
1 HTML محمد احمدی نیا 2 Of 43 What is HTML?  HTML stands for Hyper Text Markup Language  HTML is not a programming language, it.
CHAPTER 1 HTML & HTML5 I อ. ยืนยง กันทะเนตร คณะเทคโนโลยีสารสนเทศและการสื่อสาร มหาวิทยาลัยพะเยา 1.
HTML Basic I IST2101. Keep In Mind Programming can be time consuming. Plan ahead!
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
Introduction to HTML. What is HTML? Hyper Text Markup Language (HTML) is a language for describing web pages. HTML is not a programming language, it is.
Explorers Guild April 27, What is HTML? Hypertext Markup Language (HTML) is the basic building block of the World Wide Web page. HTML files are.
Hypertext Mark-Up Language Web Page Creation HTML.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
HTML Darby Tien-Hao Chang Department of Electrical Engineering National Cheng Kung University.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
HTML Basics Let’s Make a Web Page. What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a.
Ali Alshowaish. What is HTML? HTML stands for Hyper Text Markup Language Specifically created to make World Wide Web pages Web authoring software language.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
HTML.
HTML Basics Computers. What is an HTML file? *HTML is a format that tells a computer how to display a web page. The documents themselves are plain text.
HTML Basic. What is HTML HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it.
Introduction to HTML Year 8. What is HTML O Hyper Text Mark-up Language O The language that all the elements of a web page are written in. O It describes.
CSE 409 – Advanced Internet Technology 1 DISCUSSION OF BASIC HTML TAGS.
WEEK -1 ACM 262 ACM 262 Course Notes. HTML What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML.
University of South Asia Course Name: Web Application Prepared By: Md Rezaul Huda Reza
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
What is HTML? 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.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
HTML cancho. HTML HyperText Markup Language A set of HTML tags.
1 Introduction to HTML. 2 Definitions  W W W – World Wide Web.  HTML – HyperText Markup Language – The Language of Web Pages on the World Wide Web.
HTML AN INTRODUCTION TO WEB PAGE PROGRAMMING. INTRODUCTION TO HTML With HTML you can create your own Web site. HTML stands for Hyper Text Markup Language.
HTML Tables Tables are defined with the tag. A table is divided into rows (with the tag), and each row is divided into data cells (with the tag). td stands.
Week-11 (Lecture-1) Introduction to HTML programming: A web based markup language for web. Ex.
NOTEPAD++ Lab 1 1 Riham ALSmari. Why Notepad++ ?  Syntax highlighting  Tabbed document interface  Zooming  Indentation code  Find and replace over.
Basic HTML Introduction to HTML.
Introduction to Programming
Pertemuan 1 Desain web Pertemuan 1
WEBSITE DESIGN Chp 1
Internet Technologies I - Lect.01 - Waleed Ibrahim Osman
Html.
Pertemuan 1 Desain web Pertemuan 1
Presentation transcript:

ACM 511 HTML Week -1 ACM 511 Course Notes

Books ACM 511 Course Notes

World Wide Web ACM 511 Course Notes

World Wide Web ACM 511 Course Notes

World Wide Web ACM 511 Course Notes

World Wide Web ACM 511 Course Notes

HTML ACM 511 Course Notes  What is HTML? 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 is a set of markup tags HTML uses markup tags to describe web pages  HTML Tags HTML markup tags are usually called HTML tags HTML tags are keywords surrounded by angle brackets like HTML tags normally come in pairs like and The first tag in a pair is the start tag, the second tag is the end tag Start and end tags are also called opening tags and closing tags

Web Pages ACM 511 Course Notes  HTML Documents = Web Pages HTML documents describe web pages HTML documents contain HTML tags and plain text HTML documents are also called web pages  The purpose of a web browser (like Internet Explorer or Firefox) is to read HTML documents and display them as web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page.

Structure ACM 511 Course Notes

HTML Introduction ACM 511 Course Notes

Page Structure ACM 511 Course Notes

Character Encoding/Stylesheets/Javascript ACM 511 Course Notes

HTML Elements ACM 511 Course Notes  HTML Element Syntax An HTML element starts with a start tag / opening tag An HTML element ends with an end tag / closing tag The element content is everything between the start and the end tag Some HTML elements have empty content Most HTML elements can have attributes This is my first paragraph.

HTML Attributes ACM 511 Course Notes

HTML Headings ACM 511 Course Notes

HTML Basic ACM 511 Course Notes  HTML Paragraphs HTML paragraphs are defined with the tag. This is a paragraph. This is another paragraph.  HTML Links This is a link  HTML Images

HTML Basic ACM 511 Course Notes Prepare this page in Notepad, the picture will act as a link.

HTML Lines ACM 511 Course Notes  HTML Lines The tag creates a horizontal line in an HTML page. This is a paragraph This is a paragraph This is a paragraph

HTML Formatting ACM 511 Course Notes This text is bold This text is strong This text is big This text is italic This text is emphasized This is subscript and superscript

HTML Fonts (not supported) ACM 511 Course Notes This paragraph is in Arial, size 5, and in red text color. This paragraph is in Verdana, size 3, and in blue text color.

Hyperlinks ACM 511 Course Notes

Hyperlinks ACM 511 Course Notes

HTML Lists HTML Unordered Lists An unordered list starts with the tag. Each list item starts with the tag. Coffee Milk HTML Ordered Lists An ordered list starts with the tag. Each list item starts with the tag. Coffee Milk ACM 511 Course Notes

HTML Lists HTML Definition Lists A definition list is a list of items, with a description of each item. The tag defines a definition list. The tag is used in conjunction with (defines the item in the list) and (describes the item in the list) Coffee - black hot drink Milk - white cold drink ACM 511 Course Notes

HTML Tables ACM 511 Course Notes

HTML Tables ACM 511 Course Notes

HTML Tables ACM 511 Course Notes

HTML Tables ACM 511 Course Notes

HTML Tables ACM 511 Course Notes

Tables ACM 511 Course Notes

HTML Forms

HTML Forms (Input) (Password) ACM 511 Course Notes

HTML Forms (Checkbox) ACM 511 Course Notes

HTML Forms (Radio Button) ACM 511 Course Notes

Dropdown List ACM 511 Course Notes

HTML Forms ACM 511 Course Notes DO IT YOURSELF

Block Elements ACM 511 Course Notes

Inline Elements ACM 511 Course Notes

Grouping Block Elements ACM 511 Course Notes

Grouping Inline Elements ACM 511 Course Notes