Chapter 1: Intro to HTML Section 1: HTML Structure Presentation Section 2: Layout of an HTML File Section 3: Working with Lists & Tables Section 4: HTML.

Slides:



Advertisements
Similar presentations
HTML Basics Customizing your site using the basics of HTML.
Advertisements

Intro to HTML. HTML HTML = HyperText Markup Language Used to define the content of a webpage HTML is made up of tags and attributes Content.
HTML Introduction CS 1020 – Lego Robot Design. Building Websites HTML (HyperText Markup Language)  The dominate language of the internet  Describes.
Introduction to HTML & CSS
HTML: HyperText Markup Language Hello World Welcome to the world!
Website Design.
Presenter: James Huang Date: Sept. 26,  Introduction  Basics  Lists  Links  Forms  CSS 2.
Making Things Look Nice: Visual Appearance and CSS CMPT 281.
Cascading Style Sheets. CSS stands for Cascading Style Sheets and is a simple styling language which allows attaching style to HTML elements. CSS is a.
Recognizing the Benefits of Using CSS 1. The Evolution of CSS CSS was developed to standardize display information CSS was slow to be supported by browsers.
HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.
Creating a Web Page HyperText Markup Language. HTML Documents  Created using any text editor  Notepad  Vi, Pico, or Emacs  If using word-processor,
4.01 Cascading Style Sheets
Review HTML  What is HTML?  HTML is a language for describing web pages.  HTML stands for Hyper Text Markup Language  HTML is not a programming language,
Basics of HTML.
Chapter 11 Cascading Style Sheets: Part I The Web Warrior Guide to Web Design Technologies.
CS 299 – Web Programming and Design Introduction to HTML.
Learning HTML. HTML Attributes HTML elements can have attributes Attributes provide additional information about an element Class – specifies a class.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
18 People Surveyed HTML (HyperText Markup Language) HTML “tags” Describes structure Building blocks Headings, paragraphs, lists, links, images, quotes,
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
 HTML stands for Hyper Text Mark-up Language. The coding language used to create documents for the World Wide Web  HTML is composed of tags. HTML tags.
Images (1) Three most popular formats – Graphics Interchange Format (GIF) – Joint Photographic Experts Group (JPEG) – Portable Network Graphics (PNG) –
HTML history, Tags, Element. HTML: HyperText Markup Language Hello World Welcome to the world!
Learning Web Design: Chapter 4. HTML  Hypertext Markup Language (HTML)  Uses tags to tell the browser the start and end of a certain kind of formatting.
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
>> Introduction to HTML: Tags. Hyper - is the opposite of linear Text – words / sentences / paragraphs Mark-up – Marking the text Language – It is a language.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
 This presentation introduces the following: › 3 types of CSS › CSS syntax › CSS comments › CSS and color › The box model.
