web design and devlopment Flashcards
(14 cards)
What programming language is used to build the structure of a webpage?
HTML (Hypertext Markup Language)
HTML is the standard markup language for creating web pages.
What programming language is used to add design and style to a webpage?
CSS (Cascading Style Sheets)
CSS is responsible for the presentation of web pages.
What programming language is used to add interactivity and dynamic elements to a website?
Javascript
Javascript allows developers to create interactive features on web pages.
Expand the acronym HTML.
Hypertext Markup Language
HTML is essential for structuring content on the web.
Expand the acronym CSS.
Cascading Style Sheets
CSS is used to style web pages and their elements.
What are HTML elements?
Individual components or building blocks of HTML pages
HTML elements consist of a start tag, content, and an end tag.
What is a common structure of an HTML element?
A start tag, content, and an end tag
Tags usually occur in pairs around the content.
What does the HTML tag <p> represent?
Paragraph
Example: <p>This is a paragraph</p> results in ‘This is a paragraph’.
What does the HTML tag <h1> represent?
Big Heading
Example: <h1>Big Heading!</h1> displays ‘Big Heading!’.
What does the HTML tag <a> represent?
Anchor (Link/Hyperlink)
Example: <a href=”google.com”>here</a> creates a clickable link.
What is a hyperlink?
Text, image, or hotspot that links to another webpage or location
Hyperlinks facilitate navigation between web pages.
What are Hexadecimal Colour Codes used for?
To ensure precise colors on websites
Examples include #000000 (black) and #DD3AB2 (pink).
What is the Target Audience in web development?
The demographic group who will be the primary users of the application
Understanding the target audience is crucial for effective design.
List factors to consider about your Target Audience when designing a website.
- Colour Scheme
- Level of Language
- Functionality & Features
- Range of Multimedia (Images/Videos/Animations)
These factors influence user experience and engagement.