HTML was first proposed by Ti.Berners-Lee

rawatpriyam2004 8 views 20 slides Mar 02, 2025
Slide 1
Slide 1 of 20
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20

About This Presentation

HTML, or HyperText Markup Language, is the standard markup language used to create web pages. It serves as the backbone of web development, providing the structure and layout for content on the internet. HTML is essential for anyone looking to build websites or web applications, as it defines the el...


Slide Content

NAME: Priyanshu Rawat ROLL NO. :44 SEC:B STUDENT ID:210111038

INTRODUCTION In online we can introduce the online web developer is a platform which provide you purchasing of web site with maintenance in a very easier manner we provide new domain names for new or old website, In website maintenance is the main problem which is more required thing in software hare we provide maintenance and source code of software if user wants user can select templates from web site according to their own business and then we develop web site code in PHP, DOT NET, JSP which is required by the user, And learning courses provide just a like HTML, PHP, SQL, and CSS.

HTML is the standard markup language for Web pages. With HTML you can create your own Website . HTML Stands For HYPERTEXT MARKUP LANGUAGE HTML  The main motive of HTML is the describing web document. HTML document is described by HTML tags.

Example OF HTML CODE <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <h1>This is a Heading</h1> <p>This is a paragraph.</p> </body> </html>

Example Explained The <!DOCTYPE html> declaration defines that this document is an HTML5 document The <html> element is the root element of an <html> page The  <head> element contains meta information about the HTML page The <tit le>element specifies a title for the HTML page (which is shown in the browser's title bar or in the page's tab) The <body> element defines the document's body, and is a container for all the visible contents, such as headings, paragraphs, images, hyperlinks, tables, lists, etc. The <h1> element defines a large heading The <p> element defines a paragraph

What is HTML? HTML stands for Hyper Text Markup Language HTML is the standard markup language for creating Web pages HTML describes the structure of a Web page HTML consists of a series of elements HTML elements tell the browser how to display the content HTML elements label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc.

What do you mean by front-end? The layer above the back end  is the front end and it includes all software or hardware that is part of a user interface. Human or digital users interact directly with various aspects of the front end of a program, including user-entered data, buttons, programs, websites and other features .

What Is a Back-End Developer? The back end refers to  parts of a computer application or a program's code that allow it to operate and that cannot be accessed by a user . Most data and operating syntax are stored and accessed in the back end of a computer system. Typically the code is comprised of one or more programming languages.

NAME:PriYANSHU
Tags