CHAPTER 1 HTML & HTML5 I อ. ยืนยง กันทะเนตร คณะเทคโนโลยีสารสนเทศและการสื่อสาร มหาวิทยาลัยพะเยา 1.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
What is Markup and Markup Languages? What is HTML? A Basic HTML Document Basic HTML Tags Tag Attributes and Text Formatting Tags Insert Hyperlinks Add.
Cascading Style Sheet Bayu Priyambadha, S.Kom. Definition Cascading Style Sheets (CSS) form the presentation layer of the user interface. –Structure (HTML)
XHTML and CSS Session 1 Intro, (X)HTML, CSS, W3C, browsers, webpage, structure, tags, attributes, elements, web development process, basic XHTML elements.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
Lecture 2 - HTML and CSS Review SFDV3011 – Advanced Web Development 1.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
1 Web Application Programming Presented by: Mehwish Shafiq.
CSS Fun damentals The Document Hierarchy Element Relationships The Box Model.
Are You Smarter Than a 5 th Grader? 1,000,000 5th Grade HTML 5th Grade Syntax 4th Grade HTML 4th Grade Syntax 3rd Grade HTML 3rd Grade Syntax 2nd Grade.
CSS Cascading Style Sheets A very brief introduction CSS, Cascading Style Sheets1.
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.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
XP 1 HTML Tutorial 1: Developing a Basic Web Page.
Creating Your 1 st Web Page. Tags Refers to anything between on a webpage Most appear in pairs surrounding content Some appear as empty tags (no closing.
HTML cancho. HTML HyperText Markup Language A set of HTML tags.
Tutorial #1 Using HTML to Create Web Pages. HTML, XHTML, and CSS HTML – HyperText Markup Language The tags the browser uses to define the content of the.
CSS Layout Cascading Style Sheets. Lesson Overview  In this lesson, we’ll cover:  Brief CSS review  Creating sections with the tag  Creating inline.
HTML Tutorial. What is HTML HTML is a markup language for describing web documents (web pages) HTML documents are described by HTML tags Each HTML tag.
This is a test Webpage Wow, I’m writing my first webpage.
CSS Introductions. Objectives To take control of the appearance of a Web site by creating style sheets. To use a style sheet to give all the pages of.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
CSS (Cascading Style Sheets). CSS CSS – Cascading Style Sheets – Cascade because of the way CSS rules can stack on top of each other. Allows you to add.
Fall 2016 CSULA Saloni Chacha
Web Basics: HTML/CSS/JavaScript What are they?
HTML basics
4.01 Cascading Style Sheets
CSS Layouts: Grouping Elements
HTML: HyperText Markup Language
Intro to CSS CS 1150 Fall 2016.
Intro to CSS CS 1150 Spring 2017.
Basic HTML and Embed Codes
Pertemuan 1b
Pertemuan 1 Desain web Pertemuan 1
4.01 Cascading Style Sheets
Web Programming and Design
Presentation transcript:

Chapter 1: Intro to HTML Section 1: HTML Structure Presentation Section 2: Layout of an HTML File Section 3: Working with Lists & Tables Section 4: HTML Forms & Input HTML5 Video Series

What is HTML? HTML = Hypertext Markup Language Language of The Browser HTML is not a programming language The World Wide Web Consortium creates the standards of HTML CSS is used to style HTML pages HTML5 Video Series

HTML Uses Tag Elements - Paragraph - Heading - Italic - Bold Content is wrapped in an open and closing tag This is a heading This is a paragraph HTML5 Video Series

HTML Document Layout Page Title Hello World! HTML5 Video Series

Block Elements Block Level Element Creates a large block of content New lines before and after element Consumes the whole width available Examples - Paragraph - Headings - Forms - div tags HTML5 Video Series

Inline Elements Inline Level Element No new lines Can be placed aside other elements Can not define width Examples - Links and - Bold - Input - Span tags HTML5 Video Series

Element Attributes Most attributes are Name-Value pairs separated with an “=“ Attributes provide additional information about an element Attributes are always specified in the start tag HTML5 Video Series Google “href” is the name of the attribute of the (link) tag “ is the value of the “href” attribute of the (link)tag

Other Common Attributes style - Styling can be done via “style” attribute This paragraph will be red Id & class – Specifies identification to an element This paragraph has an id title – Adds extra info about the element. Also displayed in a tooltip in some browsers This paragraph has an id HTML5 Video Series

Singleton Tags Singleton tags are tags with no closing tag. Also called void elements is a singleton tag “ is wrong. Only the opening is needed Used with “attribute only” tags such as Can use a trailing slash ( ) You can leave off the trailing slash with HTML/HTML5. The trailing slash is required for XHTML No Trailing Slash With Trailing Slash HTML5 Video Series

Using Images In HTML Images are defined in html by the tag The tag is empty aside from its attributes There is no closing tag <img src=“ alt=“A name for my image” /> src is the image tag source (location) attribute Notice, no closing tag, Just an extra “/” HTML5 Video Series alt is the “alternate” attribute And is required

Separate & Style Your HTML You can style your html with the “style” attribute or by using CSS(Cascading Style Sheets). CSS is preferred but for this tutorial, we will use the inline “style” attribute. Use the or tag to single out blocks of html to apply style to Your Heading This is your paragraph This will add padding, make the background color black and make the text white for everything in between the tags HTML5 Video Series

Style Attribute Selectors Some text The syntax… color:red; background-color:blue; background-image:some-image.jpg padding:5px margin:5px display:block; border-style:solid; border-color:black border-width:1px; Common Selectors and values… HTML5 Video Series border:solid black 1px; Shorthand way…