PRELIMS Flashcards
WHAT IS HTML
HYPER TEXT MARKUP LANGUAGE
it is a standard markup language for creating web pages
HTML
it is a structure of a web page
HTML
this document is an html document
<!DOCTYPE html>
it is a root element of an html page
<html>
</html>
Contains meta information about html page
<head>
</head>
specifies a title for the html page(can be seen on the title bar)
<title>
</title>
defines the documents body
<body>
</body>
it means large heading
<h1>
</h1>
it defines paragraph
<p>
</p>
What are the Simple HTML Document
<!DOCTYPE html>
<html>
<head>
<title>
<body>
<h1>
<p>
</p></h1></body></title></head></html>
Defined by a start tag, context and a end tag
HTML Element
Write the html page structure
its is a html link
<a></a>
its is a html link
<a></a>