CODING & HTML.  What is Coding?  What is HTML?  How do I write code?  Why is it necessary?  HTML Syntax.

Slides:



Advertisements
Similar presentations
3.02B Authoring Languages 3.02 Develop webpages..
Advertisements

HTML I. HTML Hypertext mark-up language. Uses tags to identify elements of a page so that a browser such as Internet explorer can render the page on a.
WeB application development
Website Design.
ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
HTML / CSS – Basics Why the heck are we doing this?
XHTML Basics.
Instructional Technology & Design Office or Insert Workshop Name Presented by Your Name Here.
Computer Science 103 Chapter 2 HyperText Markup Language (HTML)
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
Basics of HTML.
 Using Microsoft Expression Web you can: › Create Web pages and Web sites › Set what you site will look like as you design it › Add text, images, multimedia.
Introduction to Web Development in HTML Web module day 1 IS 201.
Using HTML to Create a Basic Web Page… By Josh Gallagan.
Creating a Basic Web Page
DAT602 Database Application Development Lecture 14 HTML.
Today’s Topic Language of web page - HTML (Hypertext Markup Language)
Using HTML to Create a Basic Web Page… By Josh Gallagan.
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.
Unit 3 Day 2 FOCS – Web Design. Journal Unit #3 Entry #1 Which of the videos that we saw yesterday did you find the most interesting? What was it about.
CS134 Web Design & Development Creating a Basic Web Page Mehmud Abliz.
Reading & Exam Zeid: Chapter 9: XHTML Essential p Read before EXAM 1 Exam is Monday Oct. 25 th Review on Friday Oct. 22 nd.
Introduction to HTML. HTML Hyper-Text Markup Language: the foundation of the World-Wide Web Design goals:  Platform independence: pages can be viewed.
1 XHTML محمد احمدی نیا 2 Of 19 HTML vs XHTML  XHTML is a stricter and cleaner version of HTML.  by combining the strengths of HTML.
HTML INTRODUCTION, EDITORS, BASIC, ELEMENTS, ATTRIBUTES.
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.
Course Content - Chapter 2 Introduction to HTML Introduction to a Text Editor as a web authoring tool Instructional Activity: Creating a webpage using.
By Brieya. What is HTML Hypertext Markup Language, a standardized system for tagging text files to achieve font, colour, graphic, and hyperlink effects.
HTML INTRODUCTION. What is HTML?  HTML stands for Hypertext Markup Language  Developed in 1990  Hidden code that helps us communicate with others on.
Basic HTML PowerPoint How Hyper Text Markup Language Works
Creating Webpage Using HTML
HTML Codes Miss B.
HTML H yper T ext M arkup L anguage. What is HTML? It is a programming language that Defines the format of a World Wide Web (WWW) page. It is a simple.
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.
Fundamentals of Web Design Copyright ©2004  Department of Computer & Information Science Introducing XHTML: Module A: Web Design Basics.
1 Creating Web Pages Part 1. 2 OVERVIEW: HTML-What is it? HyperText Markup Language, the authoring language used to create documents on the World Wide.
HTML. Hypertext Markup Language Lesson Objectives 1. We will be able to understand the need for HTML and where it is used 2. We will be edit HTML to.
HTML: Hyptertext Markup Language Doman’s Sections.
1 Web Application Programming Presented by: Mehwish Shafiq.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
JavaScript Tutorial 1 - Introduction to JavaScript1 Tutorial 1 Introduction to JavaScript Section A – Programming, HTML, and JavaScript.
High Points CSCI 1710 Fall The Internet Packet switching Arpanet Cold War.
The Teacher Computing HTML HyperText Markup Language.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
Invitation to Computer Science 6 th Edition Chapter 10 The Tower of Babel.
LBSC 690 Session 4 Programming. Languages How do we learn a language? Learn by listening Then reading Then writing How do we teach programming? Learn.
The idea of adding markup instructions to documents is not new. Before computers, authors would make annotations by hand in their written or typed documents.
HTML HyperText Markup Language Victoria E. Kozlek.
HTML rev 01/09/2016 Hyper Text Markup Language. HTML -history  Hypertext Markup Language is the main language for creating web pages . It was first.
Basic Steps to create a Website using HTML5. Hypertext Markup Language.
Displaying Your Ideas on the Internet How to let everyone admire your project
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.
NOTEPAD++ Lab 1 1 Riham ALSmari. Why Notepad++ ?  Syntax highlighting  Tabbed document interface  Zooming  Indentation code  Find and replace over.
Basic concepts of web design
HTML – The COMPUTING UNLOCKED GUIDE
XHTML/CSS Week 1.
What is HTML? Structure of HTML Document HTML TAG HEAD TAG TITLE TAG
Coding, Testing and Valdating a Web Page
3.00cs HTML Overview 3.00cs Develop webpages.
What is HTML? Structure of HTML Document HTML TAG HEAD TAG TITLE TAG
HTML What is it? HTML is a computer language devised to allow website creation. These websites can then be viewed by anyone else connected to the Internet.
What is HTML?.
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Document Structure & HTML
HTML – The COMPUTING UNLOCKED GUIDE
HyperText Markup Language
Presentation transcript:

CODING & HTML

 What is Coding?  What is HTML?  How do I write code?  Why is it necessary?  HTML Syntax

 Code: Programming instructions for a computer.  There are several different languages of code, just like there are many different languages of speech and writing.  Coding is also used in video games, any website you see, and complex programs for any profession you can think of.

 HTML: Hyper-text Markup Language -The basic language for websites and webpages on the internet.  Created by Tim Berners-Lee and several others in  Originally designed to share and edit science documents worldwide. Andreas Rentz/Getty Images

 Syntax: A set of rules to describe a written language  Notepad: A basic text format, or script, that the computer can run as a program.  Notepad++: Notepad that a human being can actually use to write code.

 Codes are the building blocks of all technology  Difference between the driver and the passenger  Potential for employment

CODING & HTML

 HTML code is written in brackets <> and called “tags”.  If you a tag, it must be.  These four tags are always included in a HTML document: 

 All content is written in between tags. All of your words go here  Nesting: Tags must be closed in the reverse order of when they were opened. Tabs help with organization. Content

 Any code modifiers must be written in quotes.  Any missed quotes or tag arrows will result in the computer recording a “syntax error” and your code will not appear correct.

    