User Tools

Site Tools


en:web_development:media:images

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:web_development:media:images [2021/12/21 17:41]
mag
en:web_development:media:images [2023/08/16 09:33] (current)
Line 19: Line 19:
   * Click on 'PHP' in the bottom right corner and change it to 'HTML'. This will provide the automatic support for building HTML code, which we'll focus on initially.   * Click on 'PHP' in the bottom right corner and change it to 'HTML'. This will provide the automatic support for building HTML code, which we'll focus on initially.
   * Add tags for <html><main></html> between the two PHP code blocks.   * Add tags for <html><main></html> between the two PHP code blocks.
 +  * We'll also continue using the following files.
 +  * [[https://techschool.murraygunn.id.au/webdev/classes/layout/4/cabecera.php|header.php]]
 +  * [[https://techschool.murraygunn.id.au/webdev/classes/layout/4/menu.php|menu.php]]
 +  * [[https://techschool.murraygunn.id.au/webdev/classes/layout/4/pie.php|footer.php]]
 +  * [[https://techschool.murraygunn.id.au/webdev/classes/layout/4/style.php|style.css]]
  
 ==== Images ==== ==== Images ====
Line 96: Line 101:
   * When we split values out like this, they apply clockwise from the top, so the left value is last. If you've left your image floating to the right, you'll probably want different code.   * When we split values out like this, they apply clockwise from the top, so the left value is last. If you've left your image floating to the right, you'll probably want different code.
 <code>  margin: 20px 0px 20px 20px;</code> <code>  margin: 20px 0px 20px 20px;</code>
 +
 +==== Codigo Final ====
 +  * [[https://techschool.murraygunn.id.au/webdev/classes/media/1/media.es.php|media.php]]
 +  * [[https://techschool.murraygunn.id.au/webdev/classes/media/1/style.php|style.css]]
 +  * [[https://techschool.murraygunn.id.au/webdev/classes/media/1/media.php|result]]
  
 [[en:web_development:media:video|Next: Video Players]] [[en:web_development:media:video|Next: Video Players]]
en/web_development/media/images.1640137317.txt.gz ยท Last modified: 2023/08/16 09:33 (external edit)