Very Basics of HTML. G day mates during this tutorial I will teach you the basics of HTML.

Similar documents
This document provides a concise, introductory lesson in HTML formatting.

HTML4 TUTORIAL PART 2

Tutorial 2 - HTML basics

c122jan2714.notebook January 27, 2014

Class 7. Choose the correct answer:

INTRODUCTION TO WEB USING HTML What is HTML?

HTML. Mohammed Alhessi M.Sc. Geomatics Engineering. Internet GIS Technologies كلية اآلداب - قسم الجغرافيا نظم المعلومات الجغرافية

Web Page Creation Part I. CS27101 Introduction to Web Interface Design Prof. Angela Guercio

Chapter 17 Creating Online Pages and Sites

All Creative Designs. Basic HTML for PC Tutorial Part 1 Using MS Notepad (Version May 2013) My First Web Page

Tutorial. Activities. Code o o. Editor: Notepad Focus : Text manipulation & webpage skeleton. Open Notepad

Fundamentals of Website Development

Chapter 3 Web Design & HTML. Web Design Class Mrs. Johnson

Web Programming and Design. MPT Junior Cycle Tutor: Tamara Demonstrators: Aaron, Marion, Hugh

HTML. Hypertext Markup Language. Code used to create web pages

HTML BASICS. You can use cut and paste in Notepad as with most applications - Ctrl + C to copy,ctrl + X to cut, Ctrl + V to paste.

1. The basic building block of an HTML document is called a(n) a. tag. b. element. c. attribute. d. container. Answer: b Page 5

Announcements. Paper due this Wednesday

Introduction to Computer Science (I1100) Internet. Chapter 7

Creating a Website with Dreamweaver 4

Web Design 101. What is HTML? HTML Tags. Web Browsers. <!DOCTYPE html> <html> <body> <h1>my First Heading</h1> <p>my first paragraph.

Unit 2 - HTML Formatting

Bridges To Computing

BASICS OF WEB DESIGN CHAPTER 2 HTML BASICS KEY CONCEPTS

FIT 100 LAB Activity 3: Constructing HTML Documents

Introduction, Notepad++, File Structure, 9 Tags, Hyperlinks 1

Creating And Publishing A Webpage. You will learn the basic html tags for formatting a webpage as well including internal and external content

Your Own Web Page; Quick and Dirty Via Mashup Reminder: Next Quiz on 4/15

It is possible to create webpages without knowing anything about the HTML source behind the page.

STD 7 th Paper 1 FA 4

Introduction to HTML and CSS. Arts and Humanities in the Digital Age 2018 CHASE DTP Dr. Paul Gooding

11. HTML5 and Future Web Application

recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML)

Hyper Text Markup Language HTML: A Tutorial

CREATING A WEBSITE USING CSS. Mrs. Procopio CTEC6 MYP1

Title: Sep 12 10:58 AM (1 of 38)

CSC 121 Computers and Scientific Thinking

HTML. Based mostly on

Developing a Basic Web Page

Unit 5 Web Publishing Systems Page 1 of 13 Part 4 HTML Part 4

DREAMWEAVER QUICK START TABLE OF CONTENT

Time: 3 hours. Full Marks: 70. The figures in the margin indicate full marks. Answer from all the Groups as directed. Group A.

/ / / Chapter-8 INTRODUCTION TO HTML Difference between. 1. WYSIWYG editor & Text Editor.

MMGD0204 Web Application Technologies. Chapter 3 HTML - TEXT FORMATTING

The internet is a worldwide collection of networks that link millions of computers. These links allow the computers to share and send data.

MPT Web Design. Week 1: Introduction to HTML and Web Design

FrontPage 2003 Lesson 4 - Creating Individual Pages. Adding a Page Using a Template. Web Page Title. Saving a Web Page

HTML (Hypertext Mark-up language) Basic Coding

Tutorial 1: HTML Tutorial (Windows Version) HTML (Hypertext Markup Language) Basics Objectives

A Balanced Introduction to Computer Science, 3/E

Hypertext Markup Language, or HTML, is a markup

LECTURE 08: INTRODUCTION TO HTML

Unit Four (Hyper Text Markup Language) HTML. Lesson One Create Web Pages by Using HTML

Html basics Course Outline

CSC9B1: Essential Skills WWW 1

Creating and Building Websites

Introduction to Computer Science (I1100) Internet. Chapter 7

How to Create an APA Essay Template in Microsoft Word on a PC

SPEED UP YOUR CODING PROCESS HTML INSIGHTS YOU DIDN T KNOW ABOUT. 1

HTML, CSS, JavaScript

What is XHTML? XHTML is the language used to create and organize a web page:

Seema Sirpal Delhi University Computer Centre

SeaMonkey Composer: Creating Web Pages

WEB DESIGN: CONSTRUCTION, FILES, CODE AND COLOURS UNIT NUMBER: H383 34

Attributes & Images 1 Create a new webpage

Web Programming and Design. MPT Senior Cycle Tutor: Tamara Week 1

How to use CSS text styles

Part 1: HTML Language HyperText Make-up Language

Creating And Publishing A Webpage

A website is a way to present your content to the world, using HTML to present that content and make it look good

Creating Web Pages Using Netscape Composer AGENDA FOR THIS WORKSHOP. 1. How does it all work? 2. What do I need to get started at Fairfield?

