Hyper text markup Language

Slides:



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

HTML popo.
1 تقنيات الانترنت عال457 HTML. 2 HTML  HTML – HyperText Markup Language – The Language of Web Pages on the World Wide Web. HTML is a text formatting.
End User Computing An Introduction to CSS Sujana Jyothi Research Lab1, Callan Building, Department of Computer Science
Design, Formatting, CSS, & Colors 27 February, 2011.
Primaries: magenta, yellow, and cyan This color system is called subtractive because: each primary color absorbs (subtracts) a certain part of the color.
Web Design Unit Assignment #2: Job Skills Favorite Links Page You will create a HTML web page with links to informational websites about a variety of job.
Learning HTML. HTML Attributes HTML elements can have attributes Attributes provide additional information about an element Class – specifies a class.
.  Entertain  Inform  Educate  Blogs  Sell  Date  Gamble  Religion.
1 Essential HTML coding By Fadi Safieddine (Week 2)
Images in HTML PowerPoint How images are used in HTML.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and attributes Create.
 This presentation introduces the following: › 3 types of CSS › CSS syntax › CSS comments › CSS and color › The box model.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
Getting Started with HTML Please use speaker notes for additional information!
 Komodo Edit Project › Helping you find your folder  Laptop › Delete what you don’t need › Keep class “doodles” in a single “sandbox” folder  Isis.
HTML Basic IST2101. Keep In Mind Programming can be time consuming. Plan ahead!
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
HTML Lesson 3 Hyper Text Markup Language. Assignment Part 2  Set the file name as “FirstName2.htm”  Set the title as “FirstName LastName First Web Site”
Georgia Institute of Technology Making Text for the Web Barb Ericson Georgia Institute of Technology March 2006.
Basic HTML Hyper text markup Language. Lesson Overview  In this lesson, you will learn to:  Images  Colors.
Internet Applications Development Lecture 4 L. Obead Alhadreti.
Colors & Fonts Building a Website Lesson 7. Font Font The tag specifies the font face, font size, and color of text. The tag can have any or all of these.
Introduction to HTML : Hyper Text Markup Language.
HTML (Hyper Text Markup Language) Lecture II. Review Writing HTML files for web pages – efficient compact – fundamental. Text files with htm extension.
AGB 3/26/121 ++=. 2 Yes, believe it or not this is a complete webpage. It has a Head, Title and Body between the start and end HTML Tag.
HTML IMAGES. CONTENTS IMG Tag Alt Attribute Setting Width and Height Of An Image Summary Exercise.
Spiderman ©Marvel Comics Creating Web Pages (part 1)
Your HTML website creating your first html file. Creating an HTML FIle Open note pad from accessories, programs. Write code. Save and view. In 3 Steps.
HTML HTML stands for Hyper Text Markup Language. HTML is used in making the base of a Website You can just use an online website maker like weebly.com.
Basic HTML Hyper text markup Language. Lesson Overview  In this lesson, you will learn to:  Images  Colors.
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.
1 HTML. 2 Full forms WWW – world Wide Web HTTP – Hyper Text Transfer Protocol HTML – Hyper Text Markup Language.
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 Help book. HTML HTML is the programming language used to make web pages for the Internet. HTML stands for Hyper Text Markup Language. HTML is made.
Fall 2016 CSULA Saloni Chacha
Html.
HTML Basics.
HTML basics
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
4.01 Cascading Style Sheets
Web Development & Design Foundations with HTML5 8th Edition
Hyper text markup Language
HyperText Markup Language
Images in HTML PowerPoint How images are used in HTML
>> Introduction to CSS
HTML Lab 5 10/1/2015.
HTML.
Intro to HTML Mr. Singh.
Web Development & Design Foundations with HTML5
HTML Images CS 1150 Spring 2017.
HTML (HyperText Markup Language)
Programming for webpages
Colors.
Introduction to HTML II
Computers and Scientific Thinking David Reed, Creighton University
Basic HTML and Embed Codes
Putting An Image on Your Web Page
HTML (Hypertext Markup Language )
HTML Images.
Lesson 4 – Introduction to CSS
Programming for webpages
HTML Images CS 1150 Fall 2016.
Pertemuan 1b
Johan Ng and Muhammad Hazzry
Images in HTML PowerPoint How images are used in HTML
4.01 Cascading Style Sheets
Web Programming and Design
Images in HTML PowerPoint How images are used in HTML
Presentation transcript:

Hyper text markup Language Basic HTML Hyper text markup Language

Lesson Overview In this lesson, you will learn to: Images Colors

Image extensions There are multiple formats of images. Each format has a different file extension. You can use them as src (source) for <img> tag Image.gif Image.jpeg Image.png Image.bmp Image.tiff

Images <img …./> - <img> (image) is the element used to embed images <img src="smiley.jpeg" /> - src (source)is an attribute of <img> which provides path to the image being embedded. It embeds an image file “smiley.gif” from the same directory as the html file.

Images <img src="smiley.gif" width="32" height="32“ alt=“smile”/> Width and height attributes of <img> decides dimensions of embedded image. Only use one of these so the image doesn’t stretch. The alt attribute provides alternative information for an image if a user for some reason cannot view it (because of slow connection, an error in the src attribute).

Assignment - Images Find 2 images for your assignment 1e.g http://commons.wikimedia.org/wiki/Main_Page Save them to the SAME FOLDER as assignment1 Add 2 image tags to your assignment 1page to verify the results. Attributes: src: Use the complete file name (pic.jpg) width or height (but not both) alt

Where can I get images for my website

Sources of images Pictures taken by you using your digital camera Pictures taken by someone else Pictures created by you using software like photoshop Pictures created by someone else using software like photoshop Talk about using other images, copy right and fair use

Copyright of images If you are using someone else’s picture Please attribute picture to original contributor Please make sure that you have read and understood copyright license Wikimedia commons – free license. you can use images from there (give attribute to original contributor) http://commons.wikimedia.org/wiki/Commons:Reusing_content_outside_Wikimedia http://commons.wikimedia.org/wiki/Main_Page

How to attribute pictures Please put the title of the picture (if available) name of the author/creator (if available) E.g Thanks to Mary smith for this picture of a panda E.g Picture courtesy of Mary Smith E.g Picture by Mary Smith http://www.wikihow.com/Attribute-a-Creative-Commons-Licensed-Work http://mollykleinman.com/2008/08/15/cc-howto-1-how-to-attribute-a-creative-commons-licensed-work/

What are primary COLORS http://www.wikihow.com/Attribute-a-Creative-Commons-Licensed-Work http://mollykleinman.com/2008/08/15/cc-howto-1-how-to-attribute-a-creative-commons-licensed-work/

RED GREEN BLUE Class activity, have the kids invent a way to describe a color. Have them give the pros and cons for the different ways they have thought of

RGB Mixing RED – 0-255 GREEN – 0 - 255 BLUE- 0-255 creates all other colors http://www.wikihow.com/Attribute-a-Creative-Commons-Licensed-Work http://mollykleinman.com/2008/08/15/cc-howto-1-how-to-attribute-a-creative-commons-licensed-work/

Hex Mixing RED – 00-FF GREEN – 00 - FF BLUE- 00-FF creates all other colors http://www.wikihow.com/Attribute-a-Creative-Commons-Licensed-Work http://mollykleinman.com/2008/08/15/cc-howto-1-how-to-attribute-a-creative-commons-licensed-work/

Adding color to your text… <h2 style="color:red">I am Red</h2> <h2 style="color:blue">I am Blue</h2>

Color reference http://www.w3schools.com/html/html_colors.asp http://www.w3schools.com/html/html_colornames.asp https://kuler.adobe.com/create/color-wheel/ http://www.pagetutor.com/colorpicker/index.html http://colorschemedesigner.com http://www.colorcodehex.com/html-color-picker.html Another tip is to Google “html colors”

HEX COLORS Defined as… #000000 #FFFFFF #FF0000

<h2 style="color:#00FF7F">I am Spring Green</h2> <h2 style="color:#8A2BE2">I am blue Violet</h2>

More Ways to mix: Cyan, Magenta, Yellow, Black CMYK cmyk(0, 100, 50, 0) Hue, Saturation, Light HSL Mixing hsl(120, 100%, 50%) Why would someone use one of these color schemes

Setting font color <p style = “color: #0000FF”>Blue</p> All the text in the paragraph will be blue. <body style = "background-color: #0BCEC7"> The entire background will be #0BCEC7 Always use the Letter/Number combo for Hexi Colors after the Hashtag.

Assignment - Colors Color the heading of your recipe. Color the background of your recipe.

Style Fonts <h1 style="font-family:verdana;">This is a heading</h1> Use W3 Schools or search for various “HTML fonts”

Style Cont… Font size Text Alignment <p style="font-size: 300%;">This is a paragraph.</p> Text Alignment <h4 style = "text-align: center;" style = "color: #191970"> This is a text align and a font color. This is what it looks like when using more than one style command.