“Lesson part 3”
“File names and side structures”
-file naming conversations and directory structure, file and directory naming conversations are the key to creating a well-organized site. Site organization provides many benefits, not the least of which is helping our visitors navigate your site.
“Basic Document Structure”
-there are few elements which belong in every document which you create. The elements set up the basic structure of the web page.
All html documents w/c you create must follow this basic template:
<Html>
<Head>
<Title>THE TITLE</title>
</Head>
<Body>
</body>
</html>
*style stuff like $ (‘element’).css (color: ‘purple’}) out of your java script when ever possible.
“Inline and block elements”
-While creating an html page, it is important to understand the difference between the 2 elements categories inline.
“Minimal html document”
<!DOCTYPE>
<html>
<head>
<title></title>
<meta/ >
<head>
<body>
</body>
</html>
“Site structures-framework”
Ø 
NAVIGATION index html












sec: sec: sec: sec: sec: sec:
“Content=html”
-substantive information or creative material viewed to its contrast to its actual or potential manner of presentation.
Presentation=appearance=css
- A visual representation of something.
Behavior-interaction-JavaScript
-The action or reaction of something under specified circumstances.
“Content (html)”
-the content of our pages, all of the text, forms, links and certain images will be represented in markup. This is called presentational markup and semantic markup, that is markup which carries a specific meaning within the content.
Walang komento:
Mag-post ng isang Komento