0% found this document useful (0 votes)
218 views

Web Development Notes

This document provides notes on various aspects of web development including positioning elements, display types, centering content, floats, and front-end vs back-end development. It discusses static and relative positioning, inline-block display, how to center elements using text-align or auto margins. It also defines front-end as the CSS, HTML, and JavaScript that users interact with, while back-end refers to the server-side functionality of a website. Additionally, it mentions using floats to position elements to the left of images.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
218 views

Web Development Notes

This document provides notes on various aspects of web development including positioning elements, display types, centering content, floats, and front-end vs back-end development. It discusses static and relative positioning, inline-block display, how to center elements using text-align or auto margins. It also defines front-end as the CSS, HTML, and JavaScript that users interact with, while back-end refers to the server-side functionality of a website. Additionally, it mentions using floats to position elements to the left of images.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

WEB DEVELOPMENT NOTES

1.POSITION

-STATIC

-RELTIVE-CHANGE POSITION FROM STATIC- LEFT=30PX

2.DISPLAY

-INLINE-BLOCK

HOW TO CENTRE

-body{

text-align: center;

OR

margin:0 auto 0 auto;

margin:auto

-float: left;--untuk tulusan berada di kiri gambar

FONT-END , BACK-END

FONT-END—CSS,JAVA,HTML OR WHAT USER SEE

BACK-END-WHAT WEB DO

NAVBAR

You might also like