What's new

Closed My blog typical webpage

Status
Not open for further replies.

PHC-Raldin

Forum Guru
Elite
Joined
Sep 24, 2017
Posts
4,163
Solutions
1
Reaction
2,676
Points
1,560
Natuto na po ako gumamit ng domain . So May Check list po sana ako .

LEGEND :

GREEN - Done
RED - Not Done

Webpage Checklist :

  • Get a free Hosting Website with free custom domain
  • Make Configure HTML file for All Browser Use
  • Configure JAVASCRIPT Syntax for Error Free Website
  • Configure CSS for Responsive Layout on Any Device and Browser
  • Test Website on Any Device and Browser
  • Check if ρá†ch is Available
  • Fix all Problems regarding the Website
  • Finalize the Layout of the Website
Ginawa ko po itong thread para i test yung website ko if theres any bug or something na error on my page .

Test my Webpage at :

>> You do not have permission to view the full content of this post. Log in or register now.
( Kindly Remove the "( )" )

And Rate my CSS and HTML Design .

I Recieve a Report na may bug raw sa web . Na encounter niya ito sa Android .
As you can see in the webpage for android . May tatlong line icon doon na ang ibig sabihin ay show more .
pag pinindut mo yun , lalabas yung menu sa baba . so pag labas ng menu sa baba , yung show more icon , mapapalitan ng Cancel Icon or something na X . So nag cancel siya . So nawala yung selection and parang okay lang . But when you rotate it . May Bug siya . Check it . Di ko po ito ma ayos ayos . if may mga CSS Masters dito , kindly check the Webpage po para matulungan niyo ako. Salamat po
 
additional.. kung gusto mo mahide yung branding ng webhost kahit hindi ka nakapremium

láρág mo lang ito sa CSS mo.

Code:
img[alt="www.*000webhost*.com"] {
  display:none;
}

remove the asterisk
 
Kung gagawa ka ng navigation bar bro, at may link wag kana gumamit ng onclick kasi buong area ng navigation pag-hindi intentionaly naclick or tap ng useryung area magreredirect na ito guide ko bro

<nav>
<ul>
<li><a href="/" > RCDTECT</a></li>
<li><a href="home.html"> Home</a></li>
<li><a href="about.html"> About</a></li>
</ul>
</nav>

Kasi nakita ko sa html mo halos "onlick" atrribute sa menu at d maganda yun bro.

Sample ko yan nasa taas now ok namn css mo lagyan mo na style yan maapriciate mo bakit ganyan :)

refer ka din sa "target" attribute google mo lng bro matuto karin any way nc blogsite :).
 
additional.. kung gusto mo mahide yung branding ng webhost kahit hindi ka nakapremium

láρág mo lang ito sa CSS mo.

Code:
img[alt="www.*000webhost*.com"] {
  display:none;
}

remove the asterisk
It has something to do with your media queries. lumagpas na siya sa breakpoint kaya nagiba na ang layout.
Kung gagawa ka ng navigation bar bro, at may link wag kana gumamit ng onclick kasi buong area ng navigation pag-hindi intentionaly naclick or tap ng useryung area magreredirect na ito guide ko bro

<nav>
<ul>
<li><a href="/" > RCDTECT</a></li>
<li><a href="home.html"> Home</a></li>
<li><a href="about.html"> About</a></li>
</ul>
</nav>

Kasi nakita ko sa html mo halos "onlick" atrribute sa menu at d maganda yun bro.

Sample ko yan nasa taas now ok namn css mo lagyan mo na style yan maapriciate mo bakit ganyan :)

refer ka din sa "target" attribute google mo lng bro matuto karin any way nc blogsite :).
sige salamat sa inyo mga sir ,
 
Status
Not open for further replies.
Back
Top