how to create basic webpage

17
How to create a basic webpage

Upload: james-erro

Post on 12-Apr-2017

39 views

Category:

Internet


1 download

TRANSCRIPT

Page 1: How to create basic webpage

How to create a basic webpage

Page 2: How to create basic webpage

Web Designing-is a process of creation, with the intention of presenting the content on electronic web pages.

HTML (HyperText Markup Language)-is the standard markup language for creating web pages and web applications.

CSS (Cascading Style Sheets)-is a style sheet language used for describing the presentation of a document written in a markup language.

RECALL OF THE PAST LESSON

Page 3: How to create basic webpage

How To Make A Basic Webpage Using Notepad

And HTML Tags

Page 4: How to create basic webpage

NotepadBrowserHTML Tags

Things we need to make a webpage

Page 5: How to create basic webpage

HTML Tags

Page 6: How to create basic webpage

<html> - This is the root element of an HTML page.

<head> - Defines information about the document.

<title> - Defines a title for the document.

<body> - Defines the document's body.

<h1> to <h6> - Defines HTML headings.

Page 7: How to create basic webpage

<p> - Defines a paragraph.

<br> - Defines a single line break.

<center> - Defines centered text.

<img src=“Picture.jpg”></tag> - The ending tag of a certain start tag.

Page 8: How to create basic webpage

Browsers

Page 9: How to create basic webpage

Google Chrome

Page 10: How to create basic webpage

Internet Explorer

Page 11: How to create basic webpage

Mozilla Firefox

Page 12: How to create basic webpage

GOOD VIBES!

Courtesy: 9gag.com

Page 13: How to create basic webpage

Courtesy: 8Shit.net

Page 14: How to create basic webpage

Courtesy: 8Shit.net

Page 15: How to create basic webpage

Courtesy: 9gag.com

Page 16: How to create basic webpage

Courtesy: 9gag.com

Page 17: How to create basic webpage

THANKS YOU!HAVE A GOOD DAY.