What's new

Closed Html codes

Status
Not open for further replies.

-Zetsu-

Honorary Poster
Joined
Mar 25, 2018
Posts
348
Reaction
72
Points
154
Patulong nga sir HTML codes for this concept. Kelangan po maski zoom in at zoom out yung website ganyan parin yung stucture tapos di maghihiwalay mga colors.

Tip sir/maam Div or span daw po gagamtin
 

Attachments

Tama maam mo ts, but i think its CSS na.
div and span , search mo lang mga attributes nyan sa w3school_dot_com or google.

Keep Coding.
 
Pwede nyo po yang 4 boxes with different color and attr, tapos pasok nyo po sa div then may naka limutan akon tag para sa di sya ma deform kung i zoom-in/out nyo sya.
 
try mo gamitin ito dont forget to use html tag.

Code:
#yourname {   

-webkit-background-size: cover;
 -moz-background-size: cover; 
 -o-background-size: cover;
background-size: cover;

// your additional codes.
 }
 
try mo gamitin ito dont forget to use html tag.

Code:
#yourname {  

-webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
background-size: cover;

// your additional codes.
 }
sige sir try ko now
 
Gusto mo maging responsive sya? Use media or use css with margin left right auto + percentage ng sizes
 
Gusto mo maging responsive sya? Use media or use css with margin left right auto + percentage ng sizes
sabi kasi sir 200px daw height at width niya tapos hahatiin sa 4 squares with colors Red Blue Green Yellow per square
 
flexbox lang po yan
tama po si maskhäçk flexbox lang katapat nyan, madali lang sya aralin. Ang tawag po sa design na ganyan yung di nagugulo kahit pa lumiit yung screen at mag bago ay " Responsive Design" search mo na lang sa google para mas maliwanagan ka. :)
check mo tong ginawa kong project gamit ang "Flexbox" my source code na din, pero di ka matututo kung puro copy pastse lang ang gagawin mo, okay lang naman mag copy paste ng code pag baguhan pa lang, pero remember na wag ugaliin kung kaya naman gawin sa sarili mo lang :) Happy coding, Enjoy the source code. click the link >>> https://phcorner.net/threads/579141/
 
Span at division ay walang pagkakaiba. dependi lang yan sa css class na e aapply mo to para hindi mabago ang dimension ng elements.
 
oo nga pala ... pero para sakin iisa lang yan...

pwedi kung mag lagay ng more element so loob ng span at ganun din sa division..

pero kung si ate ay marami ang ilalagay niyang content element sa 2x2column niya? mas accurate ang division... at kung plain text lang ilalagay niya ay mas accurate ang span....
 
With color? tapos walang text sa loob ng box at ganun ang layout? as in exact sa picture na naka attached?
Baka naman na misunderstood mo lang yung instruction niya. Kasi napaka imposible yung task.
YES SIR, kami daw bahala sabi ng prof namin basta walang css and div at span daw kaya yan
 
uhhh... malabo ata na hindi gagamit ng CSS sir.
Maybe what he means is walang CSS file or style tags?
Eto ba ibig nyang sabihin?
<div style=""></div>
think outside the box daw sir, eh lahat ng mentors ko css daw solusyon pero sabi prof namin kaya daw yan madali lang
 
Status
Not open for further replies.
Back
Top