Midterm Flashcards
What is the impact of browser war
HTML become complex and fragmented
What are 3 selectors in CSS
- Element selector: p{…}
- Class selector: .button{…}
- ID selector: #head
What does the web server store
Web pages (HTML, css document), media file, database data
Example of an attribute in html element
<a>Click Here!</a>
<img></img>
<div> </div>
Change bullet style in nested list
<style>
ul { list-style-type: square; /* Change to a different value like "disc" or "circle" */ }</style>
<ul>
<li>Item 1</li>
<li>Item 2</li>
</ul>
How to upload your website file to become a website
After choosing a web hosting provider, domain, you use FTP (File transfer protocol) client like Filezilla
What is “font-weight” in p{font-weight: bold;}
CSS Property
Why are title tag important
Easy to search, keep track tab in browser, bookmarking
3 layers of Web Design
Structural (Html)
Presentation (CSS)
Behaviour (Js)
Disadvantage of free hosting
Limited resource and feature, less control, appear as subdomain of provider
What can be find in the <header> section
Title, meta tag, link to stylesheet or image, style tag
Table syntax
<table>
<tr>
<td> or <th>
</th></td></tr></table>
Styling a box
.box{
width: 280px;
border: 2px solid black;
margin: top right bot left;
padding: 10px;
}
What is IP address
Unique number for every device using Internet Protocol network.
Use: Device identification, efficient routing