Help Paseen po plss Personalized HTML

G O Z A R U

Forum Expert
Elite
Joined
Apr 7, 2017
Posts
8,018
Solutions
1
Reaction
4,383
Points
2,386
Di ko na Alam Kung anong idagdag ko dito pa help naman weak lang po😅

Using a computer and a simple text editor application (Notepad or equivalent) update a copy of your laboratory exercise for this topic (LabExer2-XXX.html) with personalized variables, methods or functions, specifically HTML text formatting tags written within the JS script

Create personalized versions of demonstrated programs.

HTML:
<html>
    
           <head>
           </head>
          
           <body>
                    <script>
                              var varNumber1 = 2;
                              var varNumber2 = 1;
                              var varString1 =  "This is laboratory exercise ";
                              document.write(varString1  +  varNumber1  +  "<br>");
                                                            varNumber1  +=  varNumber2;
                              document.write("Next  laboratory exercise will be " + varNumber1);
                    </script>
           </body>
          
</html>
 
sobrang basic lg nyan kawawa yung career mo if sa ganyan lg na problem hingi ka agad ng tulong . Nanjan naman yung instruction nanjan na din yung sagot .
 
Just read the instruction,

personalized variables pwede mong gawin as simple as palitan yung pangalan ng variables yung sa tingin mo ay angkop para maging personalized.

personalized methods or functions pwede kang gumamit ng ibang javascript function pero idisplay yung text halimbawa yung .innerText para mag set ng value sa isang element.

specifically HTML text formatting tags written within the JS script gumamit ka lang ng kahit ano dito You do not have permission to view the full content of this post. Log in or register now.
 
sobrang basic lg nyan kawawa yung career mo if sa ganyan lg na problem hingi ka agad ng tulong . Nanjan naman yung instruction nanjan na din yung sagot .
naguguluhan kasi ako sa tanong tama kaya to nag add lng ako ng mga text formatting
 

Attachments

Just read the instruction,

personalized variables pwede mong gawin as simple as palitan yung pangalan ng variables yung sa tingin mo ay angkop para maging personalized.

personalized methods or functions pwede kang gumamit ng ibang javascript function pero idisplay yung text halimbawa yung .innerText para mag set ng value sa isang element.

specifically HTML text formatting tags written within the JS script gumamit ka lang ng kahit ano dito You do not have permission to view the full content of this post. Log in or register now.
wala sa handouts koto baka magtaka kung ano-ano na nilalagay ko🙂pero Salamat gets kona po
 
Last edited:

Similar threads

Back
Top