You are on page 1of 7

OVERVIEW OF HTML

MS.R.SHANTHI PRABHA M.SC., M.PHIL.,

Assistant professor
Department of computer science
SACWC
 Overview of Web Design technology
Introduction of HTML
HTML5
ASSIGNMENT
OVERVIEW OF WEB DESIGN TECHNOLOGY

What is Web Design?


The design Principles: Balance, Contrast, emphasis and unity.
The design elements: lines, Shapes, Texture, Color and direction
OVERVIEW OF WEB DESIGN
TECHNOLOGY

Step for Web Design


1-Plan
2- Design
3- Develop
4- Deploy
INTRODUCTION OF HTML

HTML Stands for HyperText Markup Language


HTML is a markup language that is a set of markup tags
HTML documents are also called web pages.
Start and end tags are called opening tags and closing tags
SAMPLE PROGRAM
<html>
<head>
<link rel="stylesheet" type="text/css" href="/styles.css">
<title> Example is Body Section Elements </title>
</head>
<body> <!-- Body Part --> <p> This is Body Section </p> <a href="html-
basic.php"> goto HTML Index Page </a>
</body>
</html>
OUTPUT

goto HTML Index Page

You might also like