A Brief Introduction to HTML

INTRODUCTION TO HTML5! HTML5 Page Structure!

Web Design and Development ACS Chapter 3. Document Setup

CSS how to display to solve a problem External Style Sheets CSS files

The City School. Prep Section. ICTech. 2 nd Term. PAF Chapter. Class 7. Worksheets for Intervention Classes

The City School. Prep Section. ICTech. 2 nd Term. PAF Chapter. Class 8. Worksheets for Intervention Classes

Create web pages in HTML with a text editor, following the rules of XHTML syntax and using appropriate HTML tags Create a web page that includes

Training Sister Hicks

Understanding structure Learning about markup Tags and elements. Structure COPYRIGHTED MATERIAL

Eng 110, Spring Week 03 Lab02- Dreamwaver Session

Web Design and Application Development

Animation and style sheets

Introduction to web development and HTML MGMT 230 LAB

Objectives. Introduction to HTML. Objectives. Objectives

Interactive Design Working with SVGs

COMSC-030 Web Site Development- Part 1. Part-Time Instructor: Joenil Mistal

Web design and development ACS Chapter 5. Working with Text

Introduction to HTML. SSE 3200 Web-based Services. Michigan Technological University Nilufer Onder

WEBSITE DEVELOPMENT CODERDOJO ATHENRY 2014

RAGE WebDesign Quick Start 1 of 18. Welcome To RAGE WebDesign

avenue.quark TUTORIAL

The Text Editor appears in many locations throughout Blackboard Learn and is used to format text. For example, you can use it to:

CSS Crash Course for Fearless Bloggers by Gill Andrews

Lesson 1 HTML Basics. The Creative Computer Lab. creativecomputerlab.com

LAB 2 INTRODUCTION TO HTML

Section 3. Editing a Web Page

ATSC 212 html Day 1 Web Authoring

Adobe Dreamweaver CS5/6: Learning the Tools

Site Owners: Cascade Basics. May 2017

Transcription:

Very Basics of HTML Basics of HTML G day mates during this tutorial I will teach you the basics of HTML. Frequently Asked Questions What does HTML actually stand for? HTML stands for Hyper Text Markup Language. Where can I learn HTML? You can learn HTML on a variety of websites. Some are easy to follow and some very easy. This guide I will try to make it as basic as possible. Most browsers will validate HTML for you, that is another good way of learning. How can I edit HTML? You can edit HTML in a basic text editor, such as Wordpad or Notepad. When can I start learning? Right now! Introduction A HTML document is made up of small markup tags which the browser you are using reads those tags then preview the results. When you are saving a HTML document you must add.htm or.html to the end of it for your browser to read it. I will teach you the basic markup tags and the correct place to use them and what there used for. In all my examples you will see the markup tags,, and <title>. If you want a basic understanding of them please visit this tutorial by Sanskruti.

Some Basic Tags Making a document Ok let s make your first document. Let s type this in a text editor such as notepad. Save it as firsthtml.html or firsthtml.htm either one will work. Headings Headings are defined with the <h1> to the <h6> tags. The <h1> tag means it is the most important heading as for <h6> it is least important. Let s see how to use these.

To see what it looks like in a browser edit your HTML document and make it look like this. Save it then open the file in your browser. As you can see <h1> has the biggest font and <h6> has the smallest. The paragraph tag How to I define the paragraph tag? You can define the paragraph tag using the <p> and </p> tags. What is the paragraph tag used for? It used to make a paragraph in your HTML document. It adds a space before your last </p> tag and a space after the </p> tag. To add a paragraph tag to your document, try adding a sentence or a few lines within the paragraph tag.

<p>this is using the paragraph tag. This is using the paragraph tag. This is using the paragraph tag. This is using the paragraph tag. This is using the paragraph tag. This is using the paragraph tag.</p> Save it then refresh your current page in your browser. If you closed it just re-open it. Adding a line break How do I define a line break? You define a line break using the <br> tag. What is a line break used for? A line break is added when you want to start a new line but you don t want to start a new paragraph. It will force HTML to start a new line. To force a line break add the <br> tag whenever you want a new line. As shown

below. <p>this is using the paragraph tag. <br> This is using the paragraph tag. <br>this is using the paragraph tag. This is using the paragraph tag. <br>this is using the paragraph tag. Thi<br>s is using the paragraph tag.</p> Comments How do I define a comment? You define a comment between the <!-- and the --> tags. What is the comment tag used for? As long as you add text between the comment tags the browser will ignore it. This is very useful as if you add a comment it is easier to find later on when you are editing your document. Adding a comment:

<!-- These are headings --> <p>this is using the paragraph tag. <br> This is using the paragraph tag. <br>this is using the paragraph tag. This is using the paragraph tag. <br>this is using the paragraph tag. Thi<br>s is using the paragraph tag.</p> Quick Notes If you want to add a line or separate loads of information you can add a <hr> tag which adds a bevelled line across your page. With the markup tags they can be written in capital or small letters as HTML is not case sensitive. It is highly recommended that type your tags in small letters since the next version of HTML (XHTML) requires you to type in small letters. That is the very basics of HTML. In my next guide I will explain a few more tags and get more advanced just not to advanced. I kept this one short so you can get use to them before I go another step. Source: http://www.go4expert.com/articles/basics-html-t7103/