HTML Headers/Parag raphs. How to make a heading  Page Title This is a Heading This is a paragraph.

Slides:



Advertisements
Similar presentations
The Basics. Margins  Page Layout Margins 1” Font  Default Home tab Font dialog box ○ Font: Times New Roman ○ Style: Regular ○ Size: 12 ○ Default.
Advertisements

1 Lesson 5. 2 R3 R1 R5 R4 R6 R2 B B A A
CSS The basics { }. CSS Cascading Style Sheets - language used to – describe html appearance & formatting Style Sheet - file that describes – how html.
A guide to HTML. Slide 1 HTML: Hypertext Markup Language Pull down View, then Source, to see the HTML code. Slide 1.
MLA What do you know?. FONT I know what the required MLA font style and size should be and how to change the it in a Microsoft Word document… A.Never.
MLA FORMAT A QUICK GUIDE. M odern language association MLA stands for…
COMP101 – Exploring Multimedia and Internet Computing LA2 (Thu 14:00 – 16:50) TA: Jackie Lo.
Basics of HTML.
Slide 1 Today you will: think about criteria for judging a website understand that an effective website will match the needs and interests of users use.
Define html document byusing Example : Title of the document The content of the document......
Font Families by Anthony Asay. Font Family ●Font family or font face is the typeface that is applied to the text by a web browser. ●There are a lot of.
HTML Tags Basic Tags Doctype or HTML Head Title Body Use the website to find the definitions
1 HTML John Sum Institute of Technology Management National Chung Hsing University.
Exploring the Digital Domain HTML Basics. HTML Hypertext Markup Language Standard (ASCII) text with embedded format codes Most HTML tags are paired Tags.
XP 1 HTML Committed to Shaping the Next Generation of IT Experts. 01: Introduction to HTML.
HTML CSS JAVASCRIPT. HTML - Stands for Hyper Text Markup Language HTML is a ‘language’ that describes web pages. This language is a collection of codes.
A Basic Web Page. Chapter 2 Objectives HTML tags and elements Create a simple Web Page XHTML Line breaks and Paragraph divisions Basic HTML elements.
Introduction to HTML Wah Yan College (Hong Kong) Mr. Li C.P.
Document Formatting Review Make a review sheet by numbering as shown below. The test is timed. You can practice again if needed. Click the mouse when you.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
HTML & PHP What’s the difference?. HTML Hypertext Markup Language Key Word is “Markup” HTML is the code that makes the “screen” All web pages are made.
McLean HIGHER COMPUTER NETWORKING Lesson 5 HTML Description of HTML web page Creating a simple HTML web page.
1 Web Application Programming Presented by: Mehwish Shafiq.
HTML Basics. HTML Introduction Stands for HyperText Markup Language. HTML files are plain text files with mark ups. Some characteristics of HTML: –No.
Make it Shine!.  Accepted Fonts : ◦ Calibri ◦ Arial ◦ Times New Roman  Headings: 16pt Bold  Body: 12 Point Spacing: ◦ Double Spaced ◦ No extra space.
Styling in HTML PowerPoint How to style in HTML. Styling in HTML Styling tags can be added to HTML to place emphasis or add appeal – These tags must be.
Colors & Fonts Building a Website Lesson 7. Font Font The tag specifies the font face, font size, and color of text. The tag can have any or all of these.
Keying MLA Reports Modern Language Association
Greetings. Click on the ship to start the HTML journey. Try and get every thing right. Otherwise, I’ll send you back!
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.
Basic HTML. Lesson Overview In this lesson, you will learn to:  Write HTML code using a text editor application such as Notepad.  View Web pages created.
This shows CIS17 and the first day introduction..
The Web Wizard’s Guide to HTML Chapter Two Basic Text Formatting.
+ HTML Hypertext Markup Language. + Introducing HTML HTML is the language used in writing websites Open the “HTML Practice” link on the Daily Log Delete.
Slide presentation title to go here Secondary information to go here Date to go here.
Source Page US:official&tbm=isch&tbnid=Mli6kxZ3HfiCRM:&imgrefurl=
CSS Syntax. Syntax The CSS syntax is made up of three parts: a selector, a property and a value: selector {property: value}
HTML NOTES October 6, Starting a document and saving  Always use notepad  Use _ for spaces otherwise it won’t work  When saving make sure you.
Basic Steps to create a Website using HTML5. Hypertext Markup Language.
HTML Basic Structure. Page Title My First Heading My first paragraph.
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
Путешествуй со мной и узнаешь, где я сегодня побывал.
HTML Basics Text, Images, Tables, Forms. HTML Structure HTML is comprised of “elements” and “tags” – Begins with and ends with Elements (tags) are nested.
Presentation Title.
Presentation Title.
Web Basics: HTML/CSS/JavaScript What are they?
>> Introduction to CSS
CSE 3! By Emma Sasson CSE Online Webpage HTML WORD EXCEL ALICE
Creating a webpage html coding
Dreamweaver – Project #1
Page 1. Page 2 Page 3 Page 4 Page 5 Page 6 Page 7.
My web site..
Most tags must have an open and a close in XHTML.
Essentials of HTML.
How to format your paper for MLA style.
كار همراه با آسودگي و امنيت
MLa Formatting.
Group 1 Group 1 Group 1 Group 1 word word word word word word word word word word word word word word word word word word word word word word word.
Web pages Lesson 3.
HTML Formatting Text.
HTML Basic Structure.
HTML.
Presentation Title Your information.
Hypertext Markup Language
Slide presentation title Secondary information
Slide presentation title Secondary information
Unit 13: Website Development
Because Presentation Matters
Refined14ReportPowerpointTopic templates
Monday, Sept. 24 Today we are going to update the html code to html5. It has some new features that we have not covered yet.
Presentation transcript:

HTML Headers/Parag raphs

How to make a heading  Page Title This is a Heading This is a paragraph.

headings  This is a Heading  This is a heading 2  This is a heading 3  This is a heading 4  This is a heading 5  This is a heading 6  This is a paragraph.

Make the headings font size different:  Heading 1 Example  Heading 2 Example  Heading 3 Example  Heading 4 Example  Heading 5 Example  Heading 6 Example

Paragraph how to make:  This is a paragraph This is another paragraph

Paragraph code  A paragraph without a break   A paragraph with a break   Another paragraph with a break   I can type  like this but  the browswer will  ignore it

Create the following paragraphs:  A paragraph without a break  A paragraph with a break  Another paragraph with a break  “I can type like this but the browswer will ignore it”

Stylings code   Styling in HTML   Styled Headings  Styled paragraph 