Week 1 – Beginners Content McAfee & Big Fish Games CoderDojo.

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

HTML Basics Customizing your site using the basics of HTML.
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.
What happens when you create an HTML document and include pictures.
Html: getting started HTML is hyper text markup language. It is what web browsers look at on the Internet. HTML documents should be created in a simple.
WeB application development
Introduction to HTML Lists, Images, and Links. Before We Begin Save another file in Notepad Save another file in Notepad Open your HTML, then do File>Save.
Adding HTML to Blackboard
Intro to HTML Workshop. Welcome This slideshow presentation is designed to introduce you to the basics of HTML. It is the first of three HTML workshops.
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
Designing Web Pages Getting to know HTML... What is HTML? Hyper Text Markup Language HTML is the major language of the Internet’s World Wide Web. Web.
Basic HTML The Magic Of Web Pages. Create an HTML folder  Make a folder in your H drive and name it “HTML”. We will save EVERYTHING for this unit here.
Basic HTML Hyper text markup Language. Re-cap  … - The tag tells the browser that this is an HTML document The html element is the outermost element.
HTML HTML stands for "Hyper Text Mark-up Language“. Technically, HTML is not a programming language, but rather a markup language. Used to create web pages.
.  Entertain  Inform  Educate  Blogs  Sell  Date  Gamble  Religion.
Amber Annett David Bell October 13 th, What will happen What is this business about personal web pages? Designated location of your own web page.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
1 Essential HTML coding By Fadi Safieddine (Week 2)
Images in HTML PowerPoint How images are used in HTML.
All Web pages are written with some form of HTML (HyperText Markup Language). HTML documents are saved as Text Only files so virtually any computer can.
HTML INTRODUCTION, EDITORS, BASIC, ELEMENTS, ATTRIBUTES.
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.
Html Basic Codes Week Two. Start Your Text Editor Windows use 'Notepad’ Macintosh use 'Simple Text'
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 a HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup tags  The.
Computing Theory: HTML Year 11. Lesson Objective You will: o Be able to define what HTML is - ALL o Be able to write HTML code to create your own web.
Web Programming Basics of HTML. HTML stands for Hyper Text Mark-up Language A mark-up language is different than those that you have learned before in.
HTML Hyper Text Markup Language. What is an HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup.
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
Last week you should have had something that looked like this.
HTML Basic IST2101. Keep In Mind Programming can be time consuming. Plan ahead!
Basic HTML Hyper text markup Language. Lesson Overview  In this lesson, you will learn to:  Write HTML code using a text editor application such as.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
 HTML is hypertext markup language. It is a way for people to display their information with more complex pictures and text displays. Before HTML, messages.
Lec.10 + (Chapter 8 & 9) GUI Java Applet Jiang (Jen) ZHENG July 6 th, 2005.
Ali Alshowaish. What is HTML? HTML stands for Hyper Text Markup Language Specifically created to make World Wide Web pages Web authoring software language.
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”
WRT235: Writing in Electronic Environments Session 2 Basic XHTML.
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.
HTML (Hyper Text Markup Language) Lecture II. Review Writing HTML files for web pages – efficient compact – fundamental. Text files with htm extension.
HTML IMAGES. CONTENTS IMG Tag Alt Attribute Setting Width and Height Of An Image Summary Exercise.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
REEM ALMOTIRI Information Technology Department Majmaah University.
Links and Images. Links HTML uses a hyperlink to link to another document on the Web A hyperlink can be either text or a picture Links are created with.
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-I Basic HTML Elements. HTML (Hyper Text Markup Language) HTML is a document layout and hyperlink- specification language. i.e. a language used to.
Using HTML. Glogger Glogger is like you own personal web page, you can add… Pictures Text Videos Music, etc… Modify and adjust anything you want Glogger.
CSS IS A LANGUAGE DESIGNED TO TARGET HTML ELEMENTS AND NODES BY TYPE, CLASS, ID AND VALUE, AND CHANGE THEIR VALUES CSS – change how your HTML looks and.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
Websites Creating Basic Course. What´s a website ? A website (or "web site") is a collection of related web pages, images, videos or other digital assets.
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.
Computer Basics Introduction CIS 109 Columbia College.
Online PD Basic HTML The Magic Of Web Pages
Introduction to HTML.
Web Basics: HTML/CSS/JavaScript What are they?
HTML Basics.
HTML basics
Images in HTML PowerPoint How images are used in HTML
AN INTRODUCTORY LESSON TO MAKING A SIMPLE WEB PAGE By: RC Emily Solis
HTML Images CS 1150 Spring 2017.
Basic HTML and Embed Codes
Intro to Web Development Links
Internet Technologies I - Lect.01 - Waleed Ibrahim Osman
HTML Images CS 1150 Fall 2016.
Pertemuan 1b
Pertemuan 1 Desain web Pertemuan 1
Images in HTML PowerPoint How images are used in HTML
Presentation transcript:

