<!DOCTYPE html> - Para po sa HTML 5
<html></html> - Ito po yong structure ng basic page na binubou ng <head></head>, <title></title>, and <body></body>. Sila po ay mga basic elements.
<></> - Ang tawag dito ay tags ito ay may 2 klase. Open tag at close tag. Yong may forward slash close tag ang tawag jan.
<style></style> - Ito ay para sa internal CSS. Ang dalawa ay external at inline css.
What is internal CSS - Internal CSS code is put in the <head> section of a particular page. The classes and IDs can be used to refer to the CSS code, but they are only active on that particular page. CSS styles embedded this way are downloaded each time the page loads so it may increase loading speed. However, there are some cases when using internal stylesheet is useful. One example would be sending someone a page template – as everything is in one page, it is a lot easier to see a preview. Internal CSS is put in between <style></style> tags.
For more info:
You do not have permission to view the full content of this post.
Log in or register now.
p.sad at p.ako - Sinadya ko talaga na lagyan ng p yong .sad at .ako para hindi ako malito in the near future. Ang tawag sa .sad at .ako ay classes. Pwede mo siyang gamitin paulit ulit. Unlike sa ID kailangan once kasi unique siya. Katulad din siya ng ID ng school mo.
{} - Yong nasa loub ng curly braces. Yan ang codes ng CSS or Cascading Style Sheet.
CONCLUSION: Mas ok gamitin ang external css. WHY? Paano kung may 100 pages ka? Palitan mo lang yong isang css file tapos yong lahat ng 100 pages apektado na. I hope na gets.
If you want to learn web development. You can download the tutorial here.
https://phcorner.org/threads/592529/