0% found this document useful (0 votes)
40 views

03 What-Is-Html WhatIsHTML PDF

This document discusses HTML and how to build web pages. It explains that HTML is the language used to specify the structure and semantics of web pages and is not a programming language. The document provides examples of basic HTML tags for bold text, links, images, and the overall page structure. It demonstrates how HTML markup is used to specify the meaning and presentation of a web page, and how that markup is then displayed in web browsers.

Uploaded by

Dr Phil
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views

03 What-Is-Html WhatIsHTML PDF

This document discusses HTML and how to build web pages. It explains that HTML is the language used to specify the structure and semantics of web pages and is not a programming language. The document provides examples of basic HTML tags for bold text, links, images, and the overall page structure. It demonstrates how HTML markup is used to specify the meaning and presentation of a web page, and how that markup is then displayed in web browsers.

Uploaded by

Dr Phil
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

Building a Web Page with HTML

What Is HTML?
Creating a Web Page
• Exploring the language of web page creation
• Nuts and Bolts for constructing web pages
• bold text, link text, images, URL
Creating a Web Page
• Exploring the language of web page creation
• Nuts and Bolts for constructing web pages
• bold text, link text, images, URL
Creating a Web Page
• Exploring the language of web page creation
• Nuts and Bolts for constructing web pages
• bold text, link text, images, URL
Creating a Web Page
• Exploring the language of web page creation
• Nuts and Bolts for constructing web pages
• bold text, link text, images, URL
Creating a Web Page
• Exploring the language of web page creation
• Nuts and Bolts for constructing web pages
• bold text, link text, images, URL
https://en.wikipedia.org/wiki/Web_page
HyperText Markup Language
• HTML is a language used to make web pages
• NOT a programming language, markup language
• Specifies contents of web page, used by browsers
• Specifies meaning or semantics
• How to display is different, CSS helps!
• What does emphasized mean?

• Collaborative standard
• First standard in 1993
• Current standard in 2014 HTML 5 logo by W3C/CC-by-3.0
Marked Up Web Page, Displayed Web Page
<html>
<head>
<title>Hello World Page</title>
</head>
<body>
<p>Hello World!</p>
</body>
</html>
Marked Up Web Page, Displayed Web Page
<html>
<head>
<title>Hello World Page</title>
</head>
<body>
<p>Hello World!</p>
</body>
</html>
Marked Up Web Page, Displayed Web Page
<html>
<head>
<title>Hello World Page</title>
</head>
<body>
<p>Hello World!</p>
</body>
</html>
Marked Up Web Page, Displayed Web Page
<html>
<head>
<title>Hello World Page</title>
</head>
<body>
<p>Hello World!</p>
</body>
</html>
Marked Up Web Page, Displayed Web Page
<html>
<head>
<title>Hello World Page</title>
</head>
<body>
<p>Hello World!</p>
</body>
</html>

You might also like