Intro.-to-Computing-reviewer.pdf

Full Transcript

Pointers for Introduction to Computing Exam 1. Meaning of HTML, PHP, and CSS - Basic web development markup language definitions and uses of these languages. HTML - HyperText Markup Language - Standard Markup Language for creating web pages - Tim Berners Lee -1993 - not case sensitive PHP...

Pointers for Introduction to Computing Exam 1. Meaning of HTML, PHP, and CSS - Basic web development markup language definitions and uses of these languages. HTML - HyperText Markup Language - Standard Markup Language for creating web pages - Tim Berners Lee -1993 - not case sensitive PHP - Personal Home Page (php original acronym name) - PHP HyperText Preprocessor (updated name) - A script that makes a website interactive Ex. E-commerce * Method - used to request data from a form - GET – visible input - POST – password (not visible) CSS - Cascading Style Sheet - For Web Designing 2. HTML Tags Covered in Lessons/Activities - Focus on commonly used tags like , , , , , colors, etc. - heading Biggest Header - Table Row - image (Self-closing tag sha) Ex. Of img attributes src – source file alt – alternative text - anchor tag - Unordered list - Ordered List - paragraph - preformatted text Empty Elements - line break - horizontal line 3. Standard HTML Structure - Be familiar with the standard structure including the document type declaration. !DOCTYPEhtml 4. Using Hyperlinks - How to correctly use hyperlinks in HTML. Link to maoopen sa new window/new tab 5. Headings - The use of different heading tags like to. - biggest heading - smallest 6. PHP Code Structure - Basic structure of PHP code embedded in HTML. - Nasa loob ng html body ung php muna tas form PHP Embedded in HTML Sample Page with PHP Embedded 7. CSS Selectors - Understanding different CSS selectors (class, ID, element). Class selector - period. (for styling multiple elements) Id Selector - # (for styling specific elements) Universal - * kunyari gusto mong i-bold lahat) Element Selector - curly braces {} 8. Embedding CSS/PHP in HTML - How to properly embed CSS and PHP into HTML code. -through linking PHP and HTML 9. Differences Between Tag, ID, and Class - Understanding how to use tags, IDs, and classes. tag - Basic html elements that define the structure and content of a webpage Id - for the Label For attribute Class - used for multiple elements which have common attributes - for styling multiple elements (css) 10. Changing Fonts and Font Styles - Methods for changing fonts and font styles using CSS. Inline css “font-family: sans-serif;” “font-size: 16px;” “font-weight: bold”; “font-style: italic”; “background-color: pink” “text-align: center;” 11. Review of Tables, Input, and Attributes - In-depth review of HTML tables, form inputs, and attributes.

Use Quizgecko on...
Browser
Browser