1.3.4 Web Technologies Flashcards
Define HTML
the standard **markup language **for websites
not a programming language
What are tags used for?
in HTML
- to specify parts of a webpage
- define structural elements of a page
e.g. navigation bar, footer
e.g. paragraph, button, header
What interprets the tags? And what is the outcome of this?
in HTML
- the web browser, which then displays the webpage
Why is JavaScript often used with HTML?
- HTML is** not a programming language**(but a markup language)
- JavaScript can implement programming techniques/ constructs
JS is designed for the web
Define rendering in terms of HTML
process of processing HTML code to display webpages
What can CSS be used to do?
in HTML
- override the default browser rules of presentation
Define a semantic element
in HTML
an element of the code which** clearly defines** its content to both the developer and the web browser
State a benefit of semantic elements
in HTML
- allows correct interpretation by view and devices
What do the head tags contain?
in HTML
- any content which isn’t included in the main body of the webpage
Which tags contain the main content of the webpage?
in HTML
- the body tags
From h1to h6 headers, what happens to the level priority?
in HTML
- the priority levels decrease