HTML Codes Miss B.

Slides:



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

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
A guide to HTML. Slide 1 HTML: Hypertext Markup Language Pull down View, then Source, to see the HTML code. Slide 1.
ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
HTML Minute University Richard Fisher 10/1/2001 HTML FSA Training2 HTML Overview  HTML  HyperText Markup Language.
How Tags are used to form your Web Page
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;
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
COMP101 – Exploring Multimedia and Internet Computing LA2 (Thu 14:00 – 16:50) TA: Jackie Lo.
HTMLMR.Mostafa badr1. Lesson 3 HTML Tags Lesson 2 Creating a HTML File Lesson 1: Hyper Text Markup Language (HTML) Basics Get Trained for a Better Future.
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.
 Definition of HTML Definition of HTML  Tags in HTML Tags in HTML  Creation of HTML document Creation of HTML document  Structure of HTML Structure.
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.
Basics of HTML Shashanka Rao. Learning Objectives 1. HTML Overview 2. Head, Body, Title and Meta Elements 3.Heading, Paragraph Elements and Special Characters.
Basics of HTML.
Today’s Topic Language of web page - HTML (Hypertext Markup Language)
.  Entertain  Inform  Educate  Blogs  Sell  Date  Gamble  Religion.
Essential Tags Web Design – Sec 3-3 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
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. Short History Of HTML HTML was invented in 1990 by a scientist called Tim Berners-Lee. The purpose was to make it easier for scientists at different.
HTML CRASH COURSE. What is HTML?  Hyper Text Markup Language  The language used to make web pages  Written by using 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.
Course Content - Chapter 2 Introduction to HTML Introduction to a Text Editor as a web authoring tool Instructional Activity: Creating a webpage using.
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.
XP 1 HTML Committed to Shaping the Next Generation of IT Experts. 01: Introduction to HTML.
15.1 Fundamentals of HTML.
HTML INTRODUCTION. What is HTML?  HTML stands for Hypertext Markup Language  Developed in 1990  Hidden code that helps us communicate with others on.
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
Basic HTML PowerPoint How Hyper Text Markup Language Works
Introduction to HTML. Slide 1 Hard-Coding What is hard-coding? –Creating the page in a text editor just using HTML A Web designer should know how to hard-
Hypertext Mark-Up Language Web Page Creation HTML.
Creating Webpage Using HTML
HTML Internet Basics & Beyond. What The Heck Is HTML? HTML is the language of web pages. In order to truly understand HTML, you need to know a little.
Introduction to HTML Wah Yan College (Hong Kong) Mr. Li C.P.
HTML Basics Objectives: Objectives: Understand what HTML is Understand what HTML is Know basic HTML tags Know basic HTML tags Understand how to view HTML.
HTML: Hyptertext Markup Language Doman’s Sections.
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
15.1 Fundamentals of HTML DeKalb County School System.
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.
Lesson One Quick HTML Know-How Pages 3 to 30. Objectives for Today! For Today:  Discover HTML tags  Enter starting tags  Learn to save  Create a page!
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.
15.1 Fundamentals of HTML 2 assignments: 1st—complete the worksheet. 2nd—create your first HTML web page following the directions in this PowerPoint where.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
This shows CIS17 and the first day introduction..
Getting Started with HTML. HTML  Hyper Text Markup Language  HTML isn’t a program language, its known as a markup language  A Markup language has tags.
CS 100 Introduction to Web Page Construction and HTML.
PART 1: Introduction to HTML & CSS. Lecture 1: HTML 5 Basic Structure.
HTML: Hypertext Markup Language The language to make web pages 0.
Behind every site is a mix of special languages that your web browser understands The main way of describing any website is HTML HTML stands for Hyper.
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.
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. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
Intro to HTML.  Hypertext markup language (HTML) is a way of telling web browsers how to display a page  You can type them by hand in a word processing.
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.
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
HTML is the language that allows text and graphics to be displayed as Web pages. It is a set of special codes, called tags, that tells a browser application.
NOTEPAD++ Lab 1 1 Riham ALSmari. Why Notepad++ ?  Syntax highlighting  Tabbed document interface  Zooming  Indentation code  Find and replace over.
Pertemuan 1 Desain web Pertemuan 1
Online PD Basic HTML The Magic Of Web Pages
Introduction to basic HTML
Elements of HTML Web Design – Sec 3-2
Uppingham Community College
WEB PAGES: CREATING AND MAINTAINING **
Creating a webpage html coding
Elements of HTML Web Design – Sec 3-2
A guide to HTML.
HTML HYPERTEXT MARKUP LANGUAGE.
HTML Structure.
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Presentation transcript:

HTML Codes Miss B

What is HTML? HTML stands for hypertext markup language. What does that mean? Hyper is a Greek word that can mean things like super or beyond. So, hypertext is beyond text or super text, or, to put it in more modern terms, hypertext is text on steroids. So basically…HTML is the language used to make webpages. If you want to learn how to make webpages, you’ll have to learn HTML.

HTML Tags HTML uses HTML tags or special keywords that give instructions to web browsers on how to display a page. All HTML tags are enclosed in the < and the > symbols. These symbols may be called the lesser-than and greater-than symbols; or, you may see them referred to as angle brackets. Usually, HTML tags are used in pairs— an opening tag and a closing tag. Closing tags have a right slash in them.

Let’s Get Started The first thing you need to do is open up a text editing application such as Notepad or TextEdit.

The Basics The next few slides are going to discuss the basic HTML tags that you need to know.

The HTML Tag (<html></html>) The HTML tag the most essential of the basic HTML codes. You cannot even have a webpage without the HTML tag: it defines the webpage itself. Everything in the webpage must be placed between the opening HTML tag and the closing HTML tag.

The HEAD Tag (<head></head>) The HEAD tag defines the head section of an HTML document. The HEAD section is where we put information that relates to the page but that we don’t want to be displayed in the page itself. Some things commonly put in the HEAD section are page titles.

The TITLE Tag (<title></title>) The TITLE tag is always placed within the HEAD tags and contains the title of the page. The page’s title is usually displayed in the browser window’s title bar.

The BODY Tag (<body></body>) The BODY tag defines the body section of the page, which is the part that the browser will display.

The HEADING Tags (<h1></h1>, <h2></h2>, etc.) The heading tags are used to define headings for the text—they work a lot like newspaper headings. By default, they also cause a break in the text before and after them. That is to say, the heading will be on a line all by itself. Also, the bigger the number the smaller the heading.

The P (Paragraph) Tag (<p></p>) The paragraph tag, or P tag, simply defines a paragraph. Each paragraph of your text should be contained within a set of paragraph tags.

The UL (Unordered List) Tag (<ul></ul>) In general, the unordered list is used to make bulleted lists such as that seen below. Point 1 Point 2 Point 3

Text You can change the way the text of your webpage looks by using these codes.

Well, Now You Know Some Basic HTML Codes Well, there you go. You are now familiar with a handful of some of the more common or basic HTML codes or tags.

Let’s Practice Now we can use this site to help us create an HTML page. CLICK HERE