Week 1 – Beginners Content McAfee & Big Fish Games CoderDojo

Creating your first HTML page HTML – Hyper Text Mark-up Language - one of the languages in which we can build web pages Open Notepad++ A new document will be automatically opened Let’s save it as a HTML document: Click File -> Save As.. Select ‘Desktop’ on the left hand side so that the file saves to your desktop. Select ‘Hyper Text Mark-up Language file’ from the ‘File Type’ drop down. Click Save.

Now we’ve got a HTML page HTML documents are built using HTML tags – let’s begin by adding some tags to our page. Make sure you still have the page we created open in Notepad++, and type the following text into your file:

Running our HTML page To run our HTML page, we just have to open it in a web browser (Internet Explorer, Chrome, Firefox) - Your PC will have one of these installed. Browse to the desktop where we saved our web page, and double click on it – it will open in your web browser.

A closer look... Let’s take a look at what we’ve created: The tag specifies the web page title. This must be within the tag. The tag specifies a level 1 header. The other tags are required in order for this to be a HTML document. Notice that every tag has an opening tag (e.g., and a closing tag, and can have other tags inside it.

The header tag As we saw in our example, the tag created a header for our web page. The header tag has 6 levels – levels1-6. Our header tag was a level 1 header,, the largest header. A level 6 header is the smallest. Try changing our tag to a tag, running your page and seeing what happens!!

Adding more content to our page We can use the tag to add paragraphs of text to our page, as with all other tags, it must be closed by a tag. Let’s try it out – add the following tag to your page – the text can be whatever you want..

Now we have a tag Now we have added a tag, and our text should be displayed. You can add as many tags as you wish to a page – try it out by adding some more, saving and re-opening your page.

Adding an image to our page Let’s add an image to our web page. Images can be added to a HTML page using the tag. Modify your HTML code to include the following image tag:

Save & Run your web page...

The tag Used to add pictures to our web page. First time we’ve seen a self closing tag – notice how we don’t need to have a tag. First time we’ve seen attributes in a tag: The src attribute points to the image file you want to display. This can be somewhere on the internet (like ours) or on your PC. The alt attribute specifies text to display if the image can’t display. ‘alt’ is short for ‘alternative’.

The tag – alt attribute Try this out – delete something from the src tag so the picture we’re loading can’t be found. Notice now how our alt text displays:

The tag – more attributes Our image looks a little big for our page! Let’s make our image a bit smaller... We can use two more attributes to give it a smaller size: height – the height of the image width – the width of the image

Adding video to our page Let’s add some video to our HTML page. We can easily add a YouTube video directly in our page. Add the following HTML code to your web page:

Adding video to our page Now save and run your page!

Examining our video code Notice our video is in a tag (when we saw it earlier it contained text, this time it contains a video) Notice the different attributes (like we saw in the tag).

Creating links to other pages We can create links from our page to other pages – these can be pages on our PC or pages on the Internet. Let’s create some links to a few pages on the internet. Add the following HTML code under our video:

Now our page is linked.. Now we have a link on our page to another site. Links are created using the tag. The href attribute specifies our link address. Try adding some more links by yourself