Page 70 - TP-Play_V-2.0_Book-7
P. 70
MORE ON HTML5
07
to learn about:
HTML HTML Tags and Attributes
Text Properties Background Properties
Font Properties Margin Properties
Computers connected to the network (Internet) are either servers or clients and communicate
with each other through web pages. In the previous class, you have learned the basics of HTML5.
Let's recall the HTML5 and learn more about them.
HTML
HTML stands for Hypertext Markup Language. It is a markup language that describes the structure
of the web page. It allows us to create web pages that contain paragraphs, headings, links and
block quotes. The output of HTML web pages is same on any type of computer and on any
operating system, i.e., Mac, Windows, etc.
HTML TAGS AND ATTRIBUTES
In the previous class, you have learned various tags such <HTML>, <HEAD>, <TITLE> and
<BODY>. You have also learned attributes of these tags. Let us revise some of those tags and
learn about more tags of HTML.
Tags Description
The <HTML> tag tells the web browser that the text contained
<HTML> between <HTML> and </HTML> is a web page and can be viewed
using a web browser.
The <HEAD> tag represents the header area of the document. It contains
<HEAD> information about the document title, scripts and style definitions used
in the document.
70 Play (Ver. 2.0)-VII

