Website Programming Flashcards
What language do you use to create a basic static website?
HTML
In order to create the layout of your webpage with beautiful colours, fonts and more. What language should you use?
CSS
To make your website interactive what language should you use?
Javascript
What are Mark up tags in HTML?
Markup Tags: HTML uses tags to define elements within a document. Tags are enclosed in angle brackets (<>).
What are the key characteristics of html
Mark up tags
Document structure
Supports the creation of Hyperlinks, Multimedia integration, Forms, Semantic elements. Cross browser
What is document structure in html
Document Structure: It provides a hierarchical structure for organizing content, including headings, paragraphs, lists, and more.
What are Hyper Links in html
Hyperlinks: HTML enables the creation of hyperlinks to connect different web pages, forming the basis for navigation.
What is multimedia integration in html?
Multimedia Integration: Supports embedding images, audio, video, and other multimedia elements into web pages
What is forms in HTML?
Forms: HTML includes form elements to gather user input, such as text boxes, buttons, and dropdowns.
What is semantic elements in HTML?
Semantic Elements: Introduced with HTML5, semantic tags like <header>, <nav>, <article>, etc., enhance document structure and meaning
What is cross browser in html
Cross-Browser Compatibility: HTML is designed to work across various web browsers, ensuring consistent display of content.
What are the main applications of html?
Web page creation and responsive design Collaboration with c s s and javascript And search engine optimization s e o
What is webpage creation in HTM? L?
Web Page Creation: The primary purpose is to structure content for web pages, defining text, images, links, and multimedia.
What is responsive design in html
Responsive Design: HTML plays a crucial role in creating responsive websites that adapt to different screen sizes and devices.
What is collaboration with c s s and jarva grouped in html
Collaboration with CSS and JavaScript: HTML works in conjunction with Cascading Style Sheets (CSS) for styling and JavaScript for dynamic behavior, forming the core of front-end web development.