1 - Intro Flashcards
HTML defines…
HTML defines the content of web pages
CSS…
Cascading style sheets are users to specify the layout
JavaScript is used…
JavaScript is used to control the behaviour of web pages
XML or JSON are used…
XML or JSON are used to describe data (syntax for storing and exchanging data)
PHP is used to…
PHP is used to write server side scripts
SQL is used to..
SQL is used to write server side databases
Benefits of HTML 5…
HTML 5
Better integration of media
Smart phones and tablets
For controlling embedded devices
Describe
The tag is a declaration about what version of HTML we are using.
In HTML 5 it’s a lot simpler
What does HTML mean?
Hyper Text Markup Language
How do you position text?
By using ‘align’
ie <h1> heading </h1>
How do you insert a link?
With an anchor
<a> BBC Website </a>
For an internal link on your PC : <a> local file </a>
To a place on the same file use id tags ie:
<a> Click here to go to my link </a>
<div> Link goes here </div>