For the CIS17 course..

Slides:



Advertisements
Similar presentations
A guide to HTML. Slide 1 HTML: Hypertext Markup Language Pull down View, then Source, to see the HTML code. Slide 1.
Advertisements

CM143 - Web Week 2 Basic HTML. Links and Image Tags.
HTML Primer Basics of HTML for those who haven’t used it before.
Explanation of Web 6, Web 7 and Web 9 at my site Please be sure to bring up the speaker notes for the explanation Intro - Web 6, Web 7 and Web 9.
Computer Science 101 HTML. World Wide Web Invented by Tim Berners-Lee at CERN, the European Laboratory for Particle Physics in Geneva, Switzerland (roughly.
HTML Overview Part 2 – Paragraphs, Headings, and Lines 1.
Web Design Using HTML Codes. WHAT DO I NEED TO BEGIN DESIGNING A HOME PAGE? 1.YOU NEED A FOLDER (also called a DIRECTORY) You should set up a folder or.
Today’s Topic Language of web page - HTML (Hypertext Markup Language)
CS117 Introduction to Computer Science II Lecture 2 Creating an HTML Document Instructor: Li Ma Office: NBC 126 Phone: (713)
Links in HTML. Hyperlinks or links Millions of linked web pages make up the World Wide Web Used to connect a web page to another web page on the same.
Getting Started with HTML Please use speaker notes for additional information!
Linking web pages Wah Yan College (Hong Kong) Mr. Li C.P.
HTML INTRODUCTION. What is HTML?  HTML stands for Hypertext Markup Language  Developed in 1990  Hidden code that helps us communicate with others on.
All you ever needed to know…and more!. H.T.M.L. HyperText Mark-up Language Web’s programming language All web browsers Set of instructions Written with.
HTML Codes Miss B.
Introduction to HTML Wah Yan College (Hong Kong) Mr. Li C.P.
Organization Components (Lists, Table & Frame) Wah Yan College (Hong Kong) Mr. Li. C.P.
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
HTML Basics. HTML Introduction Stands for HyperText Markup Language. HTML files are plain text files with mark ups. Some characteristics of HTML: –No.
HTML ( HYPER TEXT MARK UP LANGUAGE ). What is HTML HTML describes the content and format of web pages using tags. Ex. Title Tag: A title It’s the job.
CPSC 203 Introduction to Computers Lab 66 By Jie Gao.
CS 111 – Oct. 4 Web design –HTML –Javascript Commitment: –This week, read sections 4.3 – 4.5.
CS 101 – Dec. 4 HTML Web issues Project examples Reviews on Monday & study day.
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.
Web programming Part 1: HTML 由 NordriDesign 提供
Introduction to Web & HTML
Cascading Style Sheets I Embedded Style Sheets. Page Design ICSS 2Instructor: Sean Griffin What is a Style Sheet? A style sheet is a text file that contains.
This shows CIS17 and the first day introduction..
Introduction To Computing Lab #8 Instructor: Kavya Venkatesh IT 104, Section: 203.
HTML: Hypertext Markup Language The language to make web pages 0.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
Unit 5 The Web Book Test. Unit 5 Test The Web Book Test 1. On the bottom of page 46, why is writing web pages not like writing printed documents ?
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.
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.
Basics of Web Design 1 Copyright © 2016 Pearson Education, Inc., Hoboken NJ.
1 Your Web Page title body of Web page main heading H2 heading bulleted list paragraph.
Click on CIS120/17 to go to website for course. The week of will tell you what is planned for the week and what has been assigned.
Chapter 4 HTML Tags. HTML is written in something called tags. Tags come in pairs, an opening one and a closing one. The first pair of tags we'll write.
Project 02 Creating and Editing a Web Page Concept Map of Unit Creating and Editing a Web Page Key Learning Understand the elements to create a web page.
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.
Web Page Design Mr. Gironda
What you can see in the picture?
Getting Started – Basic Page Structure
Web Basics: HTML/CSS/JavaScript What are they?
Uppingham Community College
HTML & teh internets.
Creating a webpage html coding
Text Elements.
Elements and Attributes
Web Page Design Mr. Wilson
COMPUTING FUNDAMENTALS
A guide to HTML.
Text Elements.
Practice: first_document.html
Essentials of HTML.
Computers and Scientific Thinking David Reed, Creighton University
HTML HYPERTEXT MARKUP LANGUAGE.
Text Elements.
HTML 12/27/2018.
Intro to Web Development HTML Structure
HTML Basics Web.
HTML Structure.
Home page for CIS44..
View Reports/Analysis
Text Elements.
HyperText Markup Language
Hypertext Markup Language
Text Elements.
HTML5 and CSS3 Illustrated Unit B: Getting Started with HTML
Presentation transcript:

for the CIS17 course.

It also contains body information which puts things up on the window It also contains body information which puts things up on the window. In this case, I am putting up a paragraph enclosed in the <p> and the close </p> tags. I am using html to create a web page. The <html> is called a tag and the closing tag at the bottom includes a / so it is </html>

You can see the paragraph printed on the page.

Now I am trying to open the file in a browser window.

<br> or <br /> means break to the next line. entries with close tags like </li>.

Note at the end the entire of the line above, the tag is </p>