Page 51 - PlugGPT_V2.0_C7_Flipbook
P. 51
4 More on HTML5
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,
images, links, tables and block quotes. The output of HTML codes 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.
More on HTML5 49

