Language : HTML -
The HyperText Markup Language or HTML is the standard markup language for documents designed to be displayed in a web browser. It defines the meaning and structure of web content. It is often assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScript.
<!DOCTYPE html>
<html>
<head>
<title>Fonts | Text Size | Text Alignment</title>
<body>
<h1 style="font-family:verdana;font-size:300%;text-align:center;">CSPunjab.Com</h1>
<p style="font-family:courier;font-size:160%;">Computer Science, Punjab</p>
</body>
</html>