what where
job title, keywords or company
city, state or pin jobs by job search

Html Structure in NotepadPlus Editor







An HTML document is structured with two main elements:HEAD
BODY
<HTML>
<HEAD>
<TITLE>The title of the documents</TITLE>
 <META NAME="description" CONTENT="This is a document">
</HEAD>
<BODY>
document body
</BODY>
</HTML>

No comments:

Post a Comment