Authoring a Website Flashcards
What Happens When Bandwidth is low?
Slow loading of page and content ie pictures/ video buffering
The display of a website changes according to the device …. What Changes??
- Navigation changes to hamburger icon
- images will resize depending on the size of the screen
- Layout will wrap to suit device screen size
What are the main rules of the W3C?
- Develop standards and protocol
- Make websites accessible to everyone
- Provide software validators for developers
What are the benefits of using a code editor over a package software such as dream weaver?
- Interface of a code editor is simpler and easier to use
* Code editors tend to be free and package software comes at a cost
When using a wi-fi connection what can affect the connection?
- Further away from the router the weaker the signal strength, slower performance
- Speed will increase/decrease depending on how many users
What software packages can you use to create and edit vector graphics?
*Adobe Illustrator/alternative programmes on the web.
How would a new website developed with HTML and CSS work on an older browser?
New HTML5 sematic tags will not render as not recognised by older browsers.
Content may be ignored as the browser doesn’t understand the new code.
what software is known as graphics raster editor
Adobe Photoshop
What feature do you get in a web authoring tool eg dream weaver
- Prebuilt templates
- WYSIWYG
- split view between code and design
What is the name of the name of the organisation that was founded by Tim Berners Lees
World Wide Web Consortium
A div tag is a sematic tag T/F
False - non-sematic.
Can thickness of walls and distance from the router affect wifi signal
YES
What does the term responsive refer to in web design
Websites will render differently depending on the device used
web pages can be coded using HTML5 CSS and Java script allowing web pages to be displayed on any device.
What does a sematic tag do?
Clearly defines content in HTML5
Non-sematic tag defines area of the code.
Name 3 standards of W3C
JavaScript HTML and